> 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/interface.md).

# Interface

## Freefly Battery Interface

Freefly Superlight batteries use the Pixhawk Battery Interface, an open standard the we helped create! Freefly SL Series Interface Standard is [linked here ](https://docs.google.com/spreadsheets/d/15j90n-wyhvrg4vQjjYPZCsuBW2G2DhDCZ2K_Fx0Wgw8/edit?usp=sharing)and should be used by anyone who wants to integrate the SL batteries into your own hardware solution.

For mechanical integration, here are the CAD files: [SL8 ](https://www.dropbox.com/s/hw3skwhhpf6r5rg/SuperLight-SL8.STEP?dl=0)and [SL4](https://www.dropbox.com/s/53r1wl5rhez8i0m/SuperLight-SL4.stp?dl=0)

If you have any questions on this specification, [please let us know](https://freeflysystems.com/contact).

## Configuration

{% hint style="warning" %}
Do not connect in series. For example, do not connect two 22 volt batteries together to make a 44 volt supply.
{% endhint %}


---

# 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/interface.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.
