> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/get-started/get-started-space-fr/facons-de-travailler-avec-nous.md).

# Façons de travailler avec nous

Découvrez certaines des fonctionnalités disponibles que les clients peuvent utiliser pour atteindre leurs objectifs avec Channable.

***

{% columns %}
{% column %}

### <i class="fa-book-open">:book-open:</i> Centre d’Aide

Obtenez rapidement des réponses grâce à la recherche optimisée par l’IA. Accédez à des articles pratiques, à des guides de dépannage, aux notes de version et plus encore.
{% endcolumn %}

{% column %}

### <img src="/files/d4f817e2572cd645f0e6a780a014071011aa61ea" alt="" data-size="line">Channable Academy

Découvrez les fonctionnalités de Channable, gagnez des badges et apprenez à votre rythme grâce à notre catalogue de cours interactifs.&#x20;
{% endcolumn %}

{% column %}

### <i class="fa-headset">:headset:</i> Équipe Support

Votre premier point de contact pour toute question technique, tout problème lié au Compte ou des Erreurs de facturation.&#x20;
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column %}

### <i class="fa-wrench">:wrench:</i> Gestionnaires de Compte techniques

(service d’accompagnement technique). Installez-vous et laissez-nous prendre en charge des configurations techniques complexes, du début à la fin. Vous n’aurez plus jamais à vous soucier de la mise en œuvre.
{% endcolumn %}

{% column %}

### <i class="fa-ranking-star">:ranking-star:</i> Responsables de la réussite client

(service payant). Votre partenaire stratégique au sein de Channable. Nous vous fournirons des conseils globaux pour vous aider à atteindre vos objectifs business et conserver une vue d’ensemble de votre Compte.
{% endcolumn %}

{% column %}

### <i class="fa-person-chalkboard">:person-chalkboard:</i> Formation animée par un formateur

(sur invitation uniquement). Apprenez directement auprès des experts Channable lors de l’un de nos événements de formation en direct. Découvrez comment configurer les fonctionnalités clés de Channable en 60 à 90 minutes.
{% endcolumn %}
{% endcolumns %}

***

[Contactez-nous](https://www.channable.com/contact) pour découvrir comment nous pouvons soutenir votre réussite.&#x20;


---

# 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://helpcenter.channable.com/get-started/get-started-space-fr/facons-de-travailler-avec-nous.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.
