> 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/sources/mosofin-source/quickbooks.md).

# QuickBooks

QuickBooks is MosoFin's only financial data source. It gives Bea read-only access to the reports and records permitted by the active workspace's API tool policies.

![QuickBooks source overview](/files/XSZer5lYvoqtHirVYDBv)

![Create a workspace for a QuickBooks company](/files/kiNmssgaSiLE6jGD3IPY)

## What the connection enables

With an active QuickBooks connection, users can:

* Ask Claude questions about the connected company's financial data.
* Use Bea to inspect accounting reports and transaction details.
* Run reusable MosoFin skills against current QuickBooks data.
* Control each available read tool from **API Tools**.
* Trace tool activity in the workspace audit log.

## Connection model

Each workspace can authorize up to five QuickBooks entities from the QuickBooks source type. Every new workspace has its own separate five-entity allowance.

The connection is read-only. MosoFin cannot create, update, or delete QuickBooks records.

## Supported QuickBooks countries

MosoFin currently supports QuickBooks companies based in:

* United States
* Australia
* Canada
* United Kingdom

If your QuickBooks company is based in another country, do not begin the connection process yet. Contact MosoFin support to confirm whether your company can be supported.

## API tool coverage

MosoFin exposes **69 read-only QuickBooks tools**:

| Tool group                        |  Count |
| --------------------------------- | -----: |
| Financial and balance reports     |     11 |
| Company and single-record readers |     29 |
| Search, list, and budget tools    |     29 |
| **Total current catalog**         | **69** |

Next, [connect QuickBooks](/sources/mosofin-source/quickbooks/connect-quickbooks.md) or review the complete [API tools reference](/sources/mosofin-source/quickbooks/api-tools.md).


---

# 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/sources/mosofin-source/quickbooks.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.
