> For the complete documentation index, see [llms.txt](https://kb.bevica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.bevica.com/bevica-select/faqs/bookmark-pages-and-group-them.md).

# Bookmark pages and group them

Add frequently used pages to your Bookmarks, then organise them into groups for faster navigation.

Bookmarking keeps your most-used pages one click away. Grouping keeps the list tidy.

### Add a bookmark

1. Open the page you want to save.
2. In the page header, select **Bookmark** (star).
3. Confirm the bookmark name if prompted.

### Open your bookmarks

1. Go to your **Role Centre** (Home).
2. Open the **Bookmarks** panel.

{% hint style="info" %}
If you can’t see **Bookmarks**, your profile may hide the panel.

Use **Explore all** or ask your admin to adjust your **Profile (Role Centre)**.
{% endhint %}

### Group bookmarks

1. In **Bookmarks**, select **Manage** or **Organise**.
2. Select **New group**.
3. Enter a group name.
4. Move bookmarks into the group.

### Remove or rename bookmarks

1. In **Bookmarks**, select **Manage** or **Organise**.
2. Rename, move, or delete bookmarks as needed.

### Next steps

* If you’re still struggling to find pages fast, use **Tell me** search.
* See [FAQ - User Interface](/bevica-select/faqs/faq-user-interface.md) for common UI questions.


---

# 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://kb.bevica.com/bevica-select/faqs/bookmark-pages-and-group-them.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.
