> For the complete documentation index, see [llms.txt](https://help.wotnot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.wotnot.io/build/action-blocks/delay.md).

# Delay

Using the delay action block, the chatbot will intensionally show a typing indicator for the specified duration before proceeding to the next step in the chatbot flow.

You can add delays from **1s, 2s, 5s, and 10s**.

{% embed url="<https://www.loom.com/share/be6dbbdfd8614478b12b9d4363eb58b1?sid=c91aa28c-d04d-4843-ae7c-bd3188065f5b>" %}
Setting up 'Delay' action block
{% endembed %}

Alternatively, if you want to generally add delays to all your chatbot messages you can goto Channel configuration -> Web -> General settings.&#x20;

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

## Delay (in outbound bots)

Adds an intentional delay period for which the contacts do not proceed forward in the execution flow.

You can add the following type of delay:

* **Relative** - for a relative time period i.e. 4 hours, 5 days etc.
* **Fixed** - exact date/time i.e. 21 Jun 2024 10 am America/New York

<figure><img src="/files/0oCvLxMaO2nrOE17Lkmd" alt=""><figcaption></figcaption></figure>

You can see the number of contacts in the wait queue until the contacts are delayed.

{% hint style="info" %}
Deleting the 'Delay' action block will allow the waiting contacts to proceed immediately to the next step of the flow.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.wotnot.io/build/action-blocks/delay.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
