# Countdown

<div><img src="https://2100860514-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5xSBdLnIwNcJR5fryFDs%2Fuploads%2F0viMPP9nL7RzfLCAlHFF%2F108%20countdown%201.png?alt=media&#x26;token=325544a1-6a08-438b-b4e3-2c5b7ca27c1f" alt="Countdown to anything!"> <figure><img src="https://2100860514-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5xSBdLnIwNcJR5fryFDs%2Fuploads%2FRSs50VtUHQU7xwrwf4WK%2F108%20countdown%202.png?alt=media&#x26;token=728bafca-9000-44e8-a616-d74b8cc6b842" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
<https://MY.IP.ADDRESS:4001/countdown> > [Countdown](https://ontime.gitbook.io/v2/views/countdown)
{% endhint %}

Imagine a case where a particular department in the building needs to keep track of a specific event. eg: the actor dressing room number 3 needs to know when it is his time to enter, he does not concern himself of any other times.

Enter Countdown view!

With this view you can choose any scheduled event, from here, ontime will keep track of its running status and either show the Running timer of the event (if running) or a countdown to the event start

{% hint style="info" %}
When calling the route `<ontime-ip>:4001/countdown` you are able to choose any of the events in the list. From here ontime will follow the event by its ID.&#x20;

You can also use the direct routes `<ontime-ip>:4001/countdown?event=1` to follow an event by its order in the list (subject to change) or `<ontime-ip>:4001/countdown?eventid=test` to follow a specific event regardless of its position

This is a great workflow to pair with [URL aliases](https://ontime.gitbook.io/v2/features/url-aliases)
{% endhint %}

Good stuff!


---

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