> ## Documentation Index
> Fetch the complete documentation index at: https://docs.versori.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delay

> The Delay Action is used to delay the execution of the next node in the workflow.

The Delay action is useful when you want to pause the workflow for a specific amount of time before continuing to the
next node. This is useful if you want to limit the time between requests or provide ample time for a background task to
complete.

### Configuration

The Delay action can be simply configured to delay by Seconds, Minutes, Hours, or Days:

<Frame caption="Set a delay time">
  <img src="https://storage.googleapis.com/versori-assets/apps/user-docs/actions/delay/delay-config.png" />
</Frame>
