> 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/2025.md).

# 2025

- [Selecting a related record via NFC](https://www.center.daxium-air.com/news/2025/related-record-selection-via-nfc.md): Scan an NFC badge or tag to instantly select the right related record in Daxium-Air — no more manual search or QR code required.
- [PDF files embedded in reports](https://www.center.daxium-air.com/news/2025/pdf-files-in-reports.md): Insert PDF documents directly into your Daxium-Air reports using the file attachment field and the FileImage function.
- [Optimized file loading](https://www.center.daxium-air.com/news/2025/optimized-file-loading.md): The file upload module has been redesigned — drag and drop multiple files at once, follow progress in real time, and get clear error messages.
- [Colored map pins now available on Android](https://www.center.daxium-air.com/news/2025/colored-map-pins-android.md): After web and iOS, Daxium-Air Android v2.4.5 brings colored map pins to field users.
- [Shortcuts management redesigned](https://www.center.daxium-air.com/news/2025/shortcuts-management-redesign.md): The web shortcuts management page has been redesigned for better clarity and ease of use.
- [External link shortcut](https://www.center.daxium-air.com/news/2025/external-link-shortcut.md): You can now add shortcuts to external URLs from your homepage.
- [New Mosaic view (web)](https://www.center.daxium-air.com/news/2025/new-mosaic-view.md): Try the new Mosaic view — select records, run bulk actions, and use the new filter system.
- [OpenID Connect (OIDC) SSO is now supported](https://www.center.daxium-air.com/news/2025/oidc-sso-supported.md): In addition to SAML 2.0, Daxium-Air now supports Single Sign-On via OpenID Connect (OIDC).
- [Location formula type](https://www.center.daxium-air.com/news/2025/location-formula.md): A new formula type returns a typed "address and coordinates" result, usable wherever a location field is expected.
- [PowerPoint reports](https://www.center.daxium-air.com/news/2025/powerpoint-reports.md): Generate Daxium-Air reports in PowerPoint format for more impactful, visual reporting.


---

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