# The Time Range Selector

## Overview

Throughout the entire Onum platform, you can set a period to either narrow down or extend the data shown. You can either select a predefined period or apply a custom time range.&#x20;

The related graph and resources will be automatically updated to display data from the chosen period. To remove a selected period, simply click the bin icon that appears next to the period to go back to the default time range (**1 hour ago**).&#x20;

<div data-full-width="false"><figure><picture><source srcset="/files/mY1aapihsYPm5OrfDcIR" media="(prefers-color-scheme: dark)"><img src="/files/a9Shh5yegpR3YTKrvuiH" alt=""></picture><figcaption></figcaption></figure></div>

{% hint style="info" %}
The intervals will be calculated according to the **Timezone** of your browser. Keep an eye out for future implementations, where you can manually select a timezone.
{% endhint %}

## Predefined and Custom time ranges

As well as predefined time intervals, you can also define a custom time range. To do it, simply select the required starting and ending dates in the calendar.

## Comparisons

The interesting thing about Onum is that you can directly see how much volume you have saved compared to past ingestions, telling you what is going well and what requires further streamlining.

The comparison is direct/equivalent, meaning all data shown is analyzed compared to the previously selected *equivalent* time range.&#x20;

For example, if the time range is **1 hour**, the calculation of differences will be carried out using the *previous one hour* before the current selection =

* Range selected: **10:00-11:00**
* Comparison: **09:00-10:00**&#x20;

Again, let´s say you now wish to view data over the last 7 days. The percentages will be calculated by measuring the volume retrospectively two weeks ago with the previous week.


---

# 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.onum.com/getting-started/understanding-the-essentials/the-time-range-selector.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.
