> ## 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 connection to require a run click to return new results.

This can be useful if there are cost concerns on running queries as they are built, but it will reduce UI interactivity.

## Syntax

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

## Examples

```yaml title="Disable auto-run for the model" theme={null}
auto_run: false
```
