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

# Bienvenue

Bienvenue dans les guides de data.gouv.fr.

Vous trouverez ici des ressources pour ouvrir, publier, réutiliser et valoriser des données.

### Commencer selon votre besoin

* **Comprendre le cadre légal** : obligations, droits, réutilisation.
* **Améliorer la qualité** : préparation, documentation, schémas, amélioration continue.
* **Exploiter des données** : recherche, traitement, analyse, visualisation.
* **Exposer des API** : doctrine, accompagnement, outils dédiés aux administrations.
* **Aller plus loin** : lexique, ressources externes, guides complémentaires.

### Les grands contenus disponibles

<table data-view="cards"><thead><tr><th></th><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Guide juridique</strong></td><td>Comprendre le cadre légal de l'ouverture et de la réutilisation des données publiques.</td><td><a href="/pages/lgqTWxKUIRhnEm2Fsi7n">/pages/lgqTWxKUIRhnEm2Fsi7n</a></td></tr><tr><td><strong>Guide qualité</strong></td><td>Produire des jeux de données de qualité, bien documentés et réutilisables.</td><td><a href="/pages/t9J0CgxDcbPylOMxYfAI">/pages/t9J0CgxDcbPylOMxYfAI</a></td></tr><tr><td><strong>Guides sur l'utilisation des données</strong></td><td>Trouver, manipuler, analyser, visualiser et cartographier des données ouvertes.</td><td><a href="/pages/KwlLmdSR8tejS6mGFOt8">/pages/KwlLmdSR8tejS6mGFOt8</a></td></tr><tr><td><strong>Outils pour les administrations</strong></td><td>Découvrir les outils et accompagnements pour exposer des API sur data.gouv.fr.</td><td><a href="/pages/ZQzVrkK7RbJ2PHYYECLU">/pages/ZQzVrkK7RbJ2PHYYECLU</a></td></tr><tr><td><strong>Autres ressources utiles</strong></td><td>Retrouver un lexique, des ressources externes et des guides complémentaires.</td><td><a href="/pages/NJqwsh6K9nHhj2iCyhzc">/pages/NJqwsh6K9nHhj2iCyhzc</a></td></tr></tbody></table>


---

# 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://guides.data.gouv.fr/guides/readme.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.
