> For the complete documentation index, see [llms.txt](https://easydoc.meetbot.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easydoc.meetbot.biz/ji-chu-zhi-shi/ren-gong-zhuan-jie.md).

# 人工客服转接

### 场景预览

当用户与bot聊天时，遇到无法解决的问题，点击联系客服，bot就会将处理权移交给人工客服平台。

![](/files/-LzBKeGUQhaIAjoXFaND)

那么，下面我们就来看一下如何完成配置吧\~

## 配置方法 <a href="#pei-zhi-fang-fa" id="pei-zhi-fang-fa"></a>

首先我们需要来到Facebook粉丝页的设置界面，配置粉丝页的APP移交管理权

![](/files/-LzBLmissn_Cmp8-_zm1)

![](/files/-LzBLpzvDq26m59neHpo)

将主要接收器改成Meetbot, 次要接收器改成Facebook自带的Page Inbox收件箱。

![](/files/-LzBLtEvVfSLNjmxBKiA)

然后来到Meetbot平台进行第二步配置，找到【系统内容】- 【切换到人工服务】，\[对话控制权传递给] 设置为Page Inbox。

![](/files/-LzBMTNuCaiwkvnjOeuE)

最后，在【自定义内容】中配置切换人工的消息内容。可以用随机回复插件调取刚才设置的 【切换到人工服务】。

![](/files/-LzBNbCrPLBE8QDZPUca)

之后就可以在按钮或关键字回复中使用配置的内容块转接人工啦。

&#x20;

![](/files/-LzBPBLcThBU2YI9sM2O)

![](/files/-LzBPaQWUVb6RDKAGEpI)

### 如何切换回Meetbot机器人应答？

当人工客服在Page Inbox中完成对用户的解答后，点击右上方的【移到“已完成”】，对话控制权就会移交给bot啦。

![](/files/-LzBQsHX1OzNo-scfBTp)


---

# 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://easydoc.meetbot.biz/ji-chu-zhi-shi/ren-gong-zhuan-jie.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.
