> For the complete documentation index, see [llms.txt](https://docs.daylite.app/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daylite.app/help/release-notes/2025.md).

# 2025

- [2025.50.0](https://docs.daylite.app/help/release-notes/2025/2025.50.0.md): December 16, 2025
- [2025.48.0](https://docs.daylite.app/help/release-notes/2025/2025.48.0.md): December 2, 2025
- [2025.46.0](https://docs.daylite.app/help/release-notes/2025/2025.46.0.md): November 18, 2025
- [2025.45.0](https://docs.daylite.app/help/release-notes/2025/2025.45.0.md): November 6, 2025
- [2025.43.0](https://docs.daylite.app/help/release-notes/2025/2025.43.0.md): October 28, 2025
- [2025.41.0](https://docs.daylite.app/help/release-notes/2025/2025.41.0.md): October 14, 2025
- [2024.39.0](https://docs.daylite.app/help/release-notes/2025/2025.39.0.md): September 30, 2025
- [2024.37.0](https://docs.daylite.app/help/release-notes/2025/2025.37.0.md): September 17, 2025
- [2024.34.0](https://docs.daylite.app/help/release-notes/2025/2025.34.0.md): September 1, 2025
- [2024.31.0](https://docs.daylite.app/help/release-notes/2025/2025.31.0.md): August 5, 2025
- [2025.29.0](https://docs.daylite.app/help/release-notes/2025/2025.29.0.md): July 22, 2025
- [2025.27.0](https://docs.daylite.app/help/release-notes/2025/2025.27.0.md): July 14, 2025
- [2025.25.0](https://docs.daylite.app/help/release-notes/2025/2025.25.0.md): Jun 23, 2025
- [2025.23.0](https://docs.daylite.app/help/release-notes/2025/2025.23.0.md): Jun 10, 2025
- [2025.21.0](https://docs.daylite.app/help/release-notes/2025/2025.21.0.md): May 27, 2025
- [2025.19.0](https://docs.daylite.app/help/release-notes/2025/2025.19.0.md): May 13, 2025
- [2025.17.0](https://docs.daylite.app/help/release-notes/2025/2025.17.0.md): April 29, 2025
- [2025.15.0](https://docs.daylite.app/help/release-notes/2025/2025.15.0.md): April 15, 2025
- [2025.13.0](https://docs.daylite.app/help/release-notes/2025/2025.13.0.md): April 3, 2025
- [2025.11.0](https://docs.daylite.app/help/release-notes/2025/2025.11.0.md): March 13, 2025
- [2025.06.0](https://docs.daylite.app/help/release-notes/2025/2025.06.0.md): February 11, 2025
- [2025.03.0](https://docs.daylite.app/help/release-notes/2025/2025.03.0.md): January 22, 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://docs.daylite.app/help/release-notes/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.
