# Delay Action

## Overview

![The Delay Action Node.](/files/53puTlAaEQQm4oUoB1Wn)

The **Delay Action Node** delays the **Pulse Flow** for the specified duration (in seconds).

Visit [**Actions**](/incari-studio/2023.1/toolbox/actions.md) for a general introduction to the **Actions Nodes**.

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Delay Action Node Attributes.](/files/5AdFObG3PCb7miBZWsPP)

| Attribute        | Type      | Description                                                                 |
| ---------------- | --------- | --------------------------------------------------------------------------- |
| `Duration (sec)` | **Float** | The time of the delay, if none is given in the `Duration` **Input Socket**. |

## Inputs

| Input         | Type           | Description                                                                                                                                                                        |
| ------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Instance ID` | **InstanceID** | The assigned [**Instance ID**](/incari-studio/2023.1/toolbox/actions.md#instance-id) of the **Action**. If nothing is received, it automatically assigns 0 as the **Instance ID**. |
| (►) `Start`   | **Pulse**      | A standard **Input Pulse**, to trigger the execution of the **Node**.                                                                                                              |
| `Duration`    | **Float**      | The time of the delay (in seconds).                                                                                                                                                |

## Outputs

| Output        | Type           | Description                                                                                             |
| ------------- | -------------- | ------------------------------------------------------------------------------------------------------- |
| `Instance ID` | **InstanceID** | The assigned [**Instance ID**](/incari-studio/2023.1/toolbox/actions.md#instance-id) of the **Action**. |
| `OnStart` (►) | **Pulse**      | Flows to the next **Node** following **Delay Action** when the **Action** starts.                       |
| `OnEnd` (►)   | **Pulse**      | Flows to the next **Node** following **Delay Action** when the **Action** stops.                        |


---

# 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://docs.incari.com/incari-studio/2023.1/toolbox/actions/delayaction.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.
