# Start Interval

## Overview

![The Start Interval Node.](/files/-MhYpHuvP3FNUZMt6DjG)

The **Start Interval Node** sets an **Interval**, which occurs every *X* seconds, as specified in `Seconds` or `Timeout (sec)`.

## Attributes

| Attribute       | Type      | Description                                                         |
| --------------- | --------- | ------------------------------------------------------------------- |
| `Timeout (sec)` | **Float** | The time it takes to reach the next occurrence of the **Interval**. |

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Seconds`         | **Float** | The time it takes to reach the next occurrence of the **Interval**.   |

## Outputs

| Output             | Type           | Description                                                                                                                            |
| ------------------ | -------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**      | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Instance ID`      | **InstanceID** | The assigned **Instance** of an **Object**.                                                                                            |
| `OnStart` (►)      | **Pulse**      | Flows to additional actions following **Start Interval** when it starts.                                                               |
| `OnReset` (►)      | **Pulse**      | Flows to additional actions following **Start Interval** when it is reset.                                                             |

## See Also

* [**Reset Interval**](/incari-studio/2021.3/toolbox/utilities/interval/resetinterval.md)


---

# 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/2021.3/toolbox/utilities/interval/startinterval.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.
