# Studio Clock

{% hint style="info" %}
<https://MY.IP.ADDRESS:4001/studio>        > [Studio Clock View](/v2/views/studio-clock.md)
{% endhint %}

![](/files/XJGbcVWmD9Ykz7unCeV8)

{% hint style="info" %}
The **On Air** state can be toggled on / off using either the [OSC ](broken://pages/-Mc0oddH32QHy--Zl5Ss#osc-control-api-default-port-8888)or [HTTP APIs](/v2/control-and-feedback/ontime-apis/http-api.md)
{% endhint %}

### URL Modifiers

The Studio Clock views are configurable by using URL parameters

{% hint style="info" %}
URL parameters pair great with the [URL Aliases feature](/v2/features/url-aliases.md)
{% endhint %}

| Parameter | Options       | URL                  | Action                 |
| --------- | ------------- | -------------------- | ---------------------- |
| seconds   | true \| false | /studio?seconds=true | Shows seconds in clock |


---

# Agent Instructions: 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:

```
GET https://ontime.gitbook.io/v2/views/studio-clock.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
