> For the complete documentation index, see [llms.txt](https://help.payorcrm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.payorcrm.com/connecting-to-qb-desktoponline/quickbooks-desktop/data-sync.md).

# Data sync

![](/files/-M76lBMi2ubtuWiQPx6I)

{% hint style="info" %}
Deletion of invoices are not synced . We recommend either of the below approaches in-case you would like to delete an invoice

1. Void the invoice on QB . Ensure that the invoice is voided on PayorCRM by initiating a manual sync and then delete the invoice on QB
2. Delete the invoice on QB . On PayorCRM go to "Invoices view" (Auto-collect) - Select invoices you would like to Void - Click on "More" - "Void invoices"
   {% endhint %}

## Payments Sync

Any payments made within the app will sync to QuickBooks Desktop. The transaction details will appear under the 'Undeposited Funds' account, and the corresponding invoices will be marked as closed. (See example below.)

<figure><img src="/files/QrY7JGl5J3dfOJcdjtEn" alt=""><figcaption><p>Transaction data synced </p></figcaption></figure>

<figure><img src="/files/6u6YcH4hgyqarbmyf9OH" alt=""><figcaption><p>Transaction data synced </p></figcaption></figure>


---

# 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://help.payorcrm.com/connecting-to-qb-desktoponline/quickbooks-desktop/data-sync.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.
