# Product Version Life Cycle

## Overview <a href="#overview" id="overview"></a>

NVIDIA Run:ai follows a structured product lifecycle to ensure customers receive regular updates, security patches, and long-term stability for their deployments. This document outlines the support phases for each release version, including the timelines for Full Support and Extended Support.

* **Full Support** - Each version receives critical and important bug fixes.
* **Extended Support** - After the full support period ends, the version continues to receive critical bug fixes.
* **End of Support** - Once a version reaches this stage, it will no longer receive updates, and customers are encouraged to upgrade to a supported version.

## Versions <a href="#versions" id="versions"></a>

The table below details the supported versions of NVIDIA Run:ai, along with their respective support timelines. If your deployment is approaching the end of support, we recommend planning an upgrade to ensure continued security and functionality.

| Version                                                      | Release Date       | End of Full Support | End of Extended Support |
| ------------------------------------------------------------ | ------------------ | ------------------- | ----------------------- |
| [2.24](https://run-ai-docs.nvidia.com/self-hosted/) (latest) | January 18, 2026   | October 18, 2026    | January 18, 2027        |
| [2.23](/self-hosted/2.23/readme.md)                          | September 28, 2025 | June 28, 2026       | September 28, 2026      |
| [2.22](https://run-ai-docs.nvidia.com/self-hosted/2.22/)     | July 13, 2025      | April 13, 2026      | July 13, 2026           |
| [2.21](https://run-ai-docs.nvidia.com/self-hosted/2.21/)     | April 6, 2025      | January 6, 2026     | April 6, 2026           |
| [2.20](https://run-ai-docs.nvidia.com/self-hosted/2.20/)     | January 12, 2025   | October 12, 2025    | January 12, 2026        |


---

# Agent Instructions: 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:

```
GET https://run-ai-docs.nvidia.com/self-hosted/2.23/support-policy/product-version-life-cycle.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
