# Integrazioni

- [API](https://www.boxhero.io/docs/documentation/it/integrazioni/open-api.md): L'API di BoxHero consente agli sviluppatori di integrare le nostre funzionalità di gestione dell'inventario con applicazioni esterne per un recupero e un'interazione dei dati efficienti.
- [Webhook](https://www.boxhero.io/docs/documentation/it/integrazioni/open-api/webhook.md): I webhook sono funzionalità che ti consentono di ricevere notifiche in tempo reale quando si verificano determinati eventi in BoxHero.
- [Slack](https://www.boxhero.io/docs/documentation/it/integrazioni/slack.md): BoxHero si integra con Slack per tenere informato il tuo team sugli aggiornamenti dell'inventario. Ricevi notifiche in tempo reale sugli eventi chiave e resta connesso direttamente nel tuo spazio di lavoro Slack.


---

# 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/documentation/it/integrazioni.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.
