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

# Autres

- [Créer une verticale thématique de data.gouv.fr](https://guides.data.gouv.fr/autres/creer-une-verticale-thematique-de-data.gouv.fr.md)
- [Catalogage de données - GRIST](https://guides.data.gouv.fr/autres/catalogage-de-donnees-grist.md)
- [Outils pour les administrations](https://guides.data.gouv.fr/autres/outils-pour-les-administrations.md): Ce guide est dédié aux administrations souhaitant exposer leurs API sur data.gouv.fr.
- [Doctrine des API](https://guides.data.gouv.fr/autres/outils-pour-les-administrations/doctrine-des-api.md): Ce guide référence la doctrine des API dans les administrations.
- [Accompagnement humain](https://guides.data.gouv.fr/autres/outils-pour-les-administrations/accompagnement-humain.md): Ce guide référence l'accompagnement disponible pour les administrations souhaitant concevoir et mettre à disposition leurs API.
- [Datapass : Outil d'habilitations](https://guides.data.gouv.fr/autres/outils-pour-les-administrations/datapass-outil-dhabilitations.md): Ce guide décrit comment l'outil DataPass, opéré par la DINUM, permet aux administrations de gérer l'attribution des accès à leurs données
- [Bouquets API Entreprise et API Particulier](https://guides.data.gouv.fr/autres/outils-pour-les-administrations/bouquets-api-entreprise-et-api-particulier.md): Ce guide présente les deux bouquets d'API permettant aux administrations d'exposer leurs API délivrant des données administratives des entreprises, des associations et des particuliers.
- [Explorer un jeu de donnée](https://guides.data.gouv.fr/autres/explorer-un-jeu-de-donnee.md)


---

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