> For the complete documentation index, see [llms.txt](https://lokagamers.gitbook.io/rowiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lokagamers.gitbook.io/rowiki/server-information/patch-notes.md).

# Patch Notes

## [OBT](/rowiki/server-information/patch-notes/obt.md)

Open Beta Test patch notes start on February 24, 2026.

### 2026

* [July 2026](/rowiki/server-information/patch-notes/obt/july-2026.md)
* [June 2026](/rowiki/server-information/patch-notes/obt/june-2026.md)
* [May 2026](/rowiki/server-information/patch-notes/obt/may-2026.md)
* [April 2026](/rowiki/server-information/patch-notes/obt/april-2026.md)
* [March 2026](/rowiki/server-information/patch-notes/obt/march-2026.md)
* [February 2026](/rowiki/server-information/patch-notes/obt/february-2026.md)

***

## [CBT](/rowiki/server-information/patch-notes/cbt.md)

Closed Beta Test patch notes cover updates before February 24, 2026.

### 2026

* [February 2026](/rowiki/server-information/patch-notes/cbt/february-2026.md)
  * [February 19, 2026](/rowiki/server-information/patch-notes/cbt/february-2026/february-19-2026.md)
* [January 2026](/rowiki/server-information/patch-notes/cbt/january-2026.md)
  * [January 29, 2026](/rowiki/server-information/patch-notes/cbt/january-2026/january-29-2026.md)
  * [January 28, 2026](/rowiki/server-information/patch-notes/cbt/january-2026/january-28-2026.md)
  * [January 24, 2026](/rowiki/server-information/patch-notes/cbt/january-2026/january-24-2026.md)

### 2025

* [October 2025](/rowiki/server-information/patch-notes/cbt/october-2025.md)
  * [October 08, 2025](/rowiki/server-information/patch-notes/cbt/october-2025/october-08-2025.md)
  * [October 01, 2025](/rowiki/server-information/patch-notes/cbt/october-2025/october-01-2025.md)
* [September 2025](/rowiki/server-information/patch-notes/cbt/september-2025.md)
  * [September 28, 2025](/rowiki/server-information/patch-notes/cbt/september-2025/september-28-2025.md)
  * [September 22, 2025](/rowiki/server-information/patch-notes/cbt/september-2025/september-22-2025.md)
  * [September 16, 2025](/rowiki/server-information/patch-notes/cbt/september-2025/september-16-2025.md)
  * [September 01, 2025](/rowiki/server-information/patch-notes/cbt/september-2025/september-01-2025.md)
* [August 2025](/rowiki/server-information/patch-notes/cbt/august-2025.md)
  * [August 20, 2025](/rowiki/server-information/patch-notes/cbt/august-2025/august-20-2025.md)
  * [August 19, 2025](/rowiki/server-information/patch-notes/cbt/august-2025/august-19-2025.md)
  * [August 18, 2025](/rowiki/server-information/patch-notes/cbt/august-2025/august-18-2025.md)
  * [August 14, 2025](/rowiki/server-information/patch-notes/cbt/august-2025/august-14-2025.md)
* [June 2025](/rowiki/server-information/patch-notes/cbt/june-2025.md)
  * [June 06, 2025](/rowiki/server-information/patch-notes/cbt/june-2025/june-06-2025.md)
* [May 2025](/rowiki/server-information/patch-notes/cbt/may-2025.md)
  * [May 16, 2025](/rowiki/server-information/patch-notes/cbt/may-2025/may-16-2025.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://lokagamers.gitbook.io/rowiki/server-information/patch-notes.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.
