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

# CLI Guides Overview

> Index of guides for using the Swarms command-line interface.

Master the Swarms command-line interface with these step-by-step guides. Execute agents, run multi-agent workflows, and integrate Swarms into your DevOps pipelines—all from your terminal.

## What You'll Learn

| Topic                    | Description                                                |
| ------------------------ | ---------------------------------------------------------- |
| **CLI Basics**           | Install, configure, and run your first commands            |
| **Agent Creation**       | Create and run agents directly from command line           |
| **YAML Configuration**   | Define agents in config files for reproducible deployments |
| **Multi-Agent Commands** | Run LLM Council and Heavy Swarm from terminal              |
| **DevOps Integration**   | Integrate into CI/CD pipelines and scripts                 |

***

## CLI Guides

| Guide                        | Description                                                        | Link                                               |
| ---------------------------- | ------------------------------------------------------------------ | -------------------------------------------------- |
| **CLI Quickstart**           | Get started with Swarms CLI in 3 steps—install, configure, and run | [View Guide](/cli/overview)                        |
| **Creating Agents from CLI** | Create, configure, and run AI agents directly from your terminal   | [View Guide](/cli/commands)                        |
| **YAML Configuration**       | Run multiple agents from YAML configuration files                  | [View Guide](/cli/configuration)                   |
| **LLM Council CLI**          | Run collaborative multi-agent decision-making from command line    | [View Guide](/api/llm-council)                     |
| **Heavy Swarm CLI**          | Execute comprehensive task analysis swarms from terminal           | [View Guide](/cli/commands)                        |
| **CLI Multi-Agent Commands** | Complete guide to multi-agent CLI commands                         | [View Guide](/examples/cli/multi-agent-quickstart) |
| **CLI Examples**             | Additional CLI usage examples and patterns                         | [View Guide](/cli/overview)                        |

***

## Use Cases

| Use Case                      | Recommended Guide                         |
| ----------------------------- | ----------------------------------------- |
| First time using CLI          | [CLI Quickstart](/cli/overview)           |
| Creating custom agents        | [Creating Agents from CLI](/cli/commands) |
| Team/production deployments   | [YAML Configuration](/cli/configuration)  |
| Collaborative decision-making | [LLM Council CLI](/api/llm-council)       |
| Complex research tasks        | [Heavy Swarm CLI](/cli/commands)          |

***

## Related Resources

* [CLI Reference Documentation](/cli/commands) - Complete command reference
* [Agent Documentation](/api/agent) - Agent class reference
* [Environment Configuration](/environment-setup) - Environment setup guide
