# Embedding Charts

### 1. Accessing the Share Options

* Locate the **Share** icon in the top right corner, next to the **Settings** button.
* Click on it to reveal two sharing options:
  * **Embed Link**
  * **iFrame Code**

### 2. Choosing the Right Sharing Method

* **Embed Link**
  * Best for apps like **Notion** and **Slack**.
  * Provides a simple URL to insert into supported platforms.
* **iFrame Code**
  * Ideal for environments where you can insert **HTML elements**.
  * Allows embedding the chart into websites or web applications.

### Note on Chart Updates

* Shared charts are **static** snapshots.
* If your **data** or **chart settings** change, the embedded chart **will not update automatically**.
* You will need to **re-export** and **replace the embed** to reflect any modifications.

Use the method that best suits your needs and share your insights effortlessly!


---

# 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.airbook.io/present/embedding-charts.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.
