> For the complete documentation index, see [llms.txt](https://docs.datasuite.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasuite.vn/english/features/slicer-and-filter/slicer/create-slicer.md).

# Create Slicer

You can create a Slicer to filter data visually by following these steps:

{% stepper %}
{% step %}

#### Select “Add Chart”

Click the **Add Chart** button on the toolbar.
{% endstep %}

{% step %}

#### Select Visualization Type

In the **Visualizations** panel (on the right side of the screen), select a **Slicer** type from the list of available visualizations.
{% endstep %}

{% step %}

#### Drag and Drop Data&#x20;

Drag the data fields you want to filter into the **Dimensions** area. These fields will become the selectable elements in the slicer.

&#x20;If you're using a **hierarchical structure**, make sure to drag the fields in **top-down order** (e.g., Year → Quarter → Month).
{% endstep %}

{% step %}

#### Customize the Slicer

Click the **Style** icon in the Visualizations panel to customize your slicer. Here, you can **rename** the slicer or adjust formatting options.
{% endstep %}

{% step %}

#### Save the Report

After creating and customizing the slicer, click **Save** to store your changes.
{% endstep %}
{% endstepper %}

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


---

# 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.datasuite.vn/english/features/slicer-and-filter/slicer/create-slicer.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.
