> 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/ko/release-notes.md).

# 릴리스 노트

{% hint style="success" %}
당사의 Overleaf Pro 라이선스는 애플리케이션을 **모든 환경에서** 무제한으로 실행할 수 있으며, 테스트를 위해 비프로덕션 환경을 마련하는 것을 강력히 권장합니다.
{% endhint %}

### Overleaf 버전 번호 이해하기

Overleaf는 다음 형식의 시맨틱 스타일 버전 번호를 사용합니다 **6.X.y**.

* **6.X** 는 주요 릴리스 시리즈를 나타냅니다. 새로운 **6.X.0** 버전이 릴리스되면, 해당 세대의 기준선이 됩니다.
* **y** 는 동일한 주요 시리즈 내의 패치 업데이트를 나타냅니다. 이후 릴리스(예: **6.X.1**, **6.X.2**, …)는 일반적으로 다음을 기반으로 하는 유지보수 업데이트입니다 **6.X.0**, 버그 수정, 보안 수정 및 작은 개선 사항을 포함하며, 큰 기능 변경보다는

### Overleaf Pro 버전

당사의 Overleaf Pro 버전 번호는 공식 Overleaf 릴리스와 완전히 일치합니다. 별도로 명시되지 않는 한, 공개된 모든 릴리스는 전체 기능을 갖춘 Server Pro 에디션 이미지입니다.


---

# 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/ko/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.
