# Bookmarks

<figure><img src="/files/tAKtbsO6vzOl5hYkdM2M" alt=""><figcaption><p>Profile -> Bookmarks (Add Bookmark)</p></figcaption></figure>

Bookmarks are designed to enhance user experience within the platform by enabling users to save links to their profile for easy access and reference at a later time. By utilizing Bookmarks, users can streamline their workflow, organize important information, and efficiently navigate through the platform.

### Creating Bookmarks

Users can create bookmarks by clicking on the "Bookmark" button located on supported pages or resources within the platform.

### Customization

Each bookmark can be personalized with a custom alias  for easier identification and organization.

### **Privacy-First**

Bookmarks are private to the user and aren't shared with other groups within the platform.

{% hint style="info" %}
This is not to be confused with [Team Bookmarks](/fundamentals/teams.md), which are Bookmarks shared amongst a team.
{% endhint %}

### Editing and Deleting

Users have the ability to edit or delete bookmarks as needed, providing flexibility in managing their saved links.


---

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