# Queues Use the `ably queues` command group to manage your Ably queues. These commands enable you to create, list, and delete queues for your applications. ## Manage queues Use the following commands to create, list, and delete [queues](https://ably.com/docs/platform/integrations/queues.md) for consuming realtime data using AMQP or STOMP protocols: | Command | Description | | ------- | ----------- | | [`ably queues create`](https://ably.com/docs/cli/queues/create.md) | Create a queue. | | [`ably queues delete`](https://ably.com/docs/cli/queues/delete.md) | Delete a queue. | | [`ably queues list`](https://ably.com/docs/cli/queues/list.md) | List all queues. | ## 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.