# Embedded reports

Easily embed Haystack reports into platforms like Notion, Google Sheets, and custom dashboards

<figure><img src="/files/18HkMRq8SNsoTSaB9jZY" alt=""><figcaption><p>Example of embedded Haystack reports in Notion</p></figcaption></figure>

## Configure

1. Go to **Team metrics** or [Reports](https://delivery.usehaystack.io/reports) **-> Board.**
2. Choose report you want to embed.&#x20;
3. Go to **Menu -> Share -> Copy Embed**

   <figure><img src="/files/ys9WN0IZKw0WJNWTLQpd" alt=""><figcaption></figcaption></figure>
4. Paste it as embed into your desired platform.

## FAQ

<details>

<summary>I updated the original metric, but the embedded version hasn't changed. Why?</summary>

Embeddable metrics reflect the configuration as it was when you clicked the Copy Embed button. While the data updates dynamically, the chart’s configuration is a fixed snapshot at the time of embedding.

</details>


---

# 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.usehaystack.io/features/embedded-reports.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.
