# Remède for your project

**There are multiple methods to integrate Remède to your project**

{% tabs %}
{% tab title="Sqlite " %}
We provide a Sqlite database for each dictionary. You can download them on [our website](https://remede.camarm.fr/download).

For further informations, see

{% content-ref url="/pages/m4yNJZ688lHWyF8V9rTf" %}
[Database schema](/database/database/database-schema.md)
{% endcontent-ref %}

{% content-ref url="/pages/cvrr5xPl5OzmHaTTMqUI" %}
[Document schema](/database/database/document-schema.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="API" %}
You can easily integrate Remède everywhere using our API.

{% content-ref url="/pages/7YydU9MGSZM15DiaM1oI" %}
[API](/developers/api.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="DICT" %}
Remède is compatible with the DICT Protocol (accordingly to the [RFC2229](https://www.rfc-editor.org/rfc/rfc2229)). We provide a DICT server available at dict.remede.camarm.fr

You can download the DICT compatible files (`.index` , `.dict` & `.txt` files) from the [release section](https://github.com/camarm-dev/remede) on Github.
{% endtab %}

{% tab title="XDXF" %}
The **XML Dictionary eXange Format** (XDXF) is a dictionary format created in 2006 whose goal is to unite all existing open dictionaries format.

You can download the Remède dictionaries in the XDXF format (`.xdxf` files) from the [release section](https://github.com/camarm-dev/remede) on Github.
{% endtab %}

{% tab title="CSV" %}
You can download the Remède dictionaries in the CSV format (`.csv` files) from the [release section](https://github.com/camarm-dev/remede) on Github.
{% endtab %}

{% tab title="JSON files (Depreciated)" %}
You can download the JSON files on our [Github Repository](https://github.com/camarm-dev/remede/tree/1.2.3/data).

{% hint style="warning" %}
JSON files are depreciated since <kbd>1.3.0</kbd> and removed by <kbd>1.4.0</kbd>. See [Remède Next](/project/remede-next.md) for more informations
{% endhint %}
{% endtab %}
{% endtabs %}

Even if it is depreciated, you can also read our blog post "[Utiliser les données Remède](https://remede.camarm.fr/2023/11/19/Utiliser-les-donnees-Remede.html)".

See also [Available formats](/database/available-formats.md).

```
Dictionaries distributed by The Remède Project <software@camarm.dev> © 2023-now CECILL-2.1.
Includes data from third-parties services governed by other free licenses. See https://docs.remede.camarm.fr/database/credits for further information.
```


---

# 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/remede-for-your-project.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.
