> For the complete documentation index, see [llms.txt](https://docs.corraldata.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.corraldata.com/kb/organize-your-data/time-locking.md).

# Time Locking

Do even more in widget-editing mode. Use **Widget Date Settings** when you want to see your metrics locked to specific reporting and comparison periods. We give you various intervals to choose from so you can zero in on the exact time frames without manually sifting through reports.&#x20;

**Examples:**

* If you want to continuously track budget revenue year-to-date, set one revenue widget to show YTD instead of using the date picker to change the board each time.
* If you want to show the same metric side-by-side in different intervals, set up multiple widgets, each with a locked time interval, then drag them next to each other in your dashboard.

{% @arcade/embed flowId="zh1EI41Fx7kWnm1sfMtE" url="<https://app.arcade.software/share/zh1EI41Fx7kWnm1sfMtE>" %}

### How it works:

**Just Click the three dots** in the upper-right corner of any Board. Then click Edit Widget to open up the editing panel.

In Widget Date Settings, **select the checkbox** next to “Override date picker…” to enable the field. Choose your interval and/or comparison period to update your Board.


---

# 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.corraldata.com/kb/organize-your-data/time-locking.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.
