> 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.md).

# Tools and Productivity

- [AfterShip Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/aftership-integration.md)
- [Amazon Web Services Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/amazon-web-services-integration.md)
- [AnywherePOD Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/anywherepod-integration.md)
- [Descartes Finale Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/descartes-finale-integration.md)
- [Dropbox Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/dropbox-integration.md)
- [FastEditor Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/fasteditor-integration.md)
- [FetchApp Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/fetchapp-integration.md)
- [Help Scout Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/help-scout-integration.md)
- [How to Add Store Users and Permissions](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/how-to-add-store-users-and-permissions.md)
- [How to Add Users To a Mailing List Dynamically](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/how-to-add-users-to-a-mailing-list-dynamically.md)
- [How to Make Your Dropbox Artwork Files Shareable](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/how-to-make-your-dropbox-artwork-files-shareable.md)
- [How to Send Order Details to Trello](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/how-to-send-order-details-to-trello.md)
- [Imgix Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/imgix-integration.md)
- [Inventory Helper Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/inventory-helper-integration.md)
- [Make Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/make-integration.md)
- [Melissa Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/melissa-integration.md)
- [Outlook Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/outlook-integration.md)
- [QuickBooks Online Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/quickbooks-online-integration.md)
- [Slack Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/slack-integration.md)
- [Smarty Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/smarty-integration.md)
- [TaxJar Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/taxjar-integration.md)
- [Twilio Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/twilio-integration.md)
- [Unleashed Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/unleashed-integration.md)
- [Vend Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/vend-integration.md)
- [Yotpo Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/yotpo-integration.md)
- [Zakeke Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/zakeke-integration.md)
- [Zapier Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/zapier-integration.md)
- [Zendesk Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/zendesk-integration.md)
- [Zoho Books Integration](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/zoho-books-integration.md)


---

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