# Embed

You can add a Readermode.io bookmarks to a website or blog by embedding it.

### Embed bookmarks[​](https://help.raindrop.io/embed#collection)

1. On a computer, go to <https://readermode.io/dashboard>
2. [Make the collection that you want to embed public](/using-reader-mode/public-page.md)
3. Open that collection&#x20;
4. Click `Embed` button in top right corner
5. Copy embed code and paste it into your website or blog

<figure><img src="/files/Hw2jvFBoSU5JlBVdrjSe" alt="" width="375"><figcaption></figcaption></figure>

This is how your embed might look:

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

### Embed user profile[​](https://help.raindrop.io/embed#user) <a href="#user" id="user"></a>

Your public user profile is accessible at `https://readermode.io/your-username`

&#x20;If you don't know your username, go to your [dashboard](https://readermode.io/dashboard) and then:

1. On your Profile & Settings menu on the top left, click the `Profile` menu
2. On your Profile page click `Embed` button on the top right side
3. Copy embed code and paste it into your website or blog

This is how your embed might look:

<figure><img src="/files/xZUzEYsQuXTGHtXLAimD" alt="" width="392"><figcaption></figcaption></figure>


---

# 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://help.readermode.io/using-reader-mode/embed.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.
