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

# Command reference

> Every Qonto CLI command, grouped by domain

Each Qonto CLI command calls exactly one [Business API](/api-reference/introduction) endpoint. The pages below list the commands by domain, with the OAuth scope each one needs and a link to its endpoint in the API reference, where you will find every field of the request and the response.

The flags of a command are the endpoint's parameters. `--help` shows them all, with their allowed values:

```bash theme={null}
qonto transactions list --help
```

<CardGroup cols={2}>
  <Card title="Accounts and organizations" icon="building" href="/cli/commands/accounts-and-organizations">
    Organization, business accounts, memberships, teams, labels, plan.
  </Card>

  <Card title="Transactions and statements" icon="arrow-right-arrow-left" href="/cli/commands/transactions-and-statements">
    Transactions, attachments, statements, cash flow categories.
  </Card>

  <Card title="Cards" icon="credit-card" href="/cli/commands/cards">
    List, create, lock, and configure cards.
  </Card>

  <Card title="Invoicing" icon="file-invoice-dollar" href="/cli/commands/invoicing">
    Client invoices, quotes, credit notes, payment reminders, e-invoicing.
  </Card>

  <Card title="Clients and products" icon="address-book" href="/cli/commands/clients-and-products">
    Your client address book and product catalog.
  </Card>

  <Card title="Supplier invoices" icon="file-import" href="/cli/commands/supplier-invoices">
    Import, pay, and reject supplier invoices.
  </Card>

  <Card title="Payment links" icon="link" href="/cli/commands/payment-links">
    Shareable checkout pages and their payments.
  </Card>

  <Card title="Requests and transfers" icon="check-double" href="/cli/commands/requests-and-transfers">
    Transfer and card requests, read-only SEPA listings.
  </Card>
</CardGroup>

Besides these, `qonto auth` manages your session ([Authentication](/cli/authentication)), `qonto config` your defaults ([Configuration](/cli/configuration)), and `qonto version` prints the installed version.

<Note>
  The CLI cannot make payments, manage beneficiaries, or approve requests. See [What the CLI cannot do](/cli/security#what-the-cli-cannot-do).
</Note>
