# Gameplay

- [Actors](https://docs.hology.app/gameplay/actors.md)
- [Creating actor classes](https://docs.hology.app/gameplay/actors/creating-actor-classes.md)
- [Actor parameters](https://docs.hology.app/gameplay/actors/actor-parameters.md)
- [Actor components](https://docs.hology.app/gameplay/actors/actor-components.md)
- [Actor lifecycle](https://docs.hology.app/gameplay/actors/actor-lifecycle.md)
- [Spawning actors](https://docs.hology.app/gameplay/actors/spawning-actors.md)
- [Moving actors](https://docs.hology.app/gameplay/actors/moving-actors.md)
- [Prefab main actor](https://docs.hology.app/gameplay/actors/prefab-main-actor.md)
- [PrefabOf actor](https://docs.hology.app/gameplay/actors/prefabof-actor.md)
- [Services](https://docs.hology.app/gameplay/services.md)
- [Load assets](https://docs.hology.app/gameplay/services/load-assets.md)
- [View Controller](https://docs.hology.app/gameplay/services/view-controller.md)
- [Player input](https://docs.hology.app/gameplay/player-input.md)
- [Collision detection](https://docs.hology.app/gameplay/collision-detection.md)
- [Physics](https://docs.hology.app/gameplay/physics.md)
- [Physics body types](https://docs.hology.app/gameplay/physics/physics-body-types.md)
- [Applying forces](https://docs.hology.app/gameplay/physics/applying-forces.md)
- [Ray casting](https://docs.hology.app/gameplay/physics/ray-casting.md)
- [Trigger volumes](https://docs.hology.app/gameplay/trigger-volumes.md)
- [Character movement](https://docs.hology.app/gameplay/character-movement.md)
- [Pointer events](https://docs.hology.app/gameplay/pointer-events.md)
- [Animation](https://docs.hology.app/gameplay/animation.md)
- [Animation system](https://docs.hology.app/gameplay/animation/animation-system.md)
- [Character Animation](https://docs.hology.app/gameplay/animation/character-animation.md)
- [Animation State Machine](https://docs.hology.app/gameplay/animation/animation-state-machine.md)
- [Character Root Motion](https://docs.hology.app/gameplay/animation/character-root-motion.md)
- [Sound](https://docs.hology.app/gameplay/sound.md)
- [Audio parameter](https://docs.hology.app/gameplay/sound/audio-parameter.md)
- [World](https://docs.hology.app/gameplay/world.md)
- [Spawn prefabs](https://docs.hology.app/gameplay/world/spawn-prefabs.md)
- [Navigation](https://docs.hology.app/gameplay/navigation.md)
- [Behavior Trees](https://docs.hology.app/gameplay/behavior-trees.md)
- [Performance](https://docs.hology.app/gameplay/performance.md)
- [Understanding performance](https://docs.hology.app/gameplay/performance/understanding-performance.md)
- [Avoid unnecessary allocations](https://docs.hology.app/gameplay/performance/avoid-unnecessary-allocations.md)
- [Target slower devices](https://docs.hology.app/gameplay/performance/target-slower-devices.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.hology.app/gameplay.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.
