# Integraciones

- [API](https://www.boxhero.io/docs/documentation/es/integraciones/open-api.md): La API de BoxHero permite a los desarrolladores integrar nuestras capacidades de gestión de inventario con aplicaciones externas para una recuperación e interacción eficientes de los datos.
- [Webhook](https://www.boxhero.io/docs/documentation/es/integraciones/open-api/webhook.md): Los webhooks son funciones que te permiten recibir notificaciones en tiempo real cuando ocurren determinados eventos en BoxHero.
- [Slack](https://www.boxhero.io/docs/documentation/es/integraciones/slack.md): BoxHero se integra con Slack para mantener a tu equipo informado sobre las actualizaciones de inventario. Recibe notificaciones en tiempo real de eventos clave y mantente conectado directamente dentro de tu espacio de trabajo de 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/es/integraciones.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.
