# Home

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

<p align="center">All the useful information about the Daxium-Air solution </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>User Documentation</strong></td><td>All the documentation to build, use and connect Daxium-Air</td><td><a href="/spaces/hifC5lkPdiB9lhTGThXK">/spaces/hifC5lkPdiB9lhTGThXK</a></td><td data-object-fit="fill"><a href="/files/6lWSNLPtkRsD2tM7R24G">/files/6lWSNLPtkRsD2tM7R24G</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>API documentation</strong></td><td>The bible for machine to machine communication</td><td><a href="/spaces/5U5OhiMp2UBUHeDT4RCf">/spaces/5U5OhiMp2UBUHeDT4RCf</a></td><td data-object-fit="fill"><a href="/files/Vh3ACecoj04nX7ExoyIN">/files/Vh3ACecoj04nX7ExoyIN</a></td></tr><tr><td><h4><i class="fa-newspaper">:newspaper:</i></h4></td><td><strong>News</strong></td><td>Latest product news, including new features</td><td><a href="/spaces/otkY8NZEogvR3XMRPSkn">/spaces/otkY8NZEogvR3XMRPSkn</a></td><td data-object-fit="fill"><a href="/files/Aj4ZAHyEm9lpeoqMYesS">/files/Aj4ZAHyEm9lpeoqMYesS</a></td></tr><tr><td><h4><i class="fa-camera-movie">:camera-movie:</i></h4></td><td><strong>Webinars</strong></td><td>Register to future webinars &#x26; access to the replay of previous ones</td><td><a href="/spaces/9epLvD8TcxhAO6sp6NkM">/spaces/9epLvD8TcxhAO6sp6NkM</a></td><td data-object-fit="fill"><a href="/files/2zvhZVAKJ2JjQcKT5JoT">/files/2zvhZVAKJ2JjQcKT5JoT</a></td></tr></tbody></table>

<h2 align="center">Join a community of over 30,000 users</h2>

<p align="center">Located in more than 60 countries around the world</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>Follow Daxium-Air on LinkedIn to get the latest news of the company</td><td><a href="https://www.linkedin.com/company/daxium/posts/?feedView=all" class="button primary">Follow us</a></td><td></td></tr><tr><td><h4><i class="fa-youtube">:youtube:</i></h4></td><td><strong>Youtube</strong></td><td>Subscribe to our Youtube channel in order not to miss any new video (webinar replays, customer testimonies, ...)</td><td><a href="https://www.youtube.com/@Daxium" class="button primary">Follow us</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/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.
