# Accueil

<h2 align="center">Daxium Center</h2>

<p align="center">Toutes les informations utiles à propos de la solution Daxium-Air  </p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-book-blank">:book-blank:</i></h4></td><td><strong>Documentation Utilisateur</strong></td><td>Toute la documentation pour construire, utiliser et connecter Daxium-Air</td><td><a href="/spaces/2ymrtuLI4wkVYM9CeCbX">/spaces/2ymrtuLI4wkVYM9CeCbX</a></td><td><a href="/files/2ouNFSEPKwFjxkNfMeJc">/files/2ouNFSEPKwFjxkNfMeJc</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>Documentation API</strong></td><td>La bible pour les communications machine à machine</td><td><a href="/spaces/bz9lbyj7UqyvifJeLIsU">/spaces/bz9lbyj7UqyvifJeLIsU</a></td><td><a href="/files/rprQDmkdt7M9g3E5hSlz">/files/rprQDmkdt7M9g3E5hSlz</a></td></tr><tr><td><h4><i class="fa-newspaper">:newspaper:</i></h4></td><td><strong>Nouveautés</strong></td><td>Les dernières nouveautés produits, incluant les nouvelles fonctionnalités</td><td><a href="/spaces/IoML9Vb5SQHzcBvJjYc2">/spaces/IoML9Vb5SQHzcBvJjYc2</a></td><td><a href="/files/z7oZLw0WFUQmHjeuZGZP">/files/z7oZLw0WFUQmHjeuZGZP</a></td></tr><tr><td><h4><i class="fa-camera-movie">:camera-movie:</i></h4></td><td><strong>Webinars</strong></td><td>Inscrivez-vous pour les prochains webinars &#x26; accéder au replay des précédents</td><td><a href="/spaces/8jG747WR5UUFfcyCnWth">/spaces/8jG747WR5UUFfcyCnWth</a></td><td><a href="/files/fQM79KePnQC92pT1ISPL">/files/fQM79KePnQC92pT1ISPL</a></td></tr></tbody></table>

<h2 align="center">Rejoignez une communauté de plus de 30,000 utilisateurs</h2>

<p align="center">Localisés dans plus de 60 pays dans le monde.</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-linkedin">:linkedin:</i></h4></td><td><strong>LinkedIn</strong></td><td>Abonnez-vous à Daxium-Air sur LinkedIn pour connaitre les dernières actualités de Daxium<br></td><td><a href="https://www.linkedin.com/company/daxium/posts/?feedView=all" class="button primary">Abonnez-vous</a></td><td></td></tr><tr><td><h4><i class="fa-youtube">:youtube:</i></h4></td><td><strong>Youtube</strong></td><td>Abonnez-vous à notre chaine Youtube pour ne rater aucune vidéo (replay webinar, témoignages clients, ...)</td><td><a href="https://www.youtube.com/@Daxium" class="button primary">Abonnez-vous</a></td><td></td></tr></tbody></table>

{% if visitor.claims.isLoggedIn===true %}
{% columns %}
{% column %}

### Get started in 5 minutes

Setting up your first API call should be the easiest part of getting started. With clear endpoints, copy-paste-ready examples, and quick authentication, you’ll be up and running in minutes—not hours.

No guesswork, no complexity—just your first successful call, fast.

<a href="https://template.gitbook.com/space-product-docs" class="button primary" data-icon="rocket-launch">Get started</a> <a href="https://template.gitbook.com/space-api-reference" class="button secondary" data-icon="terminal">API reference</a>
{% endcolumn %}

{% column %}
{% code title="index.js" overflow="wrap" %}

```javascript
// Import the SDK
import ExampleAPI from "example-api";

// Initialize the client
const client = new ExampleAPI({ apiKey: "YOUR_API_KEY" });

// Send your first message
const response = await client.messages.send({
  message: "Hello, world!"
});

```

{% endcode %}
{% endcolumn %}
{% endcolumns %}
{% endif %}


---

# 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.center.daxium-air.com/home/accueil/readme.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.
