> ## 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.

# get_plan

> Show the current plan, card limits, and this month usage

Shows the user's current subscription plan, card limits, and this month's usage. Call it before `create_card` when you need the per-card cap or remaining monthly quota, or whenever the user asks about their plan, limits, or billing.

## Parameters

This tool takes no parameters.

## Returns

The plan name, cards used and remaining this month, the maximum amount per card, and the order quota (free plans get a limited number of lifetime orders; paid plans are unlimited). Paid plans also show the subscription status and renewal date, and a past-due subscription includes a payment link when one is available. Free plans get a short summary of the upgrade options. Test-mode cards bypass these limits and are not counted.

## Example

```json theme={null}
{ "name": "get_plan", "arguments": {} }
```
