> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/clore.ai/clore.ai-eng-fr/pour-les-hotes/server-settings/telegram-bot.md).

# Bot Telegram

Le bot Telegram vous informe du début et de la fin des locations, et fournit également des informations sur vos serveurs — un outil utile pour une gestion pratique.

Pour connecter le bot, suivez ces étapes :

1\. Allez dans votre compte CLORE, ouvrez la section Paramètres et cliquez sur Lier le compte.

<figure><img src="/files/4771121b080775f453d4fe3cb656d826d15e76ce" alt=""><figcaption></figcaption></figure>

2. Le bot s'ouvrira automatiquement dans Telegram. Envoyez-lui la commande /start.

<figure><img src="/files/61f9e0e92a7cc9c5ad6873dd9fd430d417f7552a" alt=""><figcaption></figcaption></figure>

3\. Copiez le lien fourni et collez-le dans le navigateur où vous êtes connecté sur le site CLORE.

<figure><img src="/files/42417154397328a5dcb554f4d9696ec97b7a3526" alt=""><figcaption></figcaption></figure>

Terminé, le bot est connecté ! Vous recevrez désormais des notifications sur l'état de vos serveurs directement dans Telegram.


---

# 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.clore.ai/clore.ai/clore.ai-eng-fr/pour-les-hotes/server-settings/telegram-bot.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.
