# 게임 제작

- [게임 설정](https://docs.overdare.com/korean/manual/studio-manual/game-development/game-settings.md)
- [스크립트 에디터](https://docs.overdare.com/korean/manual/studio-manual/game-development/script-editor.md)
- [정렬](https://docs.overdare.com/korean/manual/studio-manual/game-development/align-tool.md)
- [Material Manager](https://docs.overdare.com/korean/manual/studio-manual/game-development/material-manager.md)
- [Material](https://docs.overdare.com/korean/manual/studio-manual/game-development/material-manager/material.md)
- [Collision Profile](https://docs.overdare.com/korean/manual/studio-manual/game-development/collision-profile.md)
- [Tag Editor](https://docs.overdare.com/korean/manual/studio-manual/game-development/tag-editor.md)
- [월드 성능 최적화](https://docs.overdare.com/korean/manual/studio-manual/game-development/world-performance-optimization.md)
- [PreloadAsset Manager](https://docs.overdare.com/korean/manual/studio-manual/game-development/preloadasset-manager.md)
- [Place & Teleport](https://docs.overdare.com/korean/manual/studio-manual/game-development/place-and-teleport.md)
- [Localization](https://docs.overdare.com/korean/manual/studio-manual/game-development/localization.md)
- [액션시퀀스](https://docs.overdare.com/korean/manual/studio-manual/game-development/actionsequence.md)
- [인터페이스](https://docs.overdare.com/korean/manual/studio-manual/game-development/actionsequence/actionsequence-interface.md)
- [프리셋](https://docs.overdare.com/korean/manual/studio-manual/game-development/actionsequence/actionsequence-preset.md)
- [동작 원리](https://docs.overdare.com/korean/manual/studio-manual/game-development/actionsequence/actionsequence-mechanism.md)
- [트랙 종류](https://docs.overdare.com/korean/manual/studio-manual/game-development/actionsequence/actionsequence-track-types.md)
- [액션시퀀스 실행](https://docs.overdare.com/korean/manual/studio-manual/game-development/actionsequence/running-actionsequences.md)
- [액션시퀀스 제작하기](https://docs.overdare.com/korean/manual/studio-manual/game-development/actionsequence/creating-actionsequences.md)


---

# 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.overdare.com/korean/manual/studio-manual/game-development.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.
