# Timeout Override

You can override the default timeout duration for individual nodes by selecting a timeout level. This is useful when some steps are expected to take longer than others.

**Available timeout levels:**

* **Fast** – Uses the default timeout set in your account settings.
* **Slow** – Doubles the default timeout.
* **Very Slow** – Increases the timeout to 10 times the default.

The default timeout is configured under **Settings → Account → Runner**.

Use this option for steps that may take longer, such as loading large datasets or waiting on third-party services.


---

# 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.does.qa/node-configuration/timeout-override.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.
