> For the complete documentation index, see [llms.txt](https://docs.funnelish.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.funnelish.com/automations/actions/delays.md).

# Delays

Sometimes it makes sense to delay an automation action. Maybe, for instance, you want to give the customer time to fully digest landing page content or watch a video before sending out a message with a discount.&#x20;

The **Wait** action causes the automation to pause for a set period of time before performing the next action. This article shows you how to set up the delay.

{% embed url="<https://youtu.be/393DQWSBwek>" %}

## 1  Open an automation

Open an automation and click the plus (+) button.&#x20;

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

Select **Workflow** and choose **Wait.**

![](/files/ISXS7P02bzqP2bBNW65c)

## 2  Set the delay

Choose how long you want to wait before performing the next action in the automation. Enter the number and select a period: minutes, hours, days, weeks, or months.

![](/files/-MW5SflSMJtWGyVcpMxf)

You can add these delays anywhere inside of your automation. They're commonly used to space out emails to customers.


---

# 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://docs.funnelish.com/automations/actions/delays.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.
