# Database

- [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.


---

# 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/database.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.
