# A2IO Quick Start

## Free

1. Download the matching artifact from /update/stable.json.
2. Run:

```text
a2io capabilities --json
a2io init --vault <absolute-path> --json
a2io doctor --vault <absolute-path> --json
a2io sources list --json
```

3. Start with a single source:

```text
a2io sync --source url --param url=<URL> --destinations obsidian --json
```

## Pro

Run the Free handshake first, then verify:

```text
a2io runtime status --json
a2io license status --json
```

Complete the documented register -> device -> license redeem -> platform QR login flow before using WeRead MP, IMA protocol, persistent routes or monitoring.

## First route

Use baseline for the first run, test the route, then schedule:

```text
a2io mp route add --url <公众号文章链接> --ima-knowledge-base <ID> --ima-folder <目录ID> --ima-mode markdown --initial baseline --json
a2io mp route test --route-id <ID> --json
a2io monitor auto-sync --once --json
```

Use the exact capabilities and help output from the installed build as the final command authority.


