> 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.md).

# 菜单栏总览

## 简介

菜单栏位于 AICAN Pro 后台左侧，用于切换不同的工作页面。

客服人员可通过菜单栏快速进入各项功能，并依照日常工作需求完成客户接待、数据分析、机器人管理与系统设置等操作。

<figure><img src="/files/0vlKudmBYwBo99COc0pV" alt=""><figcaption></figcaption></figure>

***

## 页面内容

菜单栏包含以下页面：

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><img src="/files/kTyrwOoMXeJdtMFWe2iT" alt=""> <mark style="color:$primary;"><strong>对话</strong></mark></h4></td><td><mark style="color:$info;">查看并处理进行中的客户对话。</mark></td><td><a href="/pages/wEb8HPhHl67TEUifcorB">/pages/wEb8HPhHl67TEUifcorB</a></td></tr><tr><td><h4><img src="/files/68aARC4j1Xs30j22IY9N" alt=""> <mark style="color:$primary;"><strong>留言</strong></mark></h4></td><td><mark style="color:$info;">查看访客留言并进行后续处理。</mark></td><td><a href="/pages/NjKitClcHrV8ze9Vowsq">/pages/NjKitClcHrV8ze9Vowsq</a></td></tr><tr><td><h4><img src="/files/XM5joZj2GvAhfWIT5cUL" alt=""> <mark style="color:$primary;"><strong>客户中心</strong></mark></h4></td><td><mark style="color:$info;">管理客户资料、标签与客户分组。</mark></td><td><a href="/pages/JbjExo0qpy0aVSPe36G7">/pages/JbjExo0qpy0aVSPe36G7</a></td></tr><tr><td><h4><img src="/files/UuFWxgoDxmLWgdcXrTNR" alt=""> <mark style="color:$primary;"><strong>历史</strong></mark></h4></td><td><mark style="color:$info;">查看已结束的对话记录。</mark></td><td><a href="/pages/Z02MiNwk17Ny1FHv52Rz">/pages/Z02MiNwk17Ny1FHv52Rz</a></td></tr><tr><td><h4><img src="/files/Xz26UeTzCgEu6Csm1rsV" alt=""> <mark style="color:$primary;"><strong>数据分析</strong></mark></h4></td><td><mark style="color:$info;">查看客服与对话相关数据。</mark></td><td><a href="/pages/Z02MiNwk17Ny1FHv52Rz">/pages/Z02MiNwk17Ny1FHv52Rz</a></td></tr><tr><td><h4><img src="/files/OB2RQRCf5A412Ytb8Ivk" alt=""> <mark style="color:$primary;"><strong>聊天机器人</strong></mark></h4></td><td><mark style="color:$info;">建立自动回复流程并接待访客。</mark></td><td><a href="/pages/kY2K7L6VEiwx7cpGvQey">/pages/kY2K7L6VEiwx7cpGvQey</a></td></tr><tr><td><h4><img src="/files/jipYNQJ8kWwFlsefXJN1" alt=""> <mark style="color:$primary;"><strong>应用商店</strong></mark></h4></td><td><mark style="color:$info;">管理系统扩充功能与第三方服务。</mark></td><td><a href="/pages/tkROAowlIhOjnxJ0uZnv">/pages/tkROAowlIhOjnxJ0uZnv</a></td></tr><tr><td><h4><img src="/files/yo2u3TvOr5jY7q0puqTO" alt=""> <mark style="color:$primary;"><strong>设置</strong></mark></h4></td><td><mark style="color:$info;">管理团队、渠道与系统设置。</mark></td><td><a href="/pages/BQPInkivv0JRJNzZuBfo">/pages/BQPInkivv0JRJNzZuBfo</a></td></tr></tbody></table>

***


---

# 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.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.
