> For the complete documentation index, see [llms.txt](https://rosea.gitbook.io/xy-moodle-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rosea.gitbook.io/xy-moodle-theme/moodle-versions-support.md).

# Moodle Versions Support

### Moodle 4.5 LTS (Long-Term Support)

* **Released:** 7 October 2024
* **General Support Ends:** 6 October 2025
* **Security Support Ends:** 6 October 2027

Moodle 4.5 is the most recent Long-Term Support (LTS) release, offering stability, security, and long-term updates. As an LTS release, Moodle 4.5 will be supported with security patches and fixes for an extended period, making it the recommended version for organizations looking for a reliable, long-term solution. For most users, this version is the best choice for production environments until the next LTS version (Moodle 5.3) becomes available.

### Moodle 5.0

* **Released:** 7 October 2024
* **General Support Ends:** 20 April 2026
* **Security Support Ends:** 5 October 2026

Moodle 5.0 is the latest major release of the platform. However, this version is **not recommended for most users** at the moment. A significant number of plugins and third-party integrations are not fully compatible with Moodle 5.0 yet. This means that there could be functionality issues or disruptions in service for users upgrading to this version without full compatibility in place.

Given this, the best solution for most users is to stick with Moodle 4.5 LTS until Moodle 5.1 is released, which is expected to bring improved stability and broader plugin compatibility.&#x20;

By using Moodle 4.5 LTS, you can ensure a stable environment while you wait for the next major updates and improvements in the Moodle 5.x series.


---

# 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://rosea.gitbook.io/xy-moodle-theme/moodle-versions-support.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.
