> 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-squarespace.md).

# How to embed a Canvas into Squarespace

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, Squarespace, in order to share and show your Canvas in a unique way on your site.

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** block in Squarespace gives you the power to add custom blocks of code to your sites.&#x20;

## Add an embed block in Squarespace <a href="#h_01hkx07zg1rpaz2z4cd43gjjpx" id="h_01hkx07zg1rpaz2z4cd43gjjpx"></a>

* Launch Squarespace.
* Edit a page or post, click **Add Block** or an insert point, and click **Embed**.&#x20;
* Open the block editor by clicking the **pencil** icon or **Edit** on the block.
* Paste the **URL** of the Canvas you're embedding.&#x20;
* If the Canvas doesn't appear, click **Code snippet** in the block editor on a computer and paste an embed code manually into the text field.

<figure><img src="/files/jOCffgWrAzZKSkwv6p5I" alt=""><figcaption><p>Click Edit page and then Add Block to find the Embed function in Squarespace.</p></figcaption></figure>

<figure><img src="/files/0mB3dkSxXcAumKm1Kwph" alt=""><figcaption><p>Paste the URL of your Canvas after clicking Link. Your Canvas will then appear in view.</p></figcaption></figure>

If the view of your Canvas on Squarespace is not to your liking, you can edit the view of the Canvas window within the **Embed data** button, show below.

<figure><img src="/files/u00yskF8FLCc4OgWYsM5" alt=""><figcaption><p>Paste in the Canvas URL with the x, y, width, and height axises here.</p></figcaption></figure>

As you can see below, the preferred view of this Canvas is now correct because the URL with the x, y, width, and height axises is included within the embed data in Squarespace.

<figure><img src="/files/voty9MzHanUMibBy8Top" alt=""><figcaption><p>Editing the URL within the Embed data in Squarespace.</p></figcaption></figure>

For more help regarding Squarespace embedding, read this [<mark style="color:purple;">**article here**</mark>.](https://support.squarespace.com/hc/en-us/articles/206543617-Embed-blocks)&#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-squarespace.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.
