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

# Domains

> Add, verify, remove, and scan domains with the Katla CLI.

## List domains

```bash theme={null}
katla domains ls
```

## Add a domain

```bash theme={null}
katla domains add example.com
katla domains add example.com --method dns
```

The `--method` flag accepts `meta_tag` (default) or `dns`. After adding, you'll see instructions for verifying ownership.

## Verify a domain

```bash theme={null}
katla domains verify example.com
```

Polls for up to 60 seconds until verification succeeds or times out.

## Remove a domain

```bash theme={null}
katla domains rm example.com
```

Requires confirmation by typing the domain name.

## Scan a domain

```bash theme={null}
katla domains scan example.com
```

Triggers a cookie scan and polls until complete (up to 6 minutes).
