> 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/news/nouveautes/readme.md).

# Bienvenue dans les Nouveautés Daxium-Air

Cette section publie les sorties de fonctionnalités Daxium-Air, des aperçus des nouvelles capacités avec des liens vers la documentation détaillée.

## Dernières nouveautés

* **16 juillet 2026** — [Planifiez et assignez vos fiches directement depuis le calendrier](/news/nouveautes/juillet-2026/schedule-assign-from-calendar.md)
* **7 juillet 2026** — [Visualisez vos filtres actifs en un coup d'œil](/news/nouveautes/juillet-2026/filter-chips.md)
* **2 juillet 2026** — [Prenez le contrôle de votre panneau de filtres](/news/nouveautes/juillet-2026/configure-filters.md)
* **1er juillet 2026** — [Une vue tableau plus claire et plus soignée](/news/nouveautes/juillet-2026/table-view-improvements.md)
* **20 mai 2026** — [Collaborer grâce aux commentaires sur les fiches !](/news/nouveautes/mai-2026/commenting-on-submissions.md)


---

# 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/news/nouveautes/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.
