> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/taxjar-integration.md).

# TaxJar Integration

Order Desk can send your order details to [TaxJar](https://www.taxjar.com/) to help with your accounting.

### Setup

To enable the integration, click on **Manage Integrations** in the left sidebar. Under the **Productivity** tab, find and enable the TaxJar integration.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FGQ26y15iKW99Uni0kbpA%2Flegacy-dde7e50eda8f5ced20e4.gif?alt=media)

Enter your TaxJar API Key then click to connect.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FVYRbNeBfW3KvPYsCa7XZ%2Flegacy-78997529d1332b23f187.png?alt=media)

To find your API Key at TaxJar, click on Account > SmartCalcs API.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FQUaP50kxkewoMMWaf4xu%2Flegacy-898608e38866b5af6aba.jpg?alt=media)

Copy the Live Token and paste it into Order Desk.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FPbpQN5syibamqaCGDH0K%2Flegacy-cb3cd99d4bef213e98ad.jpg?alt=media)

### Integration Settings

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FgjKy1bHQc9wQYHcRVvyh%2Flegacy-14824626b5663f30a46f.png?alt=media)

#### Environment

Select Production for sending live orders and Staging for sending test orders to TaxJar.

You must be on the TaxJar Plus plan to use the Staging option.

#### After Import, Move To

Select the folder you want orders to be moved into after they are successfully sent to TaxJar.

You can use one of the default folders already in your store or create your own. Read the [Working with Folders](/start-here/getting-started-series/quick-start-overview.md#working-with-folders) guide for more information.


---

# 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.orderdesk.com/integration-setup-guides/tools-and-productivity/taxjar-integration.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.
