> 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

Watch replays of Daxium-Air training sessions, live demos and expert webinars.

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

{% 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 %}

{% updates format="full" %}
{% update date="2026-06-09" tags="web,mobile" %}

## Webinar - Comment thread

Daxium-Air makes collaboration between your teams easier with a comment thread built directly into field submissions. The product team also presents the other features deployed in May.

{% embed url="<https://www.youtube.com/watch?v=Bx49AnQ0F6w>" %}

<a href="/webinars/june-2026/comment-thread.md" class="button primary">Watch the replay</a><a href="https://www.center.daxium-air.com/user-documentation/use/submission-layout/commenting-submissions" class="button secondary">Documentation</a>
{% endupdate %}

{% update date="2026-04-23" tags="web" %}

## Webinar - New timeline view

Discover the brand-new planning view in the Daxium-Air calendar, designed for a clear, actionable overview of your activity.

{% embed url="<https://www.youtube.com/watch?v=0FiHI_6vnVY>" %}

<a href="/webinars/april-2026/new-timeline-view.md" class="button primary">Watch the replay</a><a href="https://www.center.daxium-air.com/user-documentation/use/views/calendar" class="button secondary">Documentation</a>
{% endupdate %}

{% update date="2026-02-24" tags="web,mobile" %}

## Product Webinar - What's new in Daxium-Air

The product team walks through the impactful new Daxium-Air features coming soon.

{% embed url="<https://www.youtube.com/watch?v=1JlvkmTO55s>" %}

<a href="/webinars/february-2026/whats-new-in-daxium-air.md" class="button primary">Watch the replay</a>
{% endupdate %}

{% update date="2025-12-09" tags="web" %}

## Product Webinar - Mapping options

Discover how to make the most of Daxium-Air's mapping options to visualize and contextualize your field reports.

{% embed url="<https://www.youtube.com/watch?v=ZsB-yO7eXaA>" %}

<a href="/webinars/2025/mapping-options.md" class="button primary">Watch the replay</a><a href="https://www.center.daxium-air.com/user-documentation/use/views/map" class="button secondary">Documentation</a>
{% endupdate %}

{% update date="2025-11-06" tags="web" %}

## Product Webinar - Connections to third-party tools

Discover how to connect Daxium-Air to thousands of applications to automate your processes and save time.

{% embed url="<https://www.youtube.com/watch?v=b05jpz8fb3k>" %}

<a href="/webinars/2025/connections-third-party-tools.md" class="button primary">Watch the replay</a><a href="https://www.center.daxium-air.com/user-documentation/connect/no-code-connectors/make/" class="button secondary">Documentation</a>
{% endupdate %}

{% update date="2025-05-14" tags="mobile" %}

## Product Webinar - Useful features to optimize record entry

Discover Daxium-Air's practical features to speed up record entry: QR codes, NFC, OCR and pre-fill.

{% embed url="<https://www.youtube.com/watch?v=5uFJs5LGdzo>" %}

<a href="/webinars/2025/useful-features-optimize-record-entry.md" class="button primary">Watch the replay</a><a href="https://www.center.daxium-air.com/user-documentation/build/building-forms/field-options/" class="button secondary">Documentation</a>
{% endupdate %}

{% update date="2025-03-26" tags="web,mobile" %}

## Product Webinar - Boost your collaboration with Workflows

Discover Daxium-Air Workflows and set up your automations.

{% embed url="<https://www.youtube.com/watch?v=WfwhkLah6GU>" %}

<a href="/webinars/2025/boost-your-collaboration-workflows.md" class="button primary">Watch the replay</a><a href="https://www.center.daxium-air.com/user-documentation/build/building-forms/workflow-and-assignation" class="button secondary">Documentation</a>
{% endupdate %}

{% update date="2025-03-25" tags="web" %}

## Product Webinar - New Daxium-Air views

Discover the new Table and Calendar views in Daxium-Air.

{% embed url="<https://www.youtube.com/watch?v=LuBMbQt6aiY>" %}

<a href="/webinars/2025/new-daxium-air-views.md" class="button primary">Watch the replay</a><a href="https://www.center.daxium-air.com/user-documentation/use/views/" class="button secondary">Documentation</a>
{% endupdate %}
{% endupdates %}


---

# 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.
