# BACKEND

- [HTTP](https://docs.intram.org/backend/http.md): Intégration HTTP directe avec l'ancienne API Intram (mode public). Pour les nouvelles intégrations backend, voir la section MERCHANT API V1.
- [NODEJS API CLIENT](https://docs.intram.org/backend/nodejs-api-client.md): Bibliothèque Node.js pour INTRAM (intram.org), construite sur l'API HTTP Intram (bêta).
- [DJANGO-INTRAM](https://docs.intram.org/backend/django-intram.md): Django-Intram est un plugin Django qui permet d'intégrer facilement les paiements Intram dans votre application Django. Ce guide vous accompagnera pas à pas dans l'implémentation de la solution.
- [PHP SERVER SDK](https://docs.intram.org/backend/php-server-sdk.md): SDK PHP pour l'intégration côté serveur.
- [WOOCOMMERCE PLUGIN](https://docs.intram.org/backend/woocommerce-plugin.md): Le plugin WooCommerce est conçu afin de permettre l'intégration de Intram sur votre site WordPress.


---

# 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://docs.intram.org/backend.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.
