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

# agent-cards cards preset

> Show or set account/app/card presets (limits & restrictions)

Show or set account/app/card presets (limits & restrictions)

```bash theme={null}
agent-cards cards preset --help
```

```text theme={null}
Usage: agent-cards cards preset [options] [command] [card-id]

Show or set account/app/card presets (limits & restrictions)

Arguments:
  card-id                                                  Card id (omit to show/set the account standing preset)

Options:
  --set <name>                                             Preset: a saved or built-in name (see cards preset list)
  --clear                                                  Clear the account, app, or card preset
  --for <app>                                              Manage a per-app preset instead: "cli", a connected app's name, its client id, or "list" to see every app
  --json                                                   Output as JSON
  -h, --help                                               display help for command

Commands:
  list [options]                                           List built-in and saved presets
  save [options] <name>                                    Save (or update) a named preset from rule flags
  delete [options] <name>                                  Delete a saved preset
  allow-merchant [options] <card-id-or-account> <pattern>  Remember a merchant so the next matching charge is allowed (card id, or "account" for the standing preset)
```

Run it bare to see or set your account default. Pass a card id to see or set that card's rules. Pass `--for <app>` to manage the standing preset for the CLI or for one connected app. A new card takes the rules on its create call, else the app default, else the account default. A preset can hold spend caps, categories, merchants, places, currencies, days and hours, and where the card can be used from. Rules, built-ins, and the remember step are explained in [Set rules on a card](/issuing/set-rules-on-a-card).

```bash theme={null}
agent-cards cards preset                       # show the account default
agent-cards cards preset --set daily           # set the account default
agent-cards cards preset --for cli --set daily # set the CLI's standing preset
agent-cards cards preset --for list            # every app and whether it has a preset
agent-cards cards preset <card-id>             # show one card's rules, remembered merchants included
agent-cards cards preset <card-id> --set lunch # pin one card to a saved name (new version)
agent-cards cards preset <card-id> --clear     # stop Agentcard's checks on that card
```

Clear a card and Agentcard's checks on it stop, remembered merchants included. A limit already pushed to the card network stays until you issue a new card.
