> 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/readme.md).

# Accueil

Point d’entrée vers les principales rubriques de la documentation.

### Utilisation de data.gouv.fr

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Créer un compte</strong><br>Publier, commenter, rejoindre une organisation.</td><td><a href="/compte-utilisateur/creer-un-compte-utilisateur.md">Créer un compte utilisateur</a></td></tr><tr><td><strong>Suivre vos publications</strong><br>Surveiller l’activité liée à vos contenus.</td><td><a href="/compte-utilisateur/suivre-vos-contenus-publies.md">Suivre vos contenus publiés</a></td></tr></tbody></table>

### Organisations

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Rejoindre</strong><br>Se rattacher à une structure.</td><td><a href="/organisations/rejoindre-une-organisation.md">Rejoindre une organisation</a></td></tr><tr><td><strong>Créer</strong><br>Publier au nom d’une organisation.</td><td><a href="/organisations/creer-une-organisation.md">Créer une organisation</a></td></tr><tr><td><strong>Modifier</strong><br>Mettre à jour les infos publiques.</td><td><a href="/organisations/modifier-son-organisation.md">Modifier son organisation</a></td></tr><tr><td><strong>Membres</strong><br>Inviter, gérer les rôles et accès.</td><td><a href="/organisations/gerer-les-membres-de-son-organisation.md">Gérer les membres de son organisation</a></td></tr><tr><td><strong>Activité</strong><br>Suivre la vie de l’organisation.</td><td><a href="/organisations/suivre-lactivite-de-son-organisation.md">Suivre l'activité de son organisation</a></td></tr><tr><td><strong>Certification</strong><br>Renforcer la confiance et la visibilité.</td><td><a href="/organisations/obtenir-une-certification.md">Obtenir une certification</a></td></tr></tbody></table>

### Jeux de données

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Publier</strong><br>Manuel, API, ou moissonnage.</td><td><a href="/jeux-de-donnees/publier-un-jeu-de-donnees.md">Publier un jeu de données</a></td></tr><tr><td><strong>Modifier</strong><br>Mettre à jour métadonnées et ressources.</td><td><a href="/jeux-de-donnees/modifier-un-jeu-de-donnees.md">Modifier un jeu de données</a></td></tr></tbody></table>

### API et réutilisations (catalogue)

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Publier une API</strong><br>Référencer un service de données.</td><td><a href="/api/publier-une-api.md">Publier une API</a></td></tr><tr><td><strong>Modifier une API</strong><br>Faire évoluer votre API.</td><td><a href="/api/modifier-une-api.md">Modifier une API</a></td></tr><tr><td><strong>Publier une réutilisation</strong><br>Mettre en valeur des usages.</td><td><a href="/reutilisations/publier-une-reutilisation.md">Publier une réutilisation</a></td></tr><tr><td><strong>Modifier une réutilisation</strong><br>Actualiser contenu et liens.</td><td><a href="/reutilisations/modifier-une-reutilisation.md">Modifier une réutilisation</a></td></tr></tbody></table>

### API de data.gouv.fr (documentation technique)

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Prise en main</strong><br>Comprendre et démarrer rapidement.</td><td><a href="/api-de-data.gouv.fr/prise-en-main.md">Prise en main</a></td></tr><tr><td><strong>Tutoriel</strong><br>Un pas-à-pas pour aller plus loin.</td><td><a href="/api-de-data.gouv.fr/prise-en-main/tutoriel.md">Tutoriel</a></td></tr><tr><td><strong>Gérer un jeu de données par l’API</strong><br>Créer, mettre à jour, automatiser.</td><td><a href="/api-de-data.gouv.fr/prise-en-main/gerer-un-jeu-de-donnees-par-lapi.md">Gérer un jeu de données par l'API</a></td></tr><tr><td><strong>Référence</strong><br>Endpoints et modèles.</td><td><a href="/api-de-data.gouv.fr/reference.md">Référence</a></td></tr></tbody></table>

### Moissonnage

<table data-view="cards"><thead><tr><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Comprendre</strong><br>Concepts, cas d’usage, limites.</td><td><a href="/moissonnage/comprendre-le-moissonnage.md">Comprendre le moissonnage</a></td></tr><tr><td><strong>Mettre en place</strong><br>Configurer un moissonneur.</td><td><a href="/moissonnage/mettre-en-place-un-moissonneur.md">Mettre en place un moissonneur</a></td></tr></tbody></table>

{% hint style="info" %}
Besoin d’une réponse rapide ?

Consultez la [Foire aux questions](/foire-aux-questions.md).
{% endhint %}


---

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