> For the complete documentation index, see [llms.txt](https://docs.podiumbi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podiumbi.com/reports/bookmarks/add-bookmark.md).

# Add Bookmark

## Steps for adding a bookmark:

1. Launch report you want to add a bookmark to
2. Go to the page of the report you want to bookmark
3. Add any filters you want to include in the bookmark
4. In the top right, hover over the bookmark icons and select new bookmark.

<div align="center"><figure><img src="https://lh7-us.googleusercontent.com/FFaUNiRZUDWhG0cKBdYLMivQKrp-j5eXDzxlp-_hM22KN2iyDm1kQmuWMCXnHyWD61gI1ryrcbIbaa4IPQDpTLG-AS7x9Kr9u-LvyKaKmOJkOPcshCIuXw-5FcK9nci8s2SZ49m_pUP6c90WTDO1jys" alt=""><figcaption></figcaption></figure></div>

5. Name the Bookmark and decide if you want this to be your default bookmark.

<figure><img src="https://lh7-us.googleusercontent.com/FDE5_ZHdPjkZkfiSm5fwRyGHMD9YEq4-Ac6y77yUFjJfINlxo8rJNMy8Kzsvnl-GTjwEj0aTH7EFRPFTyOVwhWEGicRFOwNhFUFZyRi3ZjhvIod3mlQV3ulntO8nSs0fUxJtsgCKq1CqefFGB2bQip0" alt=""><figcaption></figcaption></figure>

6. Save Bookmark

{% hint style="info" %}
**Good to know:** On large reports, one way to use bookmarks is to create a bookmark for the ways you typically view the report. If you normally go to certain tabs, apply certain filters, sort the data a certain way. Creating bookmarks can be a real time saver.
{% endhint %}


---

# 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://docs.podiumbi.com/reports/bookmarks/add-bookmark.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.
