> For the complete documentation index, see [llms.txt](https://flyduino.gitbook.io/kiss-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flyduino.gitbook.io/kiss-documentation/english-kiss-docu.md).

# English - KISS docu

## KISS ESC

### KISS ESC 24A

![](/files/-LG-f_8SuDXZ6_08pg6k)

{% content-ref url="/pages/-LFfgCK\_0pFESHjdm5M2" %}
[KISS ESC 24A](/kiss-documentation/english-kiss-docu/kiss-esc-24a.md)
{% endcontent-ref %}

![](/files/-LEj911oCxVUfKc8RdNW)

### KISS ESC 25A

![](/files/-LG-AaGcf9sbiQxLC4tJ)

{% content-ref url="/pages/-LFfgGiyXScSG7G1LgJc" %}
[KISS ESC 25A](/kiss-documentation/english-kiss-docu/kiss-esc-25a.md)
{% endcontent-ref %}

### KISS ESC 25A 4in1

![](/files/-LG-Ae-F7fEXL-I3ggd_)

{% content-ref url="/pages/-LFfgQTMeDIPFf7lclsu" %}
[KISS ESC 25A 4in1](/kiss-documentation/english-kiss-docu/kiss-esc-25a-4in1.md)
{% endcontent-ref %}

### KISS ESC 32A

![](/files/-LG-AiPyLgXSf9x1Ldhx)

{% content-ref url="/pages/-LFfgoBks23tRa-rhzDW" %}
[KISS ESC 32A](/kiss-documentation/english-kiss-docu/kiss-esc-32a.md)
{% endcontent-ref %}

## KISS Flight Control

### KISS FC v1

{% content-ref url="/pages/-LFfj6a-61RZ7s8\_oA4e" %}
[KISS FC v1](/kiss-documentation/english-kiss-docu/kiss-fc-v1.md)
{% endcontent-ref %}

### KISS CC

{% content-ref url="/pages/-LFfjIUryuggU\_Cu\_RZ-" %}
[KISS CC](/kiss-documentation/english-kiss-docu/kiss-cc.md)
{% endcontent-ref %}

### KISS FC v2

{% content-ref url="/pages/-LFfjhom7Cn\_CL71FWmw" %}
[KISS FC v2](/kiss-documentation/english-kiss-docu/kiss-fc-v2.md)
{% endcontent-ref %}

![](/files/-LEj9f17_XAvov_jNoQR)


---

# 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://flyduino.gitbook.io/kiss-documentation/english-kiss-docu.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.
