> For the complete documentation index, see [llms.txt](https://ontime.gitbook.io/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ontime.gitbook.io/v2/main-concepts/interface-1/timer-control.md).

# Timer Control

![timer control in app](/files/e4MrYG77Dva02x5kUblJ)

#### 3. Timer Control

Timer control is the most important control interface for running your timer.

All actions available here (and more) are also available through [one of the APIs](/v2/control-and-feedback/ontime-apis.md), allowing you to create powerful integrations as eg. [companion ](/v2/additional-notes/companion-module.md)

component offers control over the playback of the currently selected event (event in green on event list). All the buttons in the interface are also available over the [OSC and Websocket APIs](/v2/control-and-feedback/ontime-apis.md)

* **Start / Next** - When no event is running, Start will start the selected event (or first if there is no selection). Next will start the following event&#x20;
* **Play**
* **Pause**
* **Roll** - Roll is an advanced tool that enables ontime to run unattended. The application will use the system clock to run the events as scheduled. See [Roll](/v2/features/roll.md)
* **Previous**
* **Next**
* **Unload** - De-selects any running event
* **Reload** - Stops and resets running timer
* **-1 -5 +1 +5** - Increments / decrements currently running timer (time in minutes)

{% hint style="info" %}
Although the options for increment / decrement are limited to 1 and 5 minutes in the app. This limitation does not exist in the [integrations](/v2/control-and-feedback/ontime-apis.md), meaning that an OSC device can increment / decrement any amount of time:

*/ontime/delay 10*\
\&#xNAN;*/ontime/delay -20*
{% endhint %}

<br>


---

# 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://ontime.gitbook.io/v2/main-concepts/interface-1/timer-control.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.
