# 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**.

Setting up 'Delay' action block

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

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

### Delay (in outbound bots) <a href="#delay-in-outbound-bots" id="delay-in-outbound-bots"></a>

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/2Ozrq8AOaWyj9c8QBkr2" alt=""><figcaption></figcaption></figure>

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

Deleting the 'Delay' action block will allow the waiting contacts to proceed immediately to the next step of the flow.

\ <br>


---

# 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://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/delay.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.
