> For the complete documentation index, see [llms.txt](https://fiveelementslabs.gitbook.io/tide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fiveelementslabs.gitbook.io/tide/white-label/simple-embeds/embedded-spaces/embed-spaces-on-your-blog-or-docs.md).

# Embed spaces on your blog or docs

## Overview

You can add your Tide embedded space on websites that support HTML-compatible elements like Notion, Readme.com, etc.

## Integration steps

To integrate a Tide Embedded Space into your blog or documentation, follow these steps:

1. **Locate the Space URL**: Find the URL specific to your Tide space. For instance <https://www.tideprotocol.xyz/users/spaces/1320>
2. **Modify the URL for Embedding**: Adjust the URL to make it suitable for embedding. The new URL will look like this: <https://www.tideprotocol.xyz/users/spaces/embedded/1320>
3. **Embedding Options**:
   * For platforms like Notion: Paste the link into your document, select "Embed", and resize as needed.
   * On iFrame-compatible sites (e.g., Readme.com): Use an iFrame block with the modified campaign URL.
   * For custom HTML-compatible sites: Use an HTML snippet with an iframe, setting the `src` to the space URL and adjusting the height and width as necessary.
4. **Insert the Embed Code**: Wherever you want your space to appear, insert the chosen embed code (iFrame or HTML snippet).


---

# 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://fiveelementslabs.gitbook.io/tide/white-label/simple-embeds/embedded-spaces/embed-spaces-on-your-blog-or-docs.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.
