> For the complete documentation index, see [llms.txt](https://guides.ia.numerique.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.ia.numerique.gouv.fr/ressources.md).

# RESSOURCES

- [Le panorama des solutions IA dans l'État](https://guides.ia.numerique.gouv.fr/ressources/le-panorama-des-solutions-ia-dans-letat.md): Une carte qui vous permet de naviguer dans les solutions IA de l'État.
- [Liens utiles](https://guides.ia.numerique.gouv.fr/ressources/liens-utiles.md): Culture produit, sécurité et stratégie française... les ressources à lire pour tout comprendre.
- [Retours d'expériences](https://guides.ia.numerique.gouv.fr/ressources/retours-dexperiences.md): Des histoires de réussite et de résilience !
- [Beta-test d'Albert-Api, 5 mois d'expérimentations｜3 avril 2025](https://guides.ia.numerique.gouv.fr/ressources/retours-dexperiences/beta-test-dalbert-api-5-mois-dexperimentations-3-avril-2025.md): En marge du forum beta, les startups d'État font leurs retours d'expérience sur quelques mois d'expérimentation libre sur Albert-api.
- [Retex assistant de réponses virtuel｜ Forum ALLiaNCE du 9 avril 2025](https://guides.ia.numerique.gouv.fr/ressources/retours-dexperiences/retex-assistant-de-reponses-virtuel-forum-alliance-du-9-avril-2025.md): La présentation des retours d'expérience de deux assistants virtuels propulsés par de l'IA proposés aux agents des maisons France services et des services de renseignement en droit du travail.


---

# 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.ia.numerique.gouv.fr/ressources.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.
