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

# Usage and plan limits

Usage shows what the account is consuming on its current plan. It is an account-wide view rather than a single-workspace report.

## Data sources

The **Single Source** plan is **$5.99/month**. QuickBooks is currently MosoFin's available source type.

Each workspace can authorize up to five QuickBooks entities from that source type. The five-entity allowance is separate for every workspace, so creating a new workspace gives that workspace its own allowance.

## Workspaces

Every available plan includes unlimited workspaces. The Workspaces meter shows how many organization workspaces have been created, but it does not impose a workspace limit.

## Trial and renewal

You can start a **14-day trial for $0.99** on any available plan. Unless you cancel before the trial ends, the subscription automatically renews into the plan you selected at that plan's standard price.

## When a limit is reached

1. Confirm the live limit shown on Usage.
2. Review the QuickBooks entities authorized in the workspace.
3. Open Billing to see the current plan and available management options.
4. Ask the account owner to change the subscription when the action is owner-only.

Treat the signed-in **Usage** and **Billing** pages as the source of truth for your account's current consumption, subscription state, and renewal date.


---

# 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.mosofin.com/account/plan-limits.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.
