# Filtering

There are filters at the top of the portal that allow you to filter the data by district, network, school, grade level, and date range. The filter options look like this:

<div data-full-width="true"><figure><img src="/files/5Z19tutmOGUk1Wsx2rbn" alt=""><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="/files/dgVf9l0iPj4hqghWvdbo" alt=""><figcaption></figcaption></figure></div>

If nothing is selected in one of the fields, then all of the data for that field will be displayed. For example, in the screenshot above, the school selected is Hogwarts but there is nothing selected for grade level, so data will be presented on all grade levels at Hogwarts. Clicking the "x" next to a filter removes that filter, so clicking the “x” next to Hogwarts would remove that filter so the data shown would now be for all grades from all of the schools in the district.

After you set filters, you will see contextual information on the left-hand side of the screen. This information helps you validate that you are looking at data on the correct students. For example, if you know that there are more than 10 students receiving Once at Ravenclaw, perhaps you are looking at data from the wrong year or the wrong grade level.

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

### Date Range Picker

⚠️ The default range in the date range picker (pictured below) is the prior 30 days.

However, you can choose any custom date range depending on what you are looking for. For example, you may want to better understand metrics from a shorter, more recent time period, so you might set it to show data from just the last week. Or maybe you want to look at the trend over a longer period of time, so you might set it to show data from the last three months.

<figure><img src="/files/bQtLy9OCZ7F5GQYEC3HP" 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.tryonce.com/student-data/filtering.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.
