> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/de/integrationen-and-api/integrationen.md).

# Integrationen

***

#### **Integriert sich BoxHero mit anderen Plattformen?**

Ja. BoxHero unterstützt:

* [**Slack**](https://www.boxhero.io/docs/integrations/slack) — Echtzeitbenachrichtigungen für Wareneingangs-/Warenausgangs-/Anpassungs-/Verschiebungstransaktionen.
* [**Webhooks**](https://www.boxhero.io/docs/integrations/open-api/webhook) — senden Sie Echtzeit-Ereignisse an Ihre eigenen Systeme.
* [**Offene API**](https://rest.boxhero-app.com/docs/api) — erstellen Sie benutzerdefinierte Integrationen mit vollem programmgesteuertem Zugriff.

{% hint style="info" %}
Sie können auch Middleware-Tools wie [Zapier](https://zapier.com/apps/boxhero/integrations) verwenden, um BoxHero mit Tausenden anderen Apps zu verbinden.
{% endhint %}

#### **Integriert sich BoxHero mit E-Commerce-Plattformen?**

BoxHero hat keine direkten Integrationen mit Plattformen wie Shopify oder WooCommerce. Sie können benutzerdefinierte Integrationen mithilfe unserer [**Offene API**](https://rest.boxhero-app.com/docs/api) um Artikeldaten und Transaktionsdetails mit Ihrem Shop zu synchronisieren.

#### **Integriert sich BoxHero mit Buchhaltungssoftware?**

BoxHero hat keine integrierten Integrationen mit Buchhaltungssoftware wie QuickBooks oder Xero. Zwei Möglichkeiten:

* **Export nach Excel:** Bestands- und Transaktionsdaten in großen Mengen exportieren, um sie in Ihr Buchhaltungstool zu importieren.
* **Offene API:** Daten automatisch mit unserer REST-API synchronisieren.


---

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