# Timer

{% hint style="info" %}
**Block Information**

Available in: Page Flow

Toolbox Category: Action

Block Type: [Regular](/app-editor/page-flow/block-anatomy.md#regular-block)
{% endhint %}

The **`Timer`** block is used to execute the specified logic after a given amount of time has elapsed.

<div align="left"><figure><img src="/files/JRlMVyEzLzY8vIxtsMOL" alt="" width="354"><figcaption><p>Timer block</p></figcaption></figure></div>

The block consists of the following:

* *Time Amount:* a [Value Parameter](/app-editor/page-flow/block-anatomy.md#value-parameters) that accepts a [*numeric*](/app-editor/page-flow/references/value-types.md) value  specifying the amount of milliseconds to wait.
* *Tasks*: a [Flow Parameter](/app-editor/page-flow/block-anatomy.md#flow-parameters) where you connect blocks that specify what you want done after the time has elapsed.

{% hint style="success" %}
The Timer block executes the specified logic only once. To execute the tasks in a repeated manner after equal elapsed intervals you will need to use the [Timer Repeat](/app-editor/page-flow/toolbox-blocks/timer-repeat.md) block.&#x20;
{% endhint %}

***

## Usage Example

The example below shows the Timer Block used to show a message using the [Show Information Popup](/app-editor/page-flow/toolbox-blocks/show-information-popup.md) block after 5 seconds have elapsed.

<div align="left"><figure><img src="/files/HUEE6Cnqqad1QgHBY13M" alt="" width="563"><figcaption><p>Example of Timer block</p></figcaption></figure></div>


---

# 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://docs.zingy.ai/app-editor/page-flow/toolbox-blocks/timer.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.
