> 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/character-customization/publish.md).

# 发布

## 简介

该 **发布** 此页面可让您与全世界或选定的一组人分享您完全创建和自定义的 Convai 体验。您可以在此配置体验的标题、描述、缩略图和可见性设置，并生成分享链接。

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

***

## 发布选项和可见性设置

该 **Details** 选项卡包含发布您的体验所需的所有基本设置：

* **体验链接** – 您体验的直接链接，便于分享。
* **体验名称** – 您已发布体验的显示名称。
* **体验描述** – 描述您体验的简短摘要。
* **缩略图** – 默认情况下，这将使用所选环境的图像，但您可以上传自定义缩略图。
* **可见性设置** – 控制谁可以查看并与您的体验互动：
  * **公开** – 任何人都可以在 `x.convai.com`.
  * **未列出** – 只有拥有直接链接的用户才能访问该体验。
  * **私密** – 该体验仅限受邀用户访问。
    * 当设置为 **私密**，则 **私下分享** 按钮将变为可用。在这里，您可以：
      * 输入您想邀请的人的电子邮件地址。
      * 或者，将体验链接分享给受邀用户以授予访问权限。

***

## 嵌入体验

“嵌入体验”选项卡允许您将 Convai 体验直接嵌入您自己的网站。此功能可轻松将交互式体验集成到自定义平台或应用程序中。

{% hint style="danger" %}
Convai Pixel Streaming 嵌入目前仅适用于专业版及以上套餐。
{% 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:

```
GET https://docs.convai.com/api-docs/zh/convai-playground/character-customization/publish.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.
