# Quickbooks

First, you need to set an Quickbooks key and endpoint through the Backoffice in order to provide the Quickbooks components to your customers.\
go to the <https://developer.intuit.com/app/developer/dashboard> to create a new app

<figure><img src="/files/cLzUX0ZqnNCfL9tddCfb" alt=""><figcaption></figcaption></figure>

Select the name and scope: \\

<figure><img src="/files/mmuWXpTStpYRwJNCybqN" alt=""><figcaption></figcaption></figure>

Then you receive your *clientID* and *clientSecret*. Also add the redirect URL (<https://api.appmixer.com/auth/quickbooks/callback>) \\

<figure><img src="/files/rd6ZhjitmHfvBIrTL81h" alt=""><figcaption></figcaption></figure>

go the Appmixer BackOffice -> Configuration. Add new configuration: `appmixer:quickbooks` Add your *clientId* and *clientSecret* keys


---

# Agent Instructions: 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.appmixer.com/6.0/5.2/app-registration/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.
