> 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/faq-qb-desktop-setup-sync.md).

# FAQ - QB Desktop Setup/Sync

## I cannot find newly added invoices or customers in the app

This is most likely due to QuickBooks web-services application not syncing data to the app

To ensure that the sync is happening automatically ensure that&#x20;

* QuickBooks webconnector application is running in the background in your computer
* Ensure that the current company file open in QB Desktop application is the one that you would like to be synced

## How do i manually sync data to fix any sync issues

Click on PayorCRM option in the below screen and click on "Update Selected" button to manually sync.&#x20;

Note - Please ensure that the correct company file that needs to be synced is open on QB Desktop before following the above step

![](/files/-Lu3NggjdnkVBpsrsNtZ)

## What happens if I delete/have to delete an invoice in QuickBooks Desktop?

Invoice deletions are not synced to PayorCRM for older accounts. (Please reach out to us if you would like to enable deletions sync for older accounts.) For new PayorCRM accounts, you may continue to delete invoices within QB Desktop.

There are two ways to go about removing invoices for older accounts.

**Void invoices on QB Desktop instead of deleting the invoice (recommended)**

When an invoice is voided on QBD, The invoice amount as well as the due amount of the invoice is changed to $0. The invoice will then be automatically voided in PayorCRM system during the next sync

**Void invoices on PayorCRM manually after deleting the invoice in QB Desktop**

PayorCRM application also provides the ability to void invoices manually. Go to invoices view -> Select the invoice(s) to be voided -> Click on "Void invoices" button (see image below).

{% hint style="info" %}
Important : After an invoice is manually voided on PayorCRM, Please make sure that the same invoice is **deleted/voided** on QB Desktop.
{% endhint %}

<figure><img src="/files/21Rw461J5xiAimwmFZVw" alt=""><figcaption></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/faq-qb-desktop-setup-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.
