# Embedding Interactive Demos

## Tourial Website Embed &#x20;

{% content-ref url="/pages/hCwB8zHD9DxAT8Qelexu" %}
[Website Embed](/sharing/embed-codes/embedding-interactive-demos/website-embed.md)
{% endcontent-ref %}

## Tourial Lightbox Embed&#x20;

{% content-ref url="/pages/F432IcJXMFcEMALyclM8" %}
[Lightbox Embed](/sharing/embed-codes/embedding-interactive-demos/lightbox-embed.md)
{% endcontent-ref %}

## Embed Best Practices&#x20;

Embed Tourials with a minimum width and height to prevent tooltip overflow

The recommended implementation size is 1080 x 607.5px.

Tourials should be embedded with a minimum of 888 x 500px wide to help prevent tooltips from overflowing.


---

# 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.navless.ai/sharing/embed-codes/embedding-interactive-demos.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.
