> 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/master.md).

# ontime

{% hint style="danger" %}
This information relates to version 2 of the app.

You likely should be using the newest version of the app, and the [new docs](https://docs.getontime.no/)

Alternatively you might be looking for the [v1 documentation](https://ontime.gitbook.io/v1/)

Looking for [the website](broken://spaces/Sb0ytUDJ43WC0zQPSW8Y/pages/-Mc11TDjc9g_HKwRmxCi)?

Looking for downloads?

* [MacOS](https://github.com/cpvalente/ontime/releases/latest/download/ontime-macOS.dmg)
* [Windows](https://github.com/cpvalente/ontime/releases/latest/download/ontime-win64.exe)
* [Linux](https://github.com/cpvalente/ontime/releases/latest/download/ontime-linux.AppImage)
* [Docker ](https://hub.docker.com/r/getontime/ontime)(see [docs here](/v2/additional-notes/use-in-raspberry-pi.md))
  {% endhint %}

Ontime is an application for creating and managing event rundowns and timers.

It helps to organise and schedule a list of events and their information. The information is then distributed over the network and presented in different views.

Any device in the network with a browser can be a consumer of the views, making for an efficient way to distribute over a venue using a network infrastructure instead of video outputs.

![App overview](/files/Tcpi9TVxwhzXJuUmksDJ)

<figure><img src="/files/o1wwD4OOkMwIAWEoMeT1" alt=""><figcaption><p>Cuesheet</p></figcaption></figure>

![The stage timer in action](/files/C6wDSDUxuDkKNcVTB2GS)

The app is available for [MacOS](https://github.com/cpvalente/ontime/releases/latest/download/ontime-macOS.dmg), [Windows](https://github.com/cpvalente/ontime/releases/latest/download/ontime-win64.exe), [Linux ](https://github.com/cpvalente/ontime/releases/latest/download/ontime-linux.AppImage)and [docker images](https://hub.docker.com/r/getontime/ontime).

### Unopinionated

We want Ontime to be unique by targeting freelancers instead of roles. We believe most freelancers work in different fields and we want to give you a tool that you can leverage across your many environments and workflows

We are not interested in forcing workflows and have made Ontime so, it is flexible to whichever way you would like to work.


---

# 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/master.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.
