> For the complete documentation index, see [llms.txt](https://docs.recital.ai/products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.recital.ai/products/extraction/configurer-un-agent-dextraction/creer-un-agent.md).

# Créer un Agent

## À partir d'un modèle d'extraction sur étagère

La bibliothèque reciTAL vous permet de créer un Agent à partir d’un modèle pré-entraîné sur nos données (modèles sur étagère). Voici la liste des modèles disponibles :&#x20;

* Carte Grise (Carte Grise v3)
* CNI (CNI v5)
* Permis de conduire (Driving License - country ISO)
* Facture (Invoice 750 v3)
* KBIS (KBIS)
* Passeport (Passport)
* Relevé d'informations (Relevé d'info - V6 - NFR)
* RIB (RIB v2)

{% hint style="info" %}
Plus de modèles sur étagère sont disponibles à la demande, contactez le service client pour en savoir plus.&#x20;
{% endhint %}

<figure><img src="/files/BOjJeSET90sEkCGvXSwY" alt=""><figcaption><p><em>Création d’un nouvel Agent</em></p></figcaption></figure>

Sélectionnez le modèle entraîné.

<figure><img src="/files/8AGApNGFnd1lBp62oOIj" alt=""><figcaption><p><em>Création d’un nouvel Agent à partir d'un modèle</em></p></figcaption></figure>

Saisissez le nom du nouvel Agent et cliquez sur `ENREGISTRER`.

<figure><img src="/files/mb2YIofIvEu6zobx7haV" alt=""><figcaption><p><em>Nommage du nouveau doc type</em></p></figcaption></figure>

## À partir d'un modèle "Custom"

Si nos modèles sur étagère ne suffisent pas, il faut créer son propre modèle d'extraction. Toutes les étapes de création d'un modèle custom sont détaillées [ici](/products/extraction/entrainer-un-modele-dextraction.md). &#x20;

Une fois le modèle créé, il suffit de le sélectionner parmi les modèles disponibles.

## À partir d'un autre Agent (Dupliquer un Agent)

Il est également possible de dupliquer un Agent. Pour cela, il suffit de créer un nouvel agent à partir d'un agent existant. Le nouvel agent va copier en tout points ses caractéristiques (extracteurs, règles de gestion, review et configuration). Cette fonctionnalité est utile pour tester différentes configurations, sans casser l'originale.


---

# 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://docs.recital.ai/products/extraction/configurer-un-agent-dextraction/creer-un-agent.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.
