> 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/troubleshooting/common-data-flow-issues.md).

# Common issues

Start with the symptom, complete the first check, and then open the focused recovery guide.

| Symptom                          | First check                                                                | Full guidance                                                                           |
| -------------------------------- | -------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| **I cannot sign in**             | Use the same sign-in method used during registration.                      | [Sign in and recover access](/start-here/register-a-mosofin-account.md)                 |
| **I am stuck in setup**          | Complete every required onboarding, plan, and source step once.            | [Set up the first workspace](/start-here/create-your-first-data-flow.md)                |
| **I cannot find a workspace**    | Check **Account settings > All workspaces**.                               | [Workspaces and organization](/account/workspaces-and-organization.md)                  |
| **QuickBooks will not connect**  | Confirm the active workspace and the QuickBooks company you can authorize. | [QuickBooks common issues](/source-and-destination/sources/quickbooks/common-issues.md) |
| **Claude cannot use MosoFin**    | Confirm the MosoFin connector and selected workspace in Claude.            | [Claude common issues](/source-and-destination/destinations/claude/common-issues.md)    |
| **A tool is blocked**            | Review its policy in **API Tools**.                                        | [API Tools](/product-guide/flow-settings.md)                                            |
| **Activity is empty**            | Widen the date range and clear event or agent filters.                     | [Activity and audit log](/product-guide/macros-in-data-flows.md)                        |
| **Billing controls are missing** | Confirm that you are the account owner.                                    | [Billing](/account/billing.md)                                                          |

## Before retrying

1. Confirm the active workspace.
2. Confirm that QuickBooks is live.
3. Confirm the required API tool policy.
4. Confirm that Claude is connected to the same workspace.
5. Record the time and task identifier before contacting support.

Do not repeat a payment, disconnect a source, or change a permission unless the recovery guide calls for that action.

If the issue remains, [contact support](/troubleshooting/contact-support.md) with the smallest safe set of diagnostic details.


---

# 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/troubleshooting/common-data-flow-issues.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.
