> For the complete documentation index, see [llms.txt](https://docs.geekgram.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geekgram.io/nei-rong-guan-li/min-gan-ci-ku.md).

# 敏感词库

1、当粉丝发出的消息中含有设置好的【敏感词】,则将该粉丝移入黑名单

2、当粉丝处于黑名单中时,聊天室将不接收该粉丝任何消息

3、粉丝处于白名单时,该粉丝触发【敏感词】也不会将该粉丝移入黑名单中,且正常接收所有消息

4、敏感词功能为全局设置(设置成功后对所有粉丝生效)

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

### 【导入敏感词】

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

### 【新增敏感词】

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

### 【名单列表】

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

#### 白名单

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

#### 黑名单

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


---

# 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.geekgram.io/nei-rong-guan-li/min-gan-ci-ku.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.
