# Drilldown

## **Distribution Mode**

In this mode, groundcover showcases the top attributes found in your traces or logs data. Each attribute displays up to four values with the highest occurrence across the selected traces.

You can click any value to add or exclude it as a filter and continue drilling down interactively.

### **How attributes are selected**

We use statistical scoring based on:

* **Entropy**: how diverse the values of an attribute are.
* **Presence ratio**: how often the attribute appears across the selected traces.

Attributes that are both common and have high entropy are prioritized.


---

# 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.groundcover.com/use-groundcover/drilldown.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.
