> 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/cha-jian-yu-ji-cheng/convai-pixel-streaming-embed/whitelisting-and-publishing-an-experience.md).

# 白名单与发布体验

## **先决条件**

在使用之前 `@convai/experience-embed`，请确保：

1. **你的场景已发布** 通过 Convai 的 Avatar Studio（<https://convai.com）发布。>
2. **你已经有你的 `expId`** — 可在场景的“发布”选项卡中找到。
3. **用于嵌入的域名以及创建场景时使用的电子邮件已加入白名单** 通过我们。

{% hint style="warning" %}
**重要：** 在进行更改后重新发布你的体验，以确保嵌入的是最新版本。
{% endhint %}

## 如何发布并加入白名单

1. 在 Convai Avatar Studio 中创建一个场景。
2. 单击 **发布**.
3. 记下 **体验 ID（expId）**.
4. 使用 `expId` 在设置嵌入代码时。


---

# 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/cha-jian-yu-ji-cheng/convai-pixel-streaming-embed/whitelisting-and-publishing-an-experience.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.
