> 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/views/network-views-intro.md).

# Network views (Intro)

Any device in the same network with a browser can render the data views designed.

Reaching the different views is possible by navigating to the IP address of the machine that hosts ontime (show in the apps info view) on the **default port 4001** and using the ontime logo on the top right corner to select the desired view. In the examples below MY.IP.ADDRESS should be replaced by the given IP. In the local machine that would be **127.0.0.1**

{% hint style="info" %}
<https://MY.IP.ADDRESS:4001>                        > [Stage view](/v2/views/stage-timer.md)

<https://MY.IP.ADDRESS:4001/minimal>      > [Minimal Timer](/v2/views/minimal-timer.md)

<https://MY.IP.ADDRESS:4001/sm>              > [Stage Manager / Backstage View](/v2/views/backstage-info.md)

<https://MY.IP.ADDRESS:4001/public>         > [Public / Foyer View](/v2/views/public-info.md)

<https://MY.IP.ADDRESS:4001/lower>          > [Lower Thirds](/v2/views/lower-thirds.md)

<https://MY.IP.ADDRESS:4001/studio>         > [Studio Clock](/v2/views/studio-clock.md)

<https://MY.IP.ADDRESS:4001/countdown> > [Countdown](/v2/views/countdown.md)

<https://MY.IP.ADDRESS:4001/cuesheet>    > [Cuesheet](/v2/views/cuesheet.md)
{% endhint %}

In case of unnatended machines or automations, it is possible to use a straight URL for every view

There are two main types of views available to be used, **Private Views** and **Public Views**

### Private Views

These refer to all views which would be typically used in a backstage context.&#x20;

* **Stage Timer / Minimal Timer** - Common screen type used for speakers onstage, contains the running timer as well as the ability to receive direct messages from the operator
* **Backstage Info** - An overview of the schedule and ongoing events. Contains also private events, pertinent to backstage only
* **Studio Clock** - A schedule overview with a typical LED studio clock
* **Cuesheet** - A collaborative cuesheet / rundown table with the possibility for custom user fields

### Public Views

These refer to all views which would be typically used in a audience context.&#x20;

* **Public Info** - An overview of the schedule and ongoing events
* **Lower Thirds** - A set of programmable lower third events containing event info.


---

# 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/views/network-views-intro.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.
