# Bookmarks

To bookmark a resource, you can click the bookmark icon in the top right of any resource. When a resource is bookmarked, the icon will be highlighted black.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/2cf667a7-2a4e-4e90-b3e8-5fa189c53008.png" alt=""><figcaption></figcaption></figure>

To access your bookmarks, you can go to your **Profile** (located in the top left of the app - click on `View Profile`). From here, click **Bookmarks**. Another way to easily access your Bookmarks is to add them to your [Personal homepage](/features/homepage.md). The filters in the widgets allow you to filter for "Bookmarked".

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/fbe0644c-4229-46a2-940d-e1aa81eb0d09.gif" alt=""><figcaption><p>Bookmarks in your Profile</p></figcaption></figure>

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/7fb6741e-074c-4cad-af61-e1dc93b75fdb.gif" alt=""><figcaption><p>Bookmarks in your Homepage widgets</p></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://docs.secoda.co/features/bookmarks.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.
