> For the complete documentation index, see [llms.txt](https://overleaf-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://overleaf-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 thiết lập một môi trường phi sản xuất để kiểm thử.
{% endhint %}

### Tìm hiểu về số phiên bản Overleaf

Overleaf sử dụng số phiên bản theo kiểu ngữ nghĩa ở 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ụ như **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 dựa trên **6.X.0**, bao gồm các bản sửa lỗi, bản vá bảo mật và các cải tiến nhỏ thay vì các thay đổi tính năng lớn.

### 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 khớp 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 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://overleaf-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.
