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

# Setup

One Time Index: manually execute the command every-time there is a significant update to the codebase.

```bash theme={null}
scout-code index
```

Incremental Indexing: let Scout Code automatically detect, sync and index codebase changes in real time

```bash theme={null}
scout-code index --watch
```
