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

# Plan

> View and change your subscription

Manage your subscription with the `agent-cards plan` command group. See [Plans](/personal/plans) for a full comparison of limits.

## View your plan

```bash theme={null}
agent-cards plan
```

Shows your current plan, per-card amount cap, cards used and remaining this month, and renewal or cancellation status.

## Upgrade

```bash theme={null}
agent-cards plan upgrade            # defaults to basic
agent-cards plan upgrade basic      # $15/mo
agent-cards plan upgrade pro        # $100/mo
```

Returns a Stripe Checkout URL — complete payment in your browser and the plan updates automatically. Confirm with `agent-cards plan`.

| Plan  | Price    | Cards / month | Max per card |
| ----- | -------- | ------------- | ------------ |
| Free  | \$0      | 5             | \$50         |
| Basic | \$15/mo  | 15            | \$500        |
| Pro   | \$100/mo | 50            | \$1,000      |

## Cancel

```bash theme={null}
agent-cards plan cancel
```

Cancels your paid subscription and reverts to Free at the end of the billing period.
