# Stats Use the `ably stats` command group to view statistics for your Ably account or apps. These commands enable you to retrieve usage metrics and subscribe to live stats updates. ## Account stats Use the following command to retrieve account-level usage metrics such as messages, connections, and data transferred: | Command | Description | | ------- | ----------- | | [`ably stats account`](https://ably.com/docs/cli/stats/account.md) | Get account-level statistics. | ## App stats Use the following command to retrieve app-level [statistics](https://ably.com/docs/platform/account/app/stats.md) such as messages, connections, channels, and API requests: | Command | Description | | ------- | ----------- | | [`ably stats app`](https://ably.com/docs/cli/stats/app.md) | Get app-level statistics. | ## See also * [CLI reference](https://ably.com/docs/cli.md) — Full list of available commands. ## Documentation Index To discover additional Ably documentation: 1. Fetch [llms.txt](https://ably.com/llms.txt) for the canonical list of available pages. 2. Identify relevant URLs from that index. 3. Fetch target pages as needed. Avoid using assumed or outdated documentation paths.