# Bookmark

**Bookmark** is a feature that allows users to save the **display state of a Report Page**, including which components are shown or hidden. This enables users to easily switch between different analysis modes without needing to manually reconfigure the layout each time.

#### Create Bookmark

To create a bookmark, follow these steps:

{% stepper %}
{% step %}

#### Enable the Bookmark Feature

On the Report Page, **report designers** can enable the feature by turning on **"Show bookmark"** in the top corner. Once enabled:

* A **bookmark management panel** will appear in the report design interface.

  <figure><img src="/files/PD6jAP1S1CACiKkuQp3q" alt=""><figcaption></figcaption></figure>
* A **bookmark selection bar** will be shown at the top of the report for end users to choose from.

  <figure><img src="/files/qP1sVzwpvoKTl2Dh19Xi" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

#### Create a New Bookmark

Click the **"Add bookmark"** button in the bookmark management area to create a new bookmark. A configuration panel will appear for you to enter details.
{% endstep %}

{% step %}

#### Name the Bookmark

In the **“Bookmark name”** field, enter a descriptive name (e.g., *“Department Report”*, *“Revenue Overview”*) to help users easily identify the bookmark later.
{% endstep %}

{% step %}

#### Select Display Components

Under **“Choose Visuals to display”**, you’ll see a list of charts, tables, slicers, and other components on the report page.

* **Check** the components you want to be visible when the bookmark is selected.
* **Uncheck** the components you want to hide.
  {% endstep %}

{% step %}

#### Save the Bookmark

Once configuration is complete, save the Report Page to store all newly created or updated bookmarks.

Report designers can:

* **Preview** a bookmark using the preview button.
* **Delete** a bookmark using the delete button.
  {% endstep %}
  {% endstepper %}

#### Using Bookmarks

Bookmarks can be used in flexible ways:

1. **Direct Use (Standalone)**\
   End users can select a bookmark from the bookmark bar to instantly switch the report view to the saved configuration (i.e., showing and hiding components as specified).
2. **Combine with Buttons**\
   You can link bookmarks to buttons in your report. This allows users to switch views with a single click, providing a more intuitive and seamless experience—without relying on the bookmark panel.

{% hint style="success" %}
For detailed instructions on how to combine bookmarks with buttons, see [**Add Button**](/english/features/other-components/add-button.md).
{% endhint %}


---

# 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.datasuite.vn/english/features/bookmark.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.
