# Drill Down

Make your charts clickable and allow users to take a closer look at the data displayed in your chart. To set up a drill down:

1. Add a **Chart Click** action to your chart and choose **Open modal** for the action
2. Add a modal or choose one that you have already created<br>

   <figure><img src="/files/puuZUZ0ANJkgzDomQsUx" alt=""><figcaption></figcaption></figure>
3. Set one or more **modal parameters** that will be used to filter the data in the components in your modal
4. Add a filter to the components in your modal and select the modal parameters that you have created<br>

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


---

# 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.jetadmin.io/user-guide/design-and-structure/components/charts/how-to-set-up-a-chart/drill-down.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.
