# Report

The report screen consists of six main sections:

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

#### 1. Report Pages

This area contains the individual pages of the report. For example, in the image above, the report is currently displaying data on the “Page default” page.

#### 2. Report Name & Toolbar

The **toolbar** provides options for customizing the report or the page. Some features may require specific permissions. For instance, depending on your access level, you may or may not be able to edit the report.

#### 3. Main Report Area

This is where slicers, scorecards, and charts are displayed. It presents the visual content of the report based on the configured data and filters.

#### 4. Filters Pane

The **Filters** pane displays all filters currently applied to the report or the page. To collapse or expand the pane, click the arrow icon (**>**).

#### 5. Visualization Settings

This section allows users to customize visual elements such as chart types, field selections, formatting options, and colors for text and values.

#### 6. Data Sample Panel

Displays the columns of data from the associated data model (including dimension and fact tables). The data may include numbers, text, dates, and calculated fields.


---

# 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/report.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.
