# Error Handling and Retries

Errors may occur throughout the workflow due to various factors such as server API issues, connectivity problems, etc. However, we aim to maintain the stability of our workflow and prevent it from breaking and starting over, especially in mission-critical applications.

Such behavior can be configured with error handling capabilities that support retries. This allows us to customize retry settings and ensure that the workflow continues without significant disruption.

This can be easily added in the *Error Handling* tab of the node:

<figure><img src="/files/zsLtoGAfrgajdIhsRrLG" alt=""><figcaption><p>Error handling configuration</p></figcaption></figure>

Users can set up the following parameters:

* **Interval** - The number of seconds before the first retry attempt.
* **Max attempts** - The maximum number of retry attempts.
* **Backoff rate** - The multiplier by which the retry interval increases with each attempt.
* **Timeout** - Fails the state if it runs longer than the specified duration.


---

# 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.getdynamiq.ai/low-code-builder/error-handling-and-retries.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.
