# Game Chat 릴리즈 노트

Game Chat 사용 가이드에 대한 릴리스 노트입니다. 자세한 내용은 다음과 같습니다.

<table><thead><tr><th width="162">릴리스 날짜</th><th width="208">릴리스 항목</th><th>릴리스 내용</th></tr></thead><tbody><tr><td>2022. 2. 16.</td><td>사용 가이드 개정</td><td>- 콘텐츠 구조 개선<br>- 스타일 가이드 적용</td></tr><tr><td>2022. 7. 21.</td><td>프로젝트 이름 변경 기능</td><td>- 프로젝트 이름 변경 기능 추가</td></tr></tbody></table>


---

# 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://docs.gamechat.me/basics/game-chat-v2/quickstart/game-chat-1.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.
