# Embedding

## How to embed a 3rd party website

Embeds will show up for you and your client as a new tab. You can add a URL or an iframe embed that's provided to you by the 3rd party website. Not all websites has or allows embedding, so you should check the preview before expecing it to work. \
\
If you want to embed Notion, you will need to use a 3rd party application such as <https://embednotion.com/>. Once you add your page to that website, they will provide an emebed code which you can paste on Queue.&#x20;

{% embed url="<https://www.loom.com/share/7e69a0f3a3ee4482b2a44883c11198cf>" %}


---

# 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://guides.usequeue.com/project-collaboration/embedding.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.
