> For the complete documentation index, see [llms.txt](https://docs.acho.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acho.io/acho-studio/resources/import-data/quickbooks.md).

# QuickBooks

### Connect to QuickBooks

1\. Go to the **Resources** page and click the <img src="/files/luUqNwhjG7IZbheUpaBG" alt="" data-size="line">  button.&#x20;

2\. Select **QuickBooks**.

3\. Enter your account credentials and click **Connect**. Please follow the instructions [here](https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0-playground) to get credentials.

* Client ID&#x20;
* Client Secret&#x20;
* Realm ID&#x20;
* Refresh Token: A token used when refreshing the access token&#x20;
* Sandbox: Whether is an sandbox environment.
* Start Date: Retrieve data after this date. The date should be UTC date and time in the format 2017-01-25T00:00:00Z.
* User Agent

4\. Choose tables to import and click **Finish Setup**.&#x20;

5\. You will see a  <img src="/files/-MgBo4LSmdK4OS-NqLZy" alt="" data-size="line"> icon next to your resource. It may take a few minutes to several hours depending on the data size and the number of your tables. Once your data is ready, you will receive a notification email.&#x20;

### Supported table <a href="#output-schema" id="output-schema"></a>

* [Accounts](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/account)
* [BillPayments](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/billpayment)
* [Budgets](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/budget)
* [Bills](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/bill)
* [Classes](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/class)
* [CreditMemos](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/creditmemo)
* [Customers](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/customer)
* [Departments](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/department)
* [Deposits](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/deposit)
* [Employees](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/employee)
* [Estimates](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/estimate)
* [Invoices](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice)
* [Items](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item)
* [JournalEntries](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/journalentry)
* [Payments](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/payment)
* [PaymentMethods](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/paymentmethod)
* [Purchases](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchase)
* [PurchaseOrders](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/purchaseorder)
* [RefundReceipts](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/refundreceipt)
* [SalesReceipts](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/salesreceipt)
* [TaxAgencies](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/taxagency)
* [TaxCodes](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/taxcode)
* [TaxRates](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/taxrate)
* [Terms](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/term)
* [TimeActivities](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/timeactivity)
* [Transfers](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/transfer)
* [VendorCredits](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/vendorcredit)
* [Vendors](https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/vendor)


---

# 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:

```
GET https://docs.acho.io/acho-studio/resources/import-data/quickbooks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
