# Delay Helper

<figure><img src="/files/fxKX3jbfSiT0bLRVsryD" alt="" width="196"><figcaption></figcaption></figure>

## Overview

The Delay Helper allows to pause a Flow for some time, e.g. when a system has a known rate limit of only 100 API calls per minute, or it is known, that a system needs some time until an object that has been created is ready to accept child objects that are associated to it.

## Actions

The **Delay Helper** has only one default action - Delay flow execution.\
The helper has the following two options:

* Seconds
* Minutes

<figure><img src="/files/MKzWc0aMUEYZvcVyHCgs" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
The maximum delay in minutes is 15 minutes.
{% endhint %}

Using advanced mode, you can also make the delay dependent on the flow contents or even random:

<figure><img src="/files/wXTdjXPzbNZIthp4g8b4" alt=""><figcaption></figcaption></figure>


---

# 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.locoia.com/connectors/helpers/delay-helper.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.
