# Exploring

The Slice and Explore Metrics question lets you answer the "What" questions about your data. You can get to this question by asking Zoë and expanding the result, clicking on the New Explore button, or [following up from a dashboard](/using-zenlytic/using_zenlytic.md#dashboards). Once in the Explore interface, you can do several operations on your data.

## Slicing

You can add or remove metrics and slices from your question whenever you'd like. You use the Metrics and Slices menu on the left hand side to add these additional metrics or slices.

<figure><img src="/files/2NmSPL7WYP8auaBeqJr6" alt=""><figcaption></figcaption></figure>

## Filtering

You can also use the left hand menu to filter on a metric or a slice by clicking the three dot menu and clicking "Add as filter" or you can add a filter by clicking the filter icon right below the question title.

To set your filter how you want it you can change the comparison by clicking the middle drop down.

To set the value to use for the filter you can use the drop down for the value on the right side of the value.

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

## Time periods

The time period allows you to filter your data by its primary time slice. You can change the value to a custom range by choosing how you'd like to use the time period.

Then, once you choose how you'd like to define your time period, you choose the values to complete the time period selection, like this.

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

## Table Calculations

If you have questions about the types of formula's and functions you can use in table calculations use the reference [here](/data-modeling/table_calculation_syntax.md)


---

# 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.zenlytic.com/using-zenlytic/exploring.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.
