> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/convai-playground/get-started/dashboard-overview.md).

# 仪表盘概览

## 简介

Convai 仪表板是您管理 AI 驱动角色和沉浸式体验的中央枢纽。在这里，您可以创建角色、启动体验，并访问由 Convai 团队构建的示例角色。

<figure><img src="/files/19bbbb4addc5f5340303ec7b8c14169f245fa663" alt=""><figcaption></figcaption></figure>

***

## 浏览仪表板

### 主仪表板视图

登录后，您会进入 **仪表板** ，并看到一个欢迎标题： *“为您的空间体验创建、管理并部署 AI 角色。”*

该页面分为三个部分：

* **最近的角色** – 您最近更新的角色，以卡片形式显示，包含角色名称、简短描述和场景视频指示器。一个 **查看全部** 链接会打开完整的角色列表。
* **最近的体验** – 您最近启动的体验，每个都带有发布状态徽章： **草稿**, **公开**，还是 **未列出**。一个 **查看全部** 链接会打开完整的体验列表。
* **示例角色** – 来自 Convai 团队的预构建角色，可用于快速测试和获取灵感，涵盖零售、医疗、酒店和游戏等用例。

<figure><img src="/files/2e7a8238ae89172cf2a3d177f170cfc168e144a7" alt=""><figcaption></figcaption></figure>

***

### 创建新内容

在 **右上角**，您会找到：

仪表板内容区域顶部有两个主要操作按钮：

* **创建角色** （主按钮）– 打开角色创建流程。
* **开始新体验** （次按钮）– 打开体验设置流程。

<figure><img src="/files/8451aef7db76fb70689fd415f8698207fa704df2" alt=""><figcaption></figcaption></figure>

***

### 侧边栏导航

左侧边栏可访问所有核心部分：

| 项目       | 描述           |
| -------- | ------------ |
| **仪表板**  | 返回主仪表板视图     |
| **我的角色** | 浏览并管理您的所有角色  |
| **我的体验** | 访问、编辑并管理您的体验 |
| **项目设置** | 配置项目级设置      |

在侧边栏底部：

* **旧版 Playground** – 访问之前的 Convai Playground 界面。
* **Beta 反馈** – 直接向 Convai 团队提交反馈。

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

***

### 个人资料和设置

点击您的 **个人资料头像** 右上角打开账户下拉菜单：

| 选项       | 描述                |
| -------- | ----------------- |
| **账户**   | 管理您的账户详情          |
| **定价**   | 查看您当前的套餐和账单选项     |
| **主题**   | 在浅色和深色模式之间切换      |
| **关注我们** | 通往 Convai 社交频道的链接 |
| **登出**   | 退出您的账户            |

您当前的套餐（例如， **专业版**）显示在下拉菜单顶部，与您的姓名和电子邮件并列。

<figure><img src="/files/8053f5189b7364dbbfb5c66ca6a6c10c9c905d80" alt=""><figcaption></figcaption></figure>

***

### API 密钥访问

点击 **盾牌图标** 位于您个人资料头像左侧的图标，以打开 **API 密钥** 弹窗。

该弹窗显示：

* **您的 API 密钥** – 默认隐藏。使用眼睛图标可显示，或使用复制图标将其复制到剪贴板。
* **API 基础 URL** – `https://api.convai.com`
* **查看文档** – 直接链接到 [API 集成文档](https://docs.convai.com/).

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

{% hint style="info" %}
**请妥善保管您的 API 密钥。** 切勿公开分享，也不要将其提交到版本控制系统中。请使用环境变量进行存储。
{% endhint %}

***

## 结论

Convai 仪表板让您可以快速访问构建和管理 AI 角色及交互式体验所需的一切。侧边栏负责导航，顶部内容区域负责创建，个人资料菜单负责账户和 API 设置。


---

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

```
GET https://docs.convai.com/api-docs/zh/convai-playground/get-started/dashboard-overview.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.
