# 클라이언트 로그 획득

종종 문제 발생의 원인을 확인하기 위해 클라이언트 로그를 요청드릴 때가 있습니다.

클라이언트 로그는 다음 방식으로 확인 할 수 있습니다.

<figure><img src="/files/0mAbnqFTHjNKOc3s2skJ" alt=""><figcaption></figcaption></figure>

```
1. 윈도우+R 또는 화면 좌측 하단에 있는 돋보기 모양에서 %appdata% 를 입력합니다.
2. 위 방식으로 Roaming 폴더가 열렸는지 확인합니다.
3. .minecraft/logs 내에 위치해 있는 latest.log 파일을 요청하는 곳에 첨부합니다.
> 종종 latest.log 가 아니라 사건이 발생한 시간일 수도 있습니다. 
```


---

# 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://wiki.beartown.kr/beartown/support/troubleshooting/client-log.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.
