> For the complete documentation index, see [llms.txt](https://docs.quadratichq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quadratichq.com/teams/plans-and-billing.md).

# Plans & billing

## Plans & billing

Manage your plan, AI usage, and invoices from your team settings under **Billing**.

### Plans

|                                 | Personal (Free)        | Pro                           | Business                      |
| ------------------------------- | ---------------------- | ----------------------------- | ----------------------------- |
| Price                           | $0                     | $20/user/month                | $40/user/month                |
| AI usage                        | Monthly message limit  | $20 AI credits per user/month | $40 AI credits per user/month |
| AI models                       | Default model          | All models                    | All models                    |
| Files                           | Limited editable files | Unlimited                     | Unlimited                     |
| Connections                     | Limited                | Unlimited                     | Unlimited                     |
| File export (Excel, CSV, .grid) | —                      | Included                      | Included                      |
| AI on-demand overage            | —                      | —                             | Available                     |

### AI usage & billing

Only the AI work you initiate counts toward your usage: chat messages, code assistant conversations, PDF imports, and web searches. Background AI — like autocomplete suggestions, chat naming, and agent connection setup — is always free.

On paid plans, each user gets a monthly AI credit allowance. Business teams can enable on-demand usage to keep going past the allowance at cost.

### Upgrades & downgrades

Upgrades take effect immediately with prorated billing — you're invoiced right away for the remainder of the period. Downgrades are scheduled for the end of the current billing period.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.quadratichq.com/teams/plans-and-billing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
