# Embedded sheets

Quadratic is embeddable in websites and other apps. Files that are made public can be shared anywhere that supports embedding. Files with permissions can still be embedded but only users with permissions to view the sheet will be able to do so.&#x20;

## Embed in apps&#x20;

Some apps will allow you to embed Quadratic directly. Notion is one such example of application you can embed directly if you have public viewing enabled.&#x20;

<figure><img src="/files/7jcKINfLYi5e0AwhonBn" alt="" width="563"><figcaption></figcaption></figure>

## Embed in a web page via iFrame

If you have public sharing permissions turned ON in your spreadsheet, you can freely embed your spreadsheet in any site that allows embedding. Simply use the URL to your spreadsheet in an `<iframe>` HTML tag.

**Example:**\
`<iframe src="Quadratic_URL" title="your sheet description"></iframe>`


---

# 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.quadratichq.com/teams/embedded-sheets.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.
