> For the complete documentation index, see [llms.txt](https://help.canoa.supply/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.canoa.supply/docs/share/how-to-embed-a-canvas/how-to-embed-a-canvas-into-webflow.md).

# How to embed a Canvas into Webflow

Now that you have [<mark style="color:purple;">**copied the embed link or the embed code**</mark>](/docs/share/how-to-embed-a-canvas.md#two-ways-to-embed-a-canvas) of your Canvas, let's learn how to paste this embed code into the third-party website hosting platform, Webflow, in order to share and show your Canvas in a unique way.&#x20;

Embedding enriches your website with an interactive window of the Canvas. It takes hyperlinking to the next level, and let's you keep all your information in one place. The **Embed** element in Webflow gives you the power to add custom blocks of code to your sites.&#x20;

## How to add an Embed code directly to your Webflow website

* Launch Webflow.
* Open the **Add panel** and add an **Embed** element to the **Webflow canvas.**
* Paste in the embed code you copied from Canoa.
* Save and close the modal.

<figure><img src="/files/KABUqlYcgn0farZV2yGM" alt=""><figcaption><p>In Webflow, open the Add panel and click the Embed button here.</p></figcaption></figure>

<figure><img src="/files/hgpSrVM4AnaGIXnkozME" alt=""><figcaption><p>Paste the Embed Code you copied from Canoa into this window.</p></figcaption></figure>

For more help regarding Webflow embedding, read this [<mark style="color:purple;">**article here**</mark>](https://university.webflow.com/lesson/custom-code-embed?topics=elements).&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.canoa.supply/docs/share/how-to-embed-a-canvas/how-to-embed-a-canvas-into-webflow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
