# Generate and manage embeds

{% hint style="warning" %}
**Important Information for Embedding Stories**

**Exporting Stories**: Users with at least "contribute" privileges can export embedded stories.
{% endhint %}

{% @arcade/embed url="<https://app.arcade.software/share/MRDfw9lLgPvqyOffn8z9>" flowId="MRDfw9lLgPvqyOffn8z9" %}

The embed interface is designed for viewing only. To modify story configurations, please use the Studio.

### Display Options

* **Use The Additional Panel**: Optionally display the additional panel within the embed.
* **Display The Story Header**: Display the story title in the HTML code you copy for embedding.

### Setting An Alias

For easier management across different environments, you can assign a custom `alias` to each embed. This is helpful when handling multiple embed scripts.

**Example**

{% code overflow="wrap" %}

```html
<script async src="https://myinstance.toucantoco.com/scripts/embedLauncher.js?id=cool-stuff" type="text/javascript"></script>
```

{% endcode %}

### Generating and Managing Your Embed

Once you’ve configured these settings, click “Generate Embed” to create your embed code.

**Copy embed HTML**

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

You’ll receive HTML code to insert an iFrame or Web Component directly into your software, offering flexible placement options.

{% hint style="warning" %}
If you delete or edit an embed component, make sure to update the new code in any websites or applications where it is already in use to maintain functionality.
{% 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://docs-v3.toucantoco.com/visualizations-and-layouts/embedding/integration/generate-and-manage-embeds.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.
