# Embed

Vectary provides an option to embed a link or embed code directly into a 3D project.

To add an embed, add a [Floating UI](/documentation/3d-configurator/floating-ui.md) and then select the **Embed** option from the dropdown and choose whether to embed a **link** or a **code block** in the settings.

<div align="left"><figure><img src="/files/gRZvP351zdLIWhTW0xcM" alt="" width="248"><figcaption></figcaption></figure></div>

<i class="fa-message-exclamation">:message-exclamation:</i>  <mark style="color:$warning;">Embedding is not visible in Studio. To preview the result,</mark> [<mark style="color:$warning;">share</mark>](/documentation/sharing-exporting-embedding/sharing.md) <mark style="color:$warning;">the project and open it in a new browser tab.</mark>

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

{% hint style="danger" %}

#### Limitations

\
For security reasons, only the following tags are supported: `iframe`, `div`, `embed`

\
All other tags are automatically purified during insertion, and a warning message is displayed:\
\ <img src="/files/hqYJqZVUTivYGc1dIKX2" alt="" data-size="original">&#x20;
{% endhint %}


---

# 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://help.vectary.com/documentation/3d-configurator/floating-ui/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.
