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

# Support

- [Historique des prises en charge](https://docs.hablla.com/french/hablla/support/historique-des-prises-en-charge.md): Listes, rapports et tableaux de bord du support.
- [Comment démarrer une prise en charge](https://docs.hablla.com/french/hablla/support/comment-demarrer-une-prise-en-charge.md)
- [Transfert massif de prises en charge](https://docs.hablla.com/french/hablla/support/transfert-massif-de-prises-en-charge.md)
- [Niveau utilisateur](https://docs.hablla.com/french/hablla/support/transfert-massif-de-prises-en-charge/niveau-utilisateur.md)
- [Niveau administrateur](https://docs.hablla.com/french/hablla/support/transfert-massif-de-prises-en-charge/niveau-administrateur.md)
- [Autorisation personnalisée](https://docs.hablla.com/french/hablla/support/transfert-massif-de-prises-en-charge/autorisation-personnalisee.md)
- [Comment clôturer ou archiver une prise en charge dans Hablla](https://docs.hablla.com/french/hablla/support/comment-cloturer-ou-archiver-une-prise-en-charge-dans-hablla.md)
- [Clôture massive des prises en charge](https://docs.hablla.com/french/hablla/support/cloture-massive-des-prises-en-charge.md)
- [Base de connaissances](https://docs.hablla.com/french/hablla/support/base-de-connaissances.md)
- [Agents autonomes](https://docs.hablla.com/french/hablla/support/agents-autonomes.md): Un agent autonome est un système intelligent qui opère de manière indépendante pour exécuter des tâches. Il peut analyser le contexte, prendre des décisions en temps réel et interagir avec des utilisateurs ou des systèmes
- [Bot de qualification de leads](https://docs.hablla.com/french/hablla/support/bot-de-qualification-de-leads.md): La qualification des leads permet d'automatiser le haut du funnel, en communiquant rapidement et en classant selon les besoins.


---

# 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://docs.hablla.com/french/hablla/support.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.
