> For the complete documentation index, see [llms.txt](https://documentation.efalia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.efalia.com/connecteurs/readme.md).

# Connecteurs Efalia

Cet espace regroupe la documentation technique des connecteurs permettant d'intégrer les solutions Efalia avec des applications tierces, ainsi que les verticaux combinant plusieurs produits Efalia entre eux.

Il s'adresse aux chefs de projet techniques et intégrateurs en charge du déploiement d'un connecteur ou d'un vertical chez un client.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-plug" style="color:$primary;">:plug:</i></h3></td><td><strong>CMIS</strong></td><td>Le protocole générique d'interopérabilité documentaire exposé par Efalia Doc.</td><td><a href="/pages/kANScZbEg59SiLZPpx4Y">/pages/kANScZbEg59SiLZPpx4Y</a></td></tr><tr><td><h3><i class="fa-plug" style="color:$primary;">:plug:</i></h3></td><td><strong>Balises</strong></td><td>Le mécanisme générique d'import de documents balisés, socle technique des connecteurs métiers Efalia Doc.</td><td><a href="/pages/7mvk60yRauac1IsZkDpI">/pages/7mvk60yRauac1IsZkDpI</a></td></tr><tr><td><h3><i class="fa-plug" style="color:$primary;">:plug:</i></h3></td><td><strong>MGDex</strong></td><td>Le connecteur lecture seule de Multigest, pour l'extraction de données vers des outils tiers.</td><td><a href="/pages/O5T8f1muDSPIbmEB9T7X">/pages/O5T8f1muDSPIbmEB9T7X</a></td></tr><tr><td><h3><i class="fa-folder-tree" style="color:$primary;">:folder-tree:</i></h3></td><td><strong>Iodas</strong></td><td>Intégration avec l'application d'aide sociale Iodas (Nexpublica).</td><td><a href="/pages/90W85M3K7sOdwljQc4jM">/pages/90W85M3K7sOdwljQc4jM</a></td></tr><tr><td><h3><i class="fa-folder-tree" style="color:$primary;">:folder-tree:</i></h3></td><td><strong>Solis</strong></td><td>Intégration avec l'application métier Solis (ArcheMC2).</td><td><a href="/pages/KrZ5pAcnzkbrjNHEQTP1">/pages/KrZ5pAcnzkbrjNHEQTP1</a></td></tr><tr><td><h3><i class="fa-folder-tree" style="color:$primary;">:folder-tree:</i></h3></td><td><strong>PCRM Rio</strong></td><td>Intégration en lecture avec l'application PCRM Rio.</td><td><a href="/pages/W2mbt95Gtffq4XiiwqsI">/pages/W2mbt95Gtffq4XiiwqsI</a></td></tr><tr><td><h3><i class="fa-folder-tree" style="color:$primary;">:folder-tree:</i></h3></td><td><strong>Eksaé</strong></td><td>Intégration avec l'application Eksaé.</td><td><a href="/pages/Gitb3ZtC2L41HKQ6wF9M">/pages/Gitb3ZtC2L41HKQ6wF9M</a></td></tr><tr><td><h3><i class="fa-folder-tree" style="color:$primary;">:folder-tree:</i></h3></td><td><strong>PublicCRM</strong></td><td>Intégration avec l'application PublicCRM (Nexpublica), côté Multigest.</td><td><a href="/pages/hTHCQlOcuvxNX6lq8fnN">/pages/hTHCQlOcuvxNX6lq8fnN</a></td></tr><tr><td><h3><i class="fa-building-columns" style="color:$primary;">:building-columns:</i></h3></td><td><strong>Gestion des délibérations</strong></td><td>Vertical combinant Open Delib (Acropolis), Efalia Doc et Efalia Portal.</td><td><a href="/pages/2Or9fXy9fdEsT8kp3z2W">/pages/2Or9fXy9fdEsT8kp3z2W</a></td></tr></tbody></table>

{% hint style="info" %}
D'autres connecteurs métiers sont en cours de cadrage ou de développement (Berger-Levrault, CIRIL...). Ils rejoindront cet espace au fur et à mesure de leur mise en production.
{% 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://documentation.efalia.com/connecteurs/readme.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.
