> For the complete documentation index, see [llms.txt](https://aerogcs-docs.aeromegh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aerogcs-docs.aeromegh.com/5-rpa-configuration/6.10-joystick-settings.md).

# 6.10 Joystick Settings

The user can use a joystick for controlling a drone. To enable and set the buttons according to the requirements, the user has to set these buttons through this setting and then the user can use joystick for controlling the drone.

<figure><img src="/files/xSXVA2SQu0p8dukscfh9" alt=""><figcaption><p>Joystick Settings</p></figcaption></figure>

* **Enable Joystick:** Tick this option to enable the joystick.
* **Active Joystick:** Select the active joystick from the drop-down list displayed.
* **Button Assignment:** Assign the buttons for the reverse and center positions by clicking on the "Start" button. The user can skip or cancel any of the button assignments according to the requirement. After assigning the buttons properly, click on the "Update" button to update the settings.


---

# 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://aerogcs-docs.aeromegh.com/5-rpa-configuration/6.10-joystick-settings.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.
