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

# repr privacy

> Privacy controls and auditing

Tools to manage data boundaries and audit network activity.

## Usage

```bash theme={null}
repr privacy [ACTION]
```

## Actions

### `explain`

Show a summary of the current privacy guarantees based on your mode.

```bash theme={null}
repr privacy explain
```

### `audit`

Show a log of all data sent to the cloud (if any).

```bash theme={null}
repr privacy audit
```

### `lock-local`

Enforce local-only mode. Blocks all cloud features.

```bash theme={null}
repr privacy lock-local
# or
repr privacy lock-local --permanent
```
