> 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-zh/mian-xiang-zhu-ji-ti-gong-zhe/server-settings/telegram-bot.md).

# Telegram 机器人

Telegram 机器人会在租赁开始和结束时通知您，还会提供有关您的服务器的信息——这是一个便于管理的实用工具。

要连接机器人，请按照以下步骤操作：

1\. 前往您的 CLORE 账户，打开“设置”部分，然后点击“关联账户”。

<figure><img src="/files/091b38280c1d2c6fb5700c188ba19315179ee2ef" alt=""><figcaption></figcaption></figure>

2. 机器人将自动在 Telegram 中打开。向它发送 /start 命令。

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

3\. 复制提供的链接，并将其粘贴到您已登录 CLORE 网站的浏览器中。

<figure><img src="/files/79ad3c35e23b5159e723c42b6c145afa9f633f5a" alt=""><figcaption></figcaption></figure>

完成，机器人已连接！现在您将直接在 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-zh/mian-xiang-zhu-ji-ti-gong-zhe/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.
