# Delay

## What is Delay?

Delay is a tool that allows you to pause your Pipe for a specified amount of time or till a specified date before your actions run. You can use delays to set up scheduled emails, get notified of incomplete tasks, send automatic follow-ups, and automate other tasks on your timeline.

## Delay for

| Field           | Description                                           | Required?            |
| --------------- | ----------------------------------------------------- | -------------------- |
| Delay for unit  | Select whether you want minutes, hours, days or weeks | :heavy\_check\_mark: |
| Delay for value | Enter a value                                         | :heavy\_check\_mark: |

## Delay until

| Field            | Description                                     | Required?            |
| ---------------- | ----------------------------------------------- | -------------------- |
| Delay until date | Enter the date you want to delay the Pipe until | :heavy\_check\_mark: |
| Delay until time | Enter the time you want to delay the Pipe until | :heavy\_check\_mark: |

## Check step

The **Check step** button saves your set up and tells you how long your Pipe will be paused for/until when your Pipe will be paused too.

## Common errors

<details>

<summary>Invalid delay for value entered</summary>

This happens when you pick a field that is not a **number.**

Make sure you select a **numeric** field or enter a number.

</details>

<details>

<summary>Delay until timestamp entered is in the past</summary>

This happens when you enter a date that has passed.

Make sure you enter a date that is in the future.

</details>

<details>

<summary>Invalid timestamp entered</summary>

This happens when you enter a timestamp that is not a date/time.

Make sure you check the format or for any extra characters.

</details>


---

# 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.plumber.gov.sg/user-guides/actions/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.
