# 关键字回复

用户与机器人进行互动时，除了通过各种按钮与快捷回复的「点击」，还可以通过直接「输入文本」来进行。这就需要我们在设置机器人的时候，对用户可能会输入的关键词，进行相应的回复设置，也就是设置关键词回复规则。

来到【人工智能】>【对话管理】，创建一个对话。

\[用户说] 配置用户输入的关键词，\[机器人回复内容块] 配置相应的预设回复内容。

![](/files/-LzBDBmDLpOK3kzyxGq5)

您可以配置多个关键词，用户发送任一关键词，都会触发相应的回复，在不同情况下都能给客户积极响应。

{% hint style="info" %}
精确匹配不区分大小写哦
{% endhint %}

### 效果预览

![](/files/-LzBIPIAAGt9tAGii2I0)


---

# Agent Instructions: 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://easydoc.meetbot.biz/ji-chu-zhi-shi/guan-jian-zi-pi-pei.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.
