> For the complete documentation index, see [llms.txt](https://doc.cards-microlearning.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.cards-microlearning.com/apps-and-integrations/mcp.md).

# Agents IA & MCP

Sur Cards vous avez 2 possibilités pour utiliser des IA sous forme d'agent. Soit vous créez des agents utilisables directement dans l'interface de Cards, soit vous utilisez notre connecteur MCP pour connecter votre propre logiciel IA (Mistral, Claude, ChatGPT ou autres outils compatibles) à Cards.

Dans le cas des agents IA directement intégrés dans Cards, c'est OpenAI qui est utilisé comme moteur. L'utilisation de ces agents consomme vos crédits IA, alors que les MCP non (puisque c'est votre IA qui fait le traitement).

{% hint style="info" %}
[Contactez-nous](https://www.cards-microlearning.com/contact) pour activer l'intégration Agents IA & MCP.
{% endhint %}

Pour en savoir plus sur les agents et connecteurs, rendez-vous sur les pages dédiées :&#x20;

* [Agents IA](/agents-ia-and-mcp/agents-ia.md)
* [Connecteurs MCP](/agents-ia-and-mcp/connecteurs-mcp.md)

Et pour utiliser un connecteur, retrouvez la documentation qui correspond à votre logiciel :&#x20;

* [Mistral](/agents-ia-and-mcp/mistral.md)
* [Claude](/agents-ia-and-mcp/claude.md)
* [ChatGPT](/agents-ia-and-mcp/chatgpt.md)

Un mode [connexion "avancée"](/agents-ia-and-mcp/connexion-avancee.md) est également disponible pour les connecteurs MCP.


---

# 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:

```
GET https://doc.cards-microlearning.com/apps-and-integrations/mcp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
