# #turbo

## Description

\#turbo ###

This will prevent bad macros from locking up the client by allowing you to limit the number of commands per iteration.

## Use

The default is 10, while the maximum value is 120.

A value of 1 will essentially disable #turbo.

**#turbo** is active with the default of 10 in all macros even if you do not use #turbo in your macro. Setting #turbo to 0 will set the value to 20.

## Example

```
#turbo 120
```

## See Also

* [Pound\_Commands](/macroquest/commands/macro-commands/macro-directives.md)
* [Macro\_Reference](/macroquest/documentation/macro-reference.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://macroquest.gitbook.io/macroquest/commands/macro-commands/macro-directives/turbo.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.
