> 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/le-panorama-des-solutions-ia-dans-letat.md).

# Le panorama des solutions IA dans l'État

#### À quoi ça sert ?

Ce recensement vise à **cartographier les projets d’intelligence artificielle (IA)** dans l’administration publique française afin de :

* Valoriser les solutions existantes,
* Améliorer la transparence des projets,
* Soutenir la stratégie de commande publique et la mutualisation des outils IA.

***

#### &#x20;À qui est-ce destiné ?

À **toutes les administrations, services publics et opérateurs de l’État** qui conçoivent, développent ou exploitent une solution intégrant de l’IA, quel que soit son stade d’avancement (prototype, développement, production, etc.).

***

#### Comment ajouter ma solution ?

{% stepper %}
{% step %}
**Avant de commencer**, vous pouvez :

* [Consulter les projets déjà recensés](https://grist.numerique.gouv.fr/o/etalab/2BXtzHFoPVB9/Produits-IA-dans-lEtat?utm_id=share-doc)
* [Rejoindre le canal Tchap pour modifier un projet existant](https://tchap.gouv.fr/#/room/!MqmVrWuAPzbaCTeOQh:agent.dinum.tchap.gouv.fr?via=agent.dinum.tchap.gouv.fr)
  {% endstep %}

{% step %}
**Remplissez le formulaire dédié** en décrivant votre produit, ses usages et ses briques techniques.
{% endstep %}

{% step %}
**Votre projet est sensible ?** Cochez la case : *Je ne souhaite pas que les informations concernant ce projet soient publiées.*
{% endstep %}
{% endstepper %}

<a href="https://grist.numerique.gouv.fr/o/etalab/forms/3pxovLSgmtzUW37vPLgj6K/4" class="button primary">Recenser ma solution IA</a> <a href="https://grist.numerique.gouv.fr/o/etalab/2BXtzHFoPVB9/Produits-IA-dans-lEtat?utm_id=share-doc" class="button primary">Voir le panorama</a>

{% hint style="warning" %}
Il faut être connecté sur Grist via Proconnect pour avoir accès au panorama.&#x20;
{% endhint %}

{% hint style="info" %}
✉️ **Une question ?**\
Utilisez le champ libre à la fin du formulaire pour nous écrire.
{% 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.ia.numerique.gouv.fr/ressources/le-panorama-des-solutions-ia-dans-letat.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.
