# Convai Pixel Streaming Embed

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

Convai's Pixel Streaming integration enables developers to embed interactive 3D character experiences into web applications. The `@convai/experience-embed` npm package simplifies this integration for both React and Vanilla JavaScript environments.

{% embed url="<https://youtu.be/uYdUGbz7-hU>" %}
Convai Pixel Streaming Embedding Experience Tutorial
{% endembed %}


---

# 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/plugins-and-integrations/convai-pixel-streaming-embed.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.
