# Interval

The **Interval connector** triggers a workflow at regular time intervals. It is used when a workflow needs to run repeatedly based on a defined schedule. This connector is commonly used for tasks such as periodic data synchronization, scheduled checks, or recurring automation processes.

### Configuration Fields

The Interval node has two fields:

**Interval Field:** This is a numerical field where you can specify the interval after which the workflow should get triggered again.

**Unit Field:** This is a dropdown list which allows you to select a unit for the value that was provided for the *Interval* field. This field offers the following options for its dropdown list:&#x20;

* Seconds
* Minutes
* Hours

The workflow will run repeatedly based on the interval and unit defined.


---

# 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://imbrace.gitbook.io/imbrace-documentation/workflows/interval.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.
