> For the complete documentation index, see [llms.txt](https://shoppad.gitbook.io/pagestudio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppad.gitbook.io/pagestudio/customize-the-app/add-third-party-embed-code-to-your-page.md).

# Add third-party embed code to your page

Follow the steps below on how to add third-party embed code to your pages.

1\. From your Page Studio dashboard, click on the **Pencil Icon** to edit your page.

<figure><img src="/files/iX0JjIkfnaMYUiTwxzpj" alt=""><figcaption></figcaption></figure>

2\. On the left sidebar, click the **Content Blocks** **icon**.

<figure><img src="/files/RtXqdwgfu0lt8SbvvBTA" alt=""><figcaption></figcaption></figure>

3\. In the Basic content blocks, scroll down to locate the **Advanced Code Snippet** block.

<figure><img src="/files/6CDqmvOWB8xHBtvw5ZXq" alt=""><figcaption></figcaption></figure>

4\. Drag and drop the block into your page.

5\. Click into the block, and hit the **Gear icon**.

<figure><img src="/files/td4hRKrPIA4jTx2Iplmo" alt=""><figcaption></figcaption></figure>

6\. Highlight the code snippet that you see and delete it.

<figure><img src="/files/KhNI9szxzHdzmXkjVglp" alt=""><figcaption></figcaption></figure>

7\. Copy and paste in your third-party embed code.

8\. Click **Ok**.

9\. Save your changes.

Third-party embed code will only display properly on the live view of your page. After hitting **Save** on the editor, please click the **View** button at the top left corner.


---

# 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:

```
GET https://shoppad.gitbook.io/pagestudio/customize-the-app/add-third-party-embed-code-to-your-page.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.
