> 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-de/fur-hosts/server-settings/telegram-bot.md).

# Telegram-Bot

Der Telegram-Bot benachrichtigt Sie über Beginn und Ende von Vermietungen und liefert außerdem Informationen über Ihre Server — ein nützliches Werkzeug für bequeme Verwaltung.

Um den Bot zu verbinden, gehen Sie wie folgt vor:

1\. Gehen Sie zu Ihrem CLORE-Konto, öffnen Sie den Bereich Einstellungen und klicken Sie auf Konto verknüpfen.

<figure><img src="/files/21c74a4a57e034bd0da0c7d1f088d3447e5cb286" alt=""><figcaption></figcaption></figure>

2. Der Bot öffnet sich automatisch in Telegram. Senden Sie ihm den Befehl /start.

<figure><img src="/files/3ac82970bde8b2099d9b07c1ea3a6a1768a5fc5b" alt=""><figcaption></figcaption></figure>

3\. Kopieren Sie den bereitgestellten Link und fügen Sie ihn in den Browser ein, in dem Sie auf der CLORE-Website angemeldet sind.

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

Fertig, der Bot ist verbunden! Nun erhalten Sie Benachrichtigungen über den Status Ihrer Server direkt in 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-de/fur-hosts/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.
