> For the complete documentation index, see [llms.txt](https://docs.chatalog.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatalog.ai/zh-cn/post-auto-reply/tie-wen-zi-dong-hui-fu-post-auto-reply/jian-li-duo-ge-tie-wen-zi-dong-hui-fu.md).

# 建立多个贴文自动回复

首先按下编辑，就会出现以下页面

<figure><img src="/files/tEuo77fyENPTtZ27Xb4M" alt=""><figcaption><p>按下选择贴文按钮</p></figcaption></figure>

<figure><img src="/files/CdJqAlI7iXaU0R2ngfGl" alt=""><figcaption><p>选择你需要的贴文</p></figcaption></figure>

<figure><img src="/files/H2gWr9TTJqydtYHKLAKN" alt=""><figcaption><p>选择后，贴文会变成灰色</p></figcaption></figure>

这时候记得按储存键

<figure><img src="/files/QLNNeLQDp21VHYmBDXTV" alt=""><figcaption><p>决定把用户对话的状态设置为 Bot 或 Open。预设选项为 Bot</p></figcaption></figure>

如果你想以人手处理客户的回覆而非以机械人自动回覆，则可选择 Open 如果想在特定时间运行Bot ， 可以按下自定时间

<figure><img src="/files/DvFzeyAJiWdgI4ttKy4b" alt=""><figcaption><p>在此选择所需的时间段</p></figcaption></figure>

完成后，按下储存就会自动根据你所设定好的机器人规则去运行。

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

{% hint style="info" %}
如果在贴文自动回覆bot中选择多个/所有贴文 将会是每篇贴文的第一次留言都会自动回覆一次。假若你已选择多个/所有贴文应用同一个机械人Rule时，而该用户向已设置同一个机械人Rule的帖文回覆时，该用户会因应向帖文的cm的数量收到回覆。 (即回覆了2个帖文时，他会收到2次回应)
{% 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://docs.chatalog.ai/zh-cn/post-auto-reply/tie-wen-zi-dong-hui-fu-post-auto-reply/jian-li-duo-ge-tie-wen-zi-dong-hui-fu.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.
