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

# Feature list

### Features implemented as of now

* [x] Available for Windows / MacOS and Linux
* [x] Available as a [docker image (run headless)](/v2/features/coming-up-headless-mode.md)
* [x] Distribute data over the network and render in any device with a browser
* [x] Different screen types
  * [x] [Stage Timer](/v2/views/stage-timer.md)
  * [x] [Minimal Timer](/v2/views/minimal-timer.md)
  * [x] [Clock](/v2/views/clock.md)
  * [x] [Backstage Info](/v2/views/backstage-info.md)
  * [x] [Public Info](/v2/views/public-info.md)
  * [x] [Studio Clock](/v2/views/studio-clock.md)
  * [x] [Countdown](/v2/views/countdown.md)
* [x] Configurable real-time [Lower Thirds](/v2/views/lower-thirds.md)
  * [x] Design presets
  * [x] [Overridable properties ](/v2/views/lower-thirds.md#url-modifiers)(size - font, background and key colours, transition and fade times)
* [x] Collaborative editing with the [cuesheet view](/v2/views/cuesheet.md)
* [x] [Send live messages ](/v2/main-concepts/interface-1/display-messages.md)to different screen types
* [x] Ability to differentiate between backstage and public data
* [x] Manage delays using our [delay workflow](/v2/features/the-delay-workflow.md)
* [x] [Rich integrations ](/v2/control-and-feedback/ontime-apis.md)with OSC and Websocket control and feedback
* [x] [Roll mode](/v2/features/roll.md): run standalone using the system clock
* [x] [Load event list from Excel ](/v2/features/import-events-from-excel.md)(.xlsx) file
* [x] [Edit Anywhere](/v2/features/edit-anywhere.md): run ontime in the network and access the editor from any device
* [x] [URL Aliases](/v2/features/url-aliases.md): define configurable aliases to ease onsite setup
* [x] [Countdown to anything](/v2/views/countdown.md): ability to have a countdown to any scheduled event


---

# 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/feature-list.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.
