> For the complete documentation index, see [llms.txt](https://docs.punkland.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.punkland.io/punkland/punkland-studio/start/undefined-3.md).

# 번역파일 내보내기

\[번역파일 내보내기] 를 클릭하면, 아래와 같이 “게임의 이벤트, 아이템, 몬스터 등의 문자열을 번역 파일로 내보낼수 있습니다. 계속할까요?” 라는 팝업 메시지 창이 뜹니다. “예”를 클릭하면, 번역파일 저장 주소 및 번역 파일명, 그리고 파일 형식을 선택하고, \[저장]을 클릭하면 성공적으로 번역파일을 내보낼수 있습니다. 아래 스크린샷 예시 참조 바랍니다.

<figure><img src="/files/mxeBpkXvWH69v1xT3289" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/l3ZJNcqgWWwZ9iNwSWlA" alt=""><figcaption></figcaption></figure>


---

# 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://docs.punkland.io/punkland/punkland-studio/start/undefined-3.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.
