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