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

# Visibility and audits

> Measure AI-search visibility and site foundation state.

## Read the latest visibility snapshot

```bash theme={null}
aeo visibility show
```

Use this before recommending topics or changes. It shows where the brand is mentioned or missing across supported engines.

## Run a visibility check

This starts a production, credit-metered job. State the reason, ask for explicit user approval, and check `aeo billing credits` when cost matters. Prefer `aeo visibility show` first.

```bash theme={null}
aeo visibility check run
```

The command returns a job ID. Poll it:

```bash theme={null}
aeo visibility check poll <job_id>
```

The current CLI does not support `--wait` for visibility checks; poll explicitly.

## Run a site audit

This starts a production, credit-metered job.

```bash theme={null}
aeo audit run
aeo audit poll <job_id>
```

Audit jobs inspect site foundation, content readiness, and technical signals relevant to AI-search visibility.

## Read performance metrics

```bash theme={null}
aeo metrics overview
aeo metrics article <content_id>
aeo metrics traffic --days 30
```

Use metrics to close the loop after content is deployed.
