# Contribute to the User Manual

### How to contribute

1. Go to our github repositiory, located here: <https://github.com/EdgeTX/edgetx-user-manual>
2. For small changes to the user manual or correction or addition to a how-to page, please create a new issue in Github and explain in detail what you think needs to be changed and how. If you feel comfortable using Github, you can also make the changes and submit a pull request.
3. To submit new How-to articles, please prepare your article in either MS word or Google Doc format. For consistency, please use screenshots from the EdgeTX simulator for pictures. Picture resolution should be 480 x 272 pixels if possible. Submit your article as an issue with the proposed article attached. From there it will be reviewed and once accepted, added to the knowledge base by one of the Editors. If you would like to work on one of the requested How-to articles from the issues list, please make a comment in the issue that you are working on it so that nobody else does as well. Once complete, attach your work to the issue for review.
4. To make a recommendation for a future How-to article, please make an issue via Github.


---

# Agent Instructions: 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:

```
GET https://manual.edgetx.org/v2.8/edgetx-how-to/contribute-to-the-user-manual.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
