# Drills

Drills are a way of configuring what should be displayed to the end users when they interact with reports by clicking on charts.

It's a great way to:

* Allow your viewers to go beyond just a report aggregated data&#x20;
* Add more interactivity to the report

## Why using drills?

When viewers will start consuming your reports, they will have additional questions.&#x20;

> Why are my sales going up or down?&#x20;
>
> What are the deals currently in closed won or lost? etc.&#x20;

To give more flexibility and level of interaction to viewers, you can set up drills in the [Workbench](/data-management/workbench.md) that will then be automatically available to all your charts in the reporting section.

## How can I configure drills?

In the workbench, at the bottom left corner of your window, click on the "**Drills**" button

<figure><img src="/files/hnnktaDMK3NaT9gnaN0P" alt=""><figcaption><p>Configuring drills</p></figcaption></figure>

From here you can pick any property you want to be available as a Drill and reorder them the way you want by dragging and dropping them.

{% hint style="info" %}
Please note that by default drills show the primary key
{% 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.whaly.io/data-management/workbench/understanding-datasets/drills.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.
