# Timer Repeat

{% 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 Repeat`** block is used to execute the tasks of a [Timer](/app-editor/page-flow/toolbox-blocks/timer.md) block in a continuous way repeating at the same interval.

<div align="left"><figure><img src="/files/1uYd8c0NMRrOfAjcqYK7" alt="" width="204"><figcaption><p>Timer Repeat block</p></figcaption></figure></div>

{% hint style="warning" %}
NOTE: The Timer Repeat block is to be used only inside the *Tasks* [Flow Parameter](/app-editor/page-flow/block-anatomy.md#flow-parameters) of a [Timer](/app-editor/page-flow/toolbox-blocks/timer.md) block and does not work outside of it.
{% endhint %}

***

## Usage Example

The example below shows the [Timer](/app-editor/page-flow/toolbox-blocks/timer.md) block used to invoke the function *do\_something* every 5 seconds with the help of the Timer Repeat block.&#x20;

<div align="left"><figure><img src="/files/4t3vzj8OF926xMAaAWMM" alt="" width="413"><figcaption></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-repeat.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.
