> 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/a-propos/la-communaute/entraide-communautaire.md).

# Entraide communautaire

Au sein de la communauté ALLiaNCE 🌟, nous partageons l'idée que nos connaissances et nos outils peuvent faire avancer tout le monde. Que vous soyez une équipe ou un membre individuel, voici comment vous pouvez contribuer et bénéficier de l'entraide au sein de notre communauté.

### **🎬 Proposez une démonstration de votre produit**

On adore voir ce que vous faites ! Proposez une démonstration de votre produit aux membres du réseau. Voici ce que vous pouvez faire :

* Présenter un service peu connu de la communauté.
* Recueillir des retours et des conseils en créant des salons Tchap Support et Retext.
* Vous entraîner avant une présentation importante.
* Poser une question spécifique ou demander de l'aide (financement, appui stratégique, recrutement, etc.).

### **💬 Aidez dans les salons tchap support produits et retex**

Il y a plusieurs salons Tchap dans l'espace [**Support/Retex**](https://www.tchap.gouv.fr/#/room/!IwhlHPuHgkYixvZYmY:agent.dinum.tchap.gouv.fr?via=agent.dinum.tchap.gouv.fr) où les utilisateurs posent des questions. Si vous avez du temps et l'expertise, venez répondre aux questions des usagers !

* **Salons Tchap de support produit :**
  * Salon tchap [Albert Conversation](https://matrix.to/#/!gpLYRJyIwdkcHBGYeC:agent.dinum.tchap.gouv.fr?via=agent.dinum.tchap.gouv.fr\&via=agent.education.tchap.gouv.fr\&via=agent.pm.tchap.gouv.fr)
  * Salon tchap [Albert API](https://matrix.to/#/!gnHrNiKdlrgzfQqiyN:agent.dinum.tchap.gouv.fr?via=agent.dinum.tchap.gouv.fr\&via=agent.education.tchap.gouv.fr\&via=agent.tchap.gouv.fr)
* **Groupes de conversation sur les fonctionnalités IA "betalbert" :**
  * [RAG](https://matrix.to/#/!rJjGiMiszTopBAGRSk:agent.dinum.tchap.gouv.fr?via=agent.dinum.tchap.gouv.fr\&via=agent.finances.tchap.gouv.fr\&via=agent.education.tchap.gouv.fr)&#x20;
  * [Speech to Text](https://tchap.gouv.fr/#/room/!oZPMozJdTtSzJdJTnk:agent.dinum.tchap.gouv.fr?via=agent.dinum.tchap.gouv.fr\&via=agent.interieur.tchap.gouv.fr\&via=agent.finances.tchap.gouv.fr)
  * [Traduction](https://tchap.gouv.fr/#/room/#betalberteditorialisationtraductionXWWS3OFhhsQ:agent.dinum.tchap.gouv.fr)
  * [Extraction](https://tchap.gouv.fr/#/room/!bPGCjqgXjNqDmLRvIm:agent.dinum.tchap.gouv.fr?via=agent.dinum.tchap.gouv.fr\&via=agent.finances.tchap.gouv.fr\&via=agent.dev-durable.tchap.gouv.fr)
  * [Classification](https://tchap.gouv.fr/#/room/!KQcnlkHbFJlhXmZcPy:agent.dinum.tchap.gouv.fr?via=agent.dinum.tchap.gouv.fr\&via=agent.finances.tchap.gouv.fr\&via=agent.justice.tchap.gouv.fr)

### **📰 Documentez vos actualités**

On envoie une **newsletter** à toute la communauté une à deux fois par mois. C'est l'occasion parfaite pour partager les dernières actualités de votre produit ou de votre ministère (rapports IA, nouveautés, etc.).

\
Vous pouvez aussi partager des infos et vos apprentissages en direct via le salon tchap [**Général ALLiaNCE**](https://tchap.gouv.fr/#/room/!tPzThAoNsAAClYSczG:agent.dinum.tchap.gouv.fr?via=agent.dinum.tchap.gouv.fr\&via=agent.finances.tchap.gouv.fr\&via=agent.justice.tchap.gouv.fr)**.**

### **🎓 Animez des ateliers lors des Rencontres ALLiaNCE**

Venez proposer des ateliers lors des rencontres ALLiaNCE, qui ont lieu tous les deux mois en format forum ouvert. Plus d'infos sur le [**Rituel ALLiaNCE**](/a-propos/la-communaute/rencontres-alliance.md)


---

# 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/a-propos/la-communaute/entraide-communautaire.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.
