> For the complete documentation index, see [llms.txt](https://docs.freeflysystems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.freeflysystems.com/ecosystem/power/superlight-batteries/sl8-esd-sticker-application-instructions.md).

# SL8 ESD Sticker Application Instructions

On July 13th, 2024 Freefly released a service bulletin recommending that customers install ESD stickers to mitigate the risk of damage from ESD into the SL8 heatsink. ESD stickers can be ordered for free [here](https://store.freeflysystems.com/products/sl8-esd-sticker?_pos=1&_sid=a98cee6f9&_ss=r).

{% hint style="info" %}
ESD issues have been resolved in the newer revisions of the Freefly SL8 Batteries. Manufacturing of these batteries started in the second half of 2024. Specifically, it has been resolved starting with SL8 battery hardware revision 3. See [Maintenance](/ecosystem/power/superlight-batteries/maintenance.md#hardware-revisions).
{% endhint %}

Installation

1. Wipe the heatsink and front surface of the SL8 with the included alcohol wipe\
   ![](/files/CQgn785B7WxVF6FOeXte)
2. Let the alcohol fully dry. This can be sped up by dabbing the alcohol with a lint free cloth.
3. Apply the ESD sticker to the battery as shown.
   1. Remove the backing from the ESD Sticker and discard it.
   2. Align the cutouts in the sticker with the User Button, OLED Screen, and USB Port on the battery and lightly tack it into place.
      1. You may need to lift the USB cover to pass it through the sticker.
      2. If things are not aligned you can gently remove and reapply the sticker for better alignment.
   3. If the sticker aligns well with the UI features, fully adhere that area of the sticker then work downward towards the battery connector applying the remainder of the sticker.
   4. Apply pressure around all of the ESD Sticker's edges to finish the application process.
4. When correctly applied the SL8 Battery should look like the image below.\
   ![](/files/tHHtnXiw8r0cBi8cUNAP)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.freeflysystems.com/ecosystem/power/superlight-batteries/sl8-esd-sticker-application-instructions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
