> For the complete documentation index, see [llms.txt](https://docs.remede.camarm.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.remede.camarm.fr/developers.md).

# For the developers

- [Getting started](https://docs.remede.camarm.fr/developers/getting-started.md): Let's discover Remède documentation !
- [Develop on Remède](https://docs.remede.camarm.fr/developers/develop-on-remede.md): Starts contributing to the best dictionary ever now !
- [Setup](https://docs.remede.camarm.fr/developers/develop-on-remede/setup.md): Follow these steps to setup your development environment before developing on Remède.
- [Structure](https://docs.remede.camarm.fr/developers/develop-on-remede/structure.md): Understand how Remède is structured.
- [Development](https://docs.remede.camarm.fr/developers/develop-on-remede/development.md): Modify the source code in Vue to add functionalities !
- [API](https://docs.remede.camarm.fr/developers/develop-on-remede/api.md): The public API of Remède serve the Remède database and more functionalities !
- [Features](https://docs.remede.camarm.fr/developers/develop-on-remede/features.md): Discover the main Remède features and how you can enhance them.
- [Offline](https://docs.remede.camarm.fr/developers/develop-on-remede/features/offline.md): Understand Remède offline mode.
- [Sheets](https://docs.remede.camarm.fr/developers/develop-on-remede/features/sheets.md): Remède can give you french lessons !
- [DICT Client](https://docs.remede.camarm.fr/developers/develop-on-remede/features/dict-client.md): Remède supports the DICT protocol and can be used as a DICT client.
- [Android development](https://docs.remede.camarm.fr/developers/develop-on-remede/android-development.md): Remède is running on Android. Let's learn how to build Remède for Android !
- [API](https://docs.remede.camarm.fr/developers/api.md): Remède provides an API that let you browse the dictionaries databases !


---

# 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.remede.camarm.fr/developers.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.
