# Pricing

Where to find GetItDone's plans, prices and per-plan limits, and what happens when a workspace reaches one of them.

GetItDone has three plans — Free, Pro and Team. **The prices, what each plan
includes and checkout all live on
[nowgetitdone.com/pricing](https://nowgetitdone.com/pricing)**, and this page
canonicalises there: one pricing answer, at one URL.

The numbers are deliberately not restated here. They come from one place in the
codebase (`@getitdone/pricing`), the pricing page renders them from it, and an
MDX file cannot import it — so a copy on this page could only ever be typed by
hand, and a hand-typed price goes stale silently. What this page does instead is
point you at whichever answer you came for.

| You want                                                    | Where it lives                                                |
| ----------------------------------------------------------- | ------------------------------------------------------------- |
| Plans, prices, what each plan includes, checkout            | [Pricing](https://nowgetitdone.com/pricing)                   |
| API calls per billing period and per-minute burst, per plan | [Rate limits & quotas](/docs/api#rate-limits)                      |
| How AI actions are metered and what happens at the cap      | [AI assistant](/docs/ai-assistant)                                 |
| Attachment storage and per-file size limits                 | [Tasks and projects](/docs/tasks-and-projects)                     |
| Your workspace's current usage                              | Settings → Billing in [the app](https://app.nowgetitdone.com) |

## How limits behave

- **AI at the limit** — when a workspace uses its monthly AI actions, AI features
  pause until the monthly reset or an upgrade. Nothing else stops working.
- **API quotas** — burst limits answer `429 rate_limited`; period exhaustion
  answers `429 quota_exhausted`. Two independent systems, two codes.
- **Outbound webhooks** — a paid-plan feature; on Free the endpoints answer
  `403 feature_not_enabled` rather than silently dropping events.
- **Free forever** — the Free plan requires no credit card.
