> For the complete documentation index, see [llms.txt](https://docs.innofalls.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.innofalls.com/interactivity/navigation/drill-down-preview.md).

# Drill Down Preview

The *Drill Down Preview* is a feature which is still in experimental stage. It shows you what to expect after the next drill down in a little chart next to your main visualization. Imagine it to be a signpost if the size of a value corresponds to the values it is made up.

It can be activated in the Review / Preview Menu:

![](/files/uAaJyAia4owYxtSB6c9S)

The Drill Down Preview visualizes the **sigma** (standard deviation) of the underlying values for an element in your chart as blue bars.

Here is an example:

![](/files/TF7O3jWxl6HgSz4Ns4hl)

In this case, the sizes of sigma correspond roughly with the sizes of the main waterfall chart. But let us have a look at another example:

![](/files/Z80npIYYcWrFOfcF1gvo)

In this chart we can see, that the sigma for *Consumer* is significantly higher than the actual delta. If we expand the node, we immediately see why:

![](/files/bCarxAe6EZMuuyxF5OMg)

The volatility of the values is rather high, compared to the very small delta. When the underlying deltas are summed up, the result indicates a small change. But it hardly reflects, what happens below. This is, what the drill down preview is meant to visualize.


---

# 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.innofalls.com/interactivity/navigation/drill-down-preview.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.
