> For the complete documentation index, see [llms.txt](https://docs.hology.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hology.app/zh-tw/gameplay.md).

# Gameplay

- [演員（Actors）](https://docs.hology.app/zh-tw/gameplay/yan-yuan-actors.md)
- [創建演員類](https://docs.hology.app/zh-tw/gameplay/yan-yuan-actors/chuang-jian-yan-yuan-lei.md)
- [演員參數](https://docs.hology.app/zh-tw/gameplay/yan-yuan-actors/yan-yuan-can-shu.md)
- [Actor 元件](https://docs.hology.app/zh-tw/gameplay/yan-yuan-actors/actor-yuan-jian.md)
- [Actor 的生命週期](https://docs.hology.app/zh-tw/gameplay/yan-yuan-actors/actor-de-sheng-ming-zhou-qi.md)
- [生成 Actors](https://docs.hology.app/zh-tw/gameplay/yan-yuan-actors/sheng-cheng-actors.md)
- [移動 Actors](https://docs.hology.app/zh-tw/gameplay/yan-yuan-actors/yi-dong-actors.md)
- [服務](https://docs.hology.app/zh-tw/gameplay/fu-wu.md)
- [載入資產](https://docs.hology.app/zh-tw/gameplay/fu-wu/zai-ru-zi-chan.md)
- [Player input](https://docs.hology.app/zh-tw/gameplay/player-input.md)
- [Collision detection](https://docs.hology.app/zh-tw/gameplay/collision-detection.md)
- [Physics](https://docs.hology.app/zh-tw/gameplay/physics.md)
- [Physics body types](https://docs.hology.app/zh-tw/gameplay/physics/physics-body-types.md)
- [Applying forces](https://docs.hology.app/zh-tw/gameplay/physics/applying-forces.md)
- [Ray casting](https://docs.hology.app/zh-tw/gameplay/physics/ray-casting.md)
- [Trigger volumes](https://docs.hology.app/zh-tw/gameplay/trigger-volumes.md)
- [Character movement](https://docs.hology.app/zh-tw/gameplay/character-movement.md)
- [Pointer events](https://docs.hology.app/zh-tw/gameplay/pointer-events.md)
- [Animation](https://docs.hology.app/zh-tw/gameplay/animation.md)
- [Animation system](https://docs.hology.app/zh-tw/gameplay/animation/animation-system.md)
- [Character Animation](https://docs.hology.app/zh-tw/gameplay/animation/character-animation.md)
- [Animation State Machine](https://docs.hology.app/zh-tw/gameplay/animation/animation-state-machine.md)
- [Sound](https://docs.hology.app/zh-tw/gameplay/sound.md)
- [Audio parameter](https://docs.hology.app/zh-tw/gameplay/sound/audio-parameter.md)
- [世界](https://docs.hology.app/zh-tw/gameplay/shi-jie.md)
- [Navigation](https://docs.hology.app/zh-tw/gameplay/navigation.md)


---

# 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.hology.app/zh-tw/gameplay.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.
