# Intégrations

- [API](https://www.boxhero.io/docs/documentation/fr/integrations/open-api.md): L’API de BoxHero permet aux développeurs d’intégrer nos fonctionnalités de gestion des stocks à des applications externes pour une récupération et une interaction efficaces avec les données.
- [Webhook](https://www.boxhero.io/docs/documentation/fr/integrations/open-api/webhook.md): Les webhooks sont des fonctionnalités qui vous permettent de recevoir des notifications en temps réel lorsque certains événements se produisent dans BoxHero.
- [Slack](https://www.boxhero.io/docs/documentation/fr/integrations/slack.md): BoxHero s’intègre à Slack pour tenir votre équipe informée des mises à jour de stock. Recevez des notifications en temps réel pour les événements clés et restez connecté directement depuis votre espace de travail 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/fr/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.
