> For the complete documentation index, see [llms.txt](https://koipy.gitbook.io/koipy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://koipy.gitbook.io/koipy/doc/zhi-ling-xiang-jie.md).

# 指令详解

什么是bot指令（命令）？

bot 指令是一种以 `/` 开头的特殊文本。在 Telegram 中，这些特殊文本会触发特定效果。

在此文档中，我们约定 `< >` 尖括号表示本项目指令**描述的特殊占位符**，用于区分说明内容。在实际输入中不需要输入尖括号。举例：

```
/test <订阅名>
```

在此案例中，`<订阅名>` 是占位描述符，实际你要输入的是：

```
/test TAG
```

而不是连同尖括号一起输入。后面的例子里还会多次出现这类占位符，这里就不重复说明了。


---

# 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:

```
GET https://koipy.gitbook.io/koipy/doc/zhi-ling-xiang-jie.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
