# Canaux

Les canaux apportent [Assistant GitBook](/docs/documentation/fr/ia-et-recherche/gitbook-ai-assistant.md) et [Agent GitBook](/docs/documentation/fr/gitbook-agent/what-is-gitbook-agent.md) dans les outils que votre équipe utilise déjà. Une fois connecté, votre équipe peut mentionner `@GitBook` dans Slack, GitHub ou Linear pour poser des questions, ouvrir des demandes de modification et maintenir vos docs à jour — sans quitter leur flux de travail habituel.

Lorsque vous ajoutez un canal, vous choisissez comment GitBook apparaît dans cet outil. Chaque configuration fonctionne dans l’un de deux modes :

**Agent d’assistance :** L’Assistant GitBook répond aux questions de votre équipe ou des visiteurs directement dans le canal. Posez une question, obtenez une réponse extraite de vos docs.

**Collaborateur :** L’Agent GitBook rejoint l’équipe comme un coéquipier. Mentionnez `@GitBook` pour ouvrir des demandes de modification, demander des ajustements ou maintenir vos docs synchronisées avec ce qui se passe dans cet outil. Lorsque l’Agent crée une demande de modification à partir d’un canal, il la lie automatiquement au fil de discussion, au ticket ou à la pull request d’origine.

Vous pouvez exécuter plusieurs configurations par canal — par exemple, le mode Agent d’assistance pour un canal Slack en contact avec les clients, et le mode Collaborateur dans un autre canal pour votre équipe de documentation.

Pour ajouter un canal, ouvrez le **Paramètres** de votre site et cliquez sur **Canaux**.

<figure><img src="/files/e3518ff23066936feb3593118357c4943f60f054" alt=""><figcaption></figcaption></figure>

### Canaux disponibles

<table data-view="cards"><thead><tr><th></th><th><select><option value="mjZVekTsgGQo" label="En cours" color="blue"></option><option value="exlMMXLVjkth" label="Planifié" color="blue"></option><option value="WK4vEyJjJM8h" label="Disponible" color="blue"></option></select></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Slack</strong></td><td><span data-option="WK4vEyJjJM8h">Disponible</span></td><td></td><td></td></tr><tr><td><strong>Linear</strong></td><td><span data-option="WK4vEyJjJM8h">Disponible</span></td><td></td><td></td></tr><tr><td><strong>GitHub</strong></td><td><span data-option="WK4vEyJjJM8h">Disponible</span></td><td></td><td></td></tr></tbody></table>

### Bientôt disponible

Nous travaillons à l’ajout de davantage de canaux. Consultez l’avancement de chaque intégration ci-dessous.

<table data-view="cards"><thead><tr><th></th><th><select><option value="mjZVekTsgGQo" label="En cours" color="blue"></option><option value="exlMMXLVjkth" label="Planifié" color="blue"></option><option value="WK4vEyJjJM8h" label="Disponible" color="blue"></option></select></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Discord</strong></td><td><span data-option="exlMMXLVjkth">Planifié</span></td><td></td><td></td></tr><tr><td><strong>Intercom</strong></td><td><span data-option="exlMMXLVjkth">Planifié</span></td><td></td><td></td></tr><tr><td><strong>Microsoft Teams</strong></td><td><span data-option="exlMMXLVjkth">Planifié</span></td><td></td><td></td></tr><tr><td><strong>Google Chat</strong></td><td><span data-option="exlMMXLVjkth">Planifié</span></td><td></td><td></td></tr><tr><td><strong>Demander un canal</strong></td><td></td><td><i class="fa-arrow-up-right-from-square">:arrow-up-right-from-square:</i></td><td><a href="https://github.com/orgs/GitbookIO/discussions/new?category=feature-requests">https://github.com/orgs/GitbookIO/discussions/new?category=feature-requests</a></td></tr></tbody></table>


---

# Agent Instructions: 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://gitbook.com/docs/documentation/fr/gitbook-agent/channels.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.
