# Publish

## Introduction

The **Publish** page allows you to share your fully created and customized Convai Experience with the world or with a selected group of people. From here, you can configure the title, description, thumbnail, and visibility settings for your experience, as well as generate links for sharing.

<figure><img src="/files/24NAETC2CocdfuYxVtrs" alt=""><figcaption></figcaption></figure>

***

## Publishing Options and Visibility Settings

The **Details** tab contains all the essential settings for publishing your experience:

* **Experience Link** – A direct link to your experience for easy sharing.
* **Experience Name** – The display name for your published experience.
* **Experience Description** – A short summary describing your experience.
* **Thumbnail** – By default, this uses the selected environment’s image, but you can upload a custom thumbnail.
* **Visibility Settings** – Controls who can see and interact with your experience:
  * **Public** – Your experience can be discovered and accessed by anyone on `x.convai.com`.
  * **Unlisted** – Only users with the direct link can access the experience.
  * **Private** – The experience is restricted to invited users only.
    * When set to **Private**, the **Share Privately** button becomes active. Here you can:
      * Enter the email address of the person you wish to invite.
      * Alternatively, share the experience link with the invited user to grant access.

***

## Embed Experience

The "Embed Experience" tab allows you to embed Convai Experiences directly into your own website. This feature makes it easy to integrate interactive experiences into custom platforms or applications.

{% hint style="danger" %}
Convai Pixel Streaming Embed is currently accessible only with the Professional Plan and above.
{% endhint %}

***

## Conclusion

The Publish page provides all the tools you need to control how your experience is shared, whether you want it available to the public, only to select individuals, or embedded directly into your website. By choosing the right visibility settings, you can ensure your experience reaches the right audience in the right way.


---

# Agent Instructions: 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/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.
