# Sample

- [Scripting](https://ditoland-utplus.gitbook.io/ditoland/sample/scripting.md): 스크립트와 관련된 예제에요.
- [Event](https://ditoland-utplus.gitbook.io/ditoland/sample/event.md): 상황에 따른 함수를 호출하는 예제에요.
- [Collision & Physics](https://ditoland-utplus.gitbook.io/ditoland/sample/collision-and-physics.md): 충돌 및 물리와 관련된 예제에요.
- [Transform](https://ditoland-utplus.gitbook.io/ditoland/sample/transform.md): 위치, 회전, 크기 설정과 관련된 예제에요.
- [UI](https://ditoland-utplus.gitbook.io/ditoland/sample/ui.md): UI와 관련된 예제에요.
- [Camera](https://ditoland-utplus.gitbook.io/ditoland/sample/camera.md): 카메라와 관련된 예제에요.
- [Input](https://ditoland-utplus.gitbook.io/ditoland/sample/input.md): 키 입력과 관련된 예제에요.
- [FX](https://ditoland-utplus.gitbook.io/ditoland/sample/fx.md): 이펙트와 관련된 예제에요.
- [Sound](https://ditoland-utplus.gitbook.io/ditoland/sample/sound.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://ditoland-utplus.gitbook.io/ditoland/sample.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.
