# Profile

The Profile feature allows users to display their saved bookmarks and collections (folders) on their profile page. By default, these bookmarks and collections are private and will not be shown to anyone. However, once the user sets them to public, they will be displayed on their profile page for others to see. This is a great way to showcase and share with people what they have been reading on the internet.

<figure><img src="/files/8vDaNPA9DOyPNPKoT5kx" alt=""><figcaption></figcaption></figure>

### Access your profile&#x20;

1. From your [Dashboard](/using-reader-mode/dashboard.md), click [Profile & Settings](/using-reader-mode/user-interface.md) menu
2. Click `Profile`

<figure><img src="/files/eYHZtybpnE2S3M4LVkVM" alt="" width="238"><figcaption></figcaption></figure>

<details>

<summary>Embed Profile</summary>

[Learn more](/using-reader-mode/embed.md)

</details>


---

# 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/profile.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.
