> 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/billing.md).

# Billing

Billing is the account-level view of your MosoFin subscription. It shows the current plan, renewal or end date, included capacity, and the actions available to the account owner.

## Current plan

The page identifies whether the account has a Single Source subscription, a trial, a subscription scheduled to cancel, or no active plan. It also explains when access renews or ends.

The **Single Source** plan is **$5.99/month**. Every available plan includes unlimited workspaces. Each workspace can authorize up to five QuickBooks entities from the QuickBooks source type, and every new workspace has its own separate five-entity allowance.

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.

Use the live Billing page for the current subscription state and renewal date.

## Manage the subscription

Owners can use **Manage subscription** to open the secure Stripe billing flow. An account without an active plan may instead show an option to subscribe. Review the selected plan, renewal price, and trial end date before continuing.

MosoFin states that payment details are handled securely through Stripe. Do not place card numbers, payment details, or billing screenshots containing private information in support messages.

## If controls are unavailable

Billing management is owner-only. Members and administrators may be able to view plan information without being able to change the subscription. Ask the account owner to make the change.

For current public offers, see [MosoFin pricing](https://www.mosofin.com/#pricing).


---

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