> For the complete documentation index, see [llms.txt](https://www.center.daxium-air.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.center.daxium-air.com/webinars/readme.md).

# Webinars

Welcome to the Daxium-Air webinars space. You'll find here all the replays of our product webinars — each session covers specific features, use cases or recent updates to help you get the most out of the platform.

{% hint style="warning" %}
Our webinars are currently only available in French. You can enable English subtitles directly on YouTube: click the **Settings** (gear) icon on the video player → **Subtitles/CC** → **Auto-translate** → **English**.
{% endhint %}

{% hint style="info" %}
New webinars are added regularly. Check back often or subscribe to our newsletter to be notified.
{% endhint %}

## Browse all webinars

* [Webinar - Comment thread](/webinars/june-2026/comment-thread.md) — June 9, 2026
* [Webinar - New timeline view](/webinars/april-2026/new-timeline-view.md) — April 23, 2026
* [Product Webinar - What's new in Daxium-Air](/webinars/february-2026/whats-new-in-daxium-air.md) — February 24, 2026
* [Product Webinar - Mapping options](/webinars/december-2025/mapping-options.md) — December 9, 2025
* [Product Webinar - Connections to third-party tools](/webinars/november-2025/connections-third-party-tools.md) — November 6, 2025
* [Product Webinar - Useful features to optimize record entry](/webinars/may-2025/useful-features-optimize-record-entry.md) — May 14, 2025
* [Product Webinar - Boost your collaboration with Workflows](/webinars/march-2025/boost-your-collaboration-workflows.md) — March 26, 2025
* [Product Webinar - New Daxium-Air views](/webinars/march-2025/new-daxium-air-views.md) — March 25, 2025


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://www.center.daxium-air.com/webinars/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
