> For the complete documentation index, see [llms.txt](https://ayakaleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ayakaleaf-pro.ayaka.space/on-premises/vi/release-notes.md).

# Ghi chú phát hành

{% hint style="success" %}
Giấy phép Overleaf Pro của chúng tôi cho phép bạn chạy ứng dụng trong **bất kỳ môi trường nào** không giới hạn; chúng tôi đặc biệt khuyến nghị bạn chuẩn bị một môi trường phi sản xuất để kiểm thử.
{% endhint %}

### Hiểu về các số phiên bản Overleaf

Overleaf sử dụng các số phiên bản theo phong cách ngữ nghĩa dưới dạng **6.X.y**.

* **6.X** đại diện cho nhánh phát hành chính. Khi một **6.X.0** phiên bản mới được phát hành, nó trở thành nền tảng cho thế hệ đó.
* **y** đại diện cho các bản cập nhật vá trong cùng một nhánh chính. Các bản phát hành tiếp theo (ví dụ **6.X.1**, **6.X.2**, …) thường là các bản cập nhật bảo trì được xây dựng trên **6.X.0**bao gồm các bản sửa lỗi, bản sửa lỗi bảo mật và các cải tiến nhỏ thay vì những thay đổi lớn về tính năng.

### Phiên bản Overleaf Pro

Các số phiên bản Overleaf Pro của chúng tôi hoàn toàn đồng bộ với các bản phát hành Overleaf chính thức. Trừ khi có quy định khác, tất cả các bản phát hành đã công bố đều là ảnh phiên bản Server Pro đầy đủ tính năng.


---

# 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://ayakaleaf-pro.ayaka.space/on-premises/vi/release-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.
