> For the complete documentation index, see [llms.txt](https://aican.gitbook.io/aican/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aican.gitbook.io/aican/aican-system/menu/settings/conversation/queue-transfer.md).

# 排队转接

## 简介

「排队转接」用于管理访客等待机制与客服转接流程，让客服能够更有效率地管理咨询顺序，并降低遗漏消息的风险。

***

## 页面内容

本页面包含以下内容。

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

### ① 访客排队提示消息

用于设置访客进入排队状态时显示的提示内容。

***

### ② 目前排队数量显示

开启后，访客可查看目前等待人数与排队顺序。

***

### ③ 排队超时设置

当访客等待时间超过限制时，系统会自动结束排队，并发送通知消息。

***

### ④ 访客排队提示

开启后，当有新访客进入排队状态时，系统会自动显示通知提醒。

***

### ⑤ 排队提示音

开启后，当访客进入排队状态时，系统会自动播放提示音。

***

### ⑥ 转接提示

开启后，当客服收到转接请求时，需先确认后才能接手对话。

若超过指定时间未处理，系统将自动取消转接。

***

### ⑦ 转接提示音

开启后，系统会于收到转接请求时自动播放提示音。

{% hint style="info" %}

#### 提醒

建议同时开启排队提示与提示音功能，以降低遗漏消息的风险，并提高整体接待效率。
{% 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://aican.gitbook.io/aican/aican-system/menu/settings/conversation/queue-transfer.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.
