# Remède Documentation

## Remède Documentation Centre

- [Welcome](https://docs.remede.camarm.fr/readme.md)
- [Download](https://docs.remede.camarm.fr/users/download.md): How to install Remède on you machine.
- [Update application](https://docs.remede.camarm.fr/users/download/update-application.md): It is important to keep your application up to date to enjoy latest functionalities !
- [Offline dictionaries](https://docs.remede.camarm.fr/users/offline-dictionaries.md): Learn how to download offline dictionaries in Remède.
- [Dictionaries servers](https://docs.remede.camarm.fr/users/dictionaries-servers.md): You can explore DICT servers with Remède. Let's see how to enable and use this functionality.
- [Support](https://docs.remede.camarm.fr/users/support.md): Any question, remark ? Don't hesitate to contact us.
- [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 !
- [Database](https://docs.remede.camarm.fr/database/database.md): Remède provides its own dictionary database format.
- [Database schema](https://docs.remede.camarm.fr/database/database/database-schema.md): Discover how Remède's database is storing an entire dictionary.
- [Document schema](https://docs.remede.camarm.fr/database/database/document-schema.md): A Remède word document contains everything about a word stored in Remède's database.
- [Dataset](https://docs.remede.camarm.fr/database/database/dataset.md): The roots of Remède...
- [Rimes](https://docs.remede.camarm.fr/database/database/rimes.md): Discover how the rimes database work.
- [Internationalization](https://docs.remede.camarm.fr/database/database/internationalization.md): Remède Next has introduced a translation system. These documentation pages will explain how we build database for other languages.
- [English database](https://docs.remede.camarm.fr/database/database/internationalization/english-database.md): The Remède dictionary for english-speaking people !
- [Build Dictionary](https://docs.remede.camarm.fr/database/build-dictionary.md): Remède build its own dictionaries databases. Learn how it works here !
- [The building lifecycle](https://docs.remede.camarm.fr/database/build-dictionary/the-building-lifecycle.md): A Remède database generation can take a while... Let's see what happend step by step in the generation.
- [Generate my own database](https://docs.remede.camarm.fr/database/build-dictionary/generate-my-own-database.md): Learn how to generate your own Remède database !
- [About](https://docs.remede.camarm.fr/database/build-dictionary/about.md): This section contains documentation for related resources to Remède generation.
- [Remède for your project](https://docs.remede.camarm.fr/database/remede-for-your-project.md): You are looking for a free and open dictionary for a project ? Use Remède; it is free, open and simple to integrate to any project !
- [Available formats](https://docs.remede.camarm.fr/database/available-formats.md): Remède uses its own dictionary format but you can download our dictionaries in other formats.
- [DICT](https://docs.remede.camarm.fr/database/available-formats/dict.md): The format created by the DICT Development Group.
- [XDXF](https://docs.remede.camarm.fr/database/available-formats/xdxf.md): The XML Dictionary eXchange Format is an open dictionary format.
- [CSV](https://docs.remede.camarm.fr/database/available-formats/csv.md): Remède dictionaries as CSV format.
- [Credits](https://docs.remede.camarm.fr/database/credits.md): Listing of all tools and sources used to create database and serve all app functionalities.
- [Story](https://docs.remede.camarm.fr/project/story.md): Remède is a free and open dictionary for everyone. Let's discover its story !
- [Contributing](https://docs.remede.camarm.fr/project/contributing.md): Learn how to contribute to Remède !
- [Translation](https://docs.remede.camarm.fr/project/contributing/translation.md): Remède is translated in multiple languages ! Let's learn how to translate Remède !
- [Lifecycles and infrastructure](https://docs.remede.camarm.fr/project/lifecycles-and-infrastructure.md): Understand the Remède's structure.
- [Remède Next](https://docs.remede.camarm.fr/project/remede-next.md): Remède Next is more than the future of Remède.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.remede.camarm.fr/readme.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.
