# Integrations

***

#### **Does BoxHero integrate with other platforms?**

Yes. BoxHero supports:

* [**Slack**](https://www.boxhero.io/docs/integrations/slack) — real-time notifications for Stock In/Out/Adjust/Move transactions.
* [**Webhooks**](https://www.boxhero.io/docs/integrations/open-api/webhook) — push real-time events to your own systems.
* [**Open API**](https://www.boxhero.io/docs/integrations/open-api) — build custom integrations with full programmatic access.

{% hint style="info" %}
You can also use middleware tools like [Zapier](https://zapier.com/apps/boxhero/integrations) to connect BoxHero to thousands of other apps.
{% endhint %}

#### **Does BoxHero integrate with e-commerce platforms?**

BoxHero doesn't have direct integrations with platforms like Shopify or WooCommerce. You can build custom integrations using our [**Open API**](https://rest.boxhero.io/docs/api) to sync item data and transaction details with your store.

#### **Does BoxHero integrate with accounting software?**

BoxHero doesn't have built-in integrations with account software like QuickBooks or Xero. Two options:

* **Export to Excel:** bulk export inventory and transaction data to import into your accounting tool.
* **Open API:** sync data automatically using our REST API.


---

# 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://www.boxhero.io/docs/faq/integrations-and-api/integrations.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.
