> For the complete documentation index, see [llms.txt](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/13-guest-bot-yu-nei-lian-guang-gao.md).

# 13 Guest Bot与内联广告

了解Guest Bot访客广告与内联广告的区别和配置方式。

Bot访客广告是本软件的重点发送方式：Bot无需加入目标群，登录账号在群内@机器人触发一次，机器人随后以Bot身份回复广告。

![Bot访客广告设置](https://3113701068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3h2NgAnxHRZdWHkoarUV%2Fuploads%2Fzy4ziBvpk9B5EGeT4sMQ%2F11-bot-guest-ad.jpg?alt=media)

## Bot访客广告

1. 在群发营销或随机群发中选择 **访客机器人（Bot身份）**。
2. 从机器人池中选择可用Bot，并设置轮询或随机。
3. 选择Bot广告模板。
4. 协议号进入目标群后@当前Bot，触发一次广告回复。
5. 发送结果会记录实际使用的Bot和模板。

自动申请Bot时应同时配置所需的 Guest Mode 与 Inline Mode。若当前Bot失效，软件切换下一个可用Bot并重新生成@触发内容。

## 与内联机器人的区别

| 模式           | Bot需要进群 | 群内最终显示身份 |
| ------------ | ------- | -------- |
| 访客机器人（Bot身份） | 不需要     | Bot      |
| 内联机器人（账号身份）  | 不需要     | 登录账号     |

{% hint style="warning" %}
Bot是否能回复仍受Telegram、目标群权限和Bot当前状态影响。应配置多个可用Bot，并先在测试群确认效果。
{% endhint %}


---

# 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://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/13-guest-bot-yu-nei-lian-guang-gao.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.
