> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# auto_run

> Forces all queries using the topic to require a run click to return new results.

<Warning>
  If defined, this parameter will override the model-level [`auto_run`](/modeling/models/auto-run) parameter.
</Warning>

Forces all queries using the topic to require a run click to return new results.

## Syntax

```yaml theme={null}
auto_run: true/false
```

## Properties

<ParamField path="auto_run" type="boolean">
  Controls whether queries using the topic automatically run. When set to `false`, users must click a run button to execute queries. When set to `true`, queries run automatically.
</ParamField>

## Examples

```yaml theme={null}
auto_run: false
```
