# Wait Action

In today’s tutorial, I am going to show you how you can use the Wait action to make your conversation more human-like. The Wait action helps you introduce delays in providing responses or actions in the conversation flow, making your conversation feel more natural.

\
Imagine your customer wants to close the conversation, and you want to send a message like “goodbye” and then use the [Close action](/ai-chatbots-and-automation/actions-explained/close-action.md) to end the conversation.&#x20;

Without using the Wait action, your customer might not have enough time to read your message, and the conversation will be closed instantly. By using the Wait action, you can decide how much delay to introduce before the next action is triggered.

#### &#x20;How to use the Wait action in the conversation flow <a href="#how-to-use-the-wait-action-in-the-conversation-flow" id="how-to-use-the-wait-action-in-the-conversation-flow"></a>

To get started, head to the [Tiledesk dashboard](https://panel.tiledesk.com/v3/dashboard/#/projects) and, from the bot section, choose the bot you want to edit.

Then, simply drop the Wait action from the left side menu into the [Block](broken://pages/ZXxfwYY21Yz9PCv9X7ja) where you want to use the Wait action.

Next, click on the Wait action, and the right side menu will appear, allowing you to define the Delay Time, as shown in the image below.

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

That’s all!&#x20;

From now on, after the last message, the conversation will wait for 4 seconds before the next action is triggered.

Hope you found it helpful. \
For more details, please visit [www.tiledesk.com](https://tiledesk.com/).

To get started, [you can create a free account](https://panel.tiledesk.com/v3/dashboard/#/signup).

In case you have questions or need support, do not hesitate to contact us via: <support@tiledesk.com>\
&#x20;


---

# 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://guide.tiledesk.com/ai-chatbots-and-automation/actions-explained/wait-action.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.
