> ## Documentation Index
> Fetch the complete documentation index at: https://kapso-1adbad2d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# kapso agent pull

> Pull specific agent from cloud

```bash theme={null}
kapso agent pull <name> [OPTIONS]
```

## Options

| Option        | Description                   |
| ------------- | ----------------------------- |
| `--force, -f` | Force overwrite local changes |

## Examples

```bash theme={null}
kapso agent pull customer_support
kapso agent pull sales_bot --force
kapso agent pull my_agent -f
```
