# Animation

- [Animation system for actor](https://bestway-1.gitbook.io/documentation/animation/animation-system-for-actor.md): This overview introduces the structure of the animation system and provides links to detailed documentation for each component.
- [Finite State Machine (FSM)](https://bestway-1.gitbook.io/documentation/animation/animation-system-for-actor/finite-state-machine-fsm.md)
- [Hardcoded Requests and Tags](https://bestway-1.gitbook.io/documentation/animation/animation-system-for-actor/finite-state-machine-fsm/hardcoded-requests-and-tags.md)
- [FSM states for the human entity](https://bestway-1.gitbook.io/documentation/animation/animation-system-for-actor/finite-state-machine-fsm/fsm-states-for-the-human-entity.md)
- [Animation selection setup](https://bestway-1.gitbook.io/documentation/animation/animation-system-for-actor/animation-selection-setup.md)
- [General conditions of Animation Selector](https://bestway-1.gitbook.io/documentation/animation/animation-system-for-actor/animation-selection-setup/general-conditions-of-animation-selector.md)
- [Human-specific conditions](https://bestway-1.gitbook.io/documentation/animation/animation-system-for-actor/animation-selection-setup/human-specific-conditions.md)
- [Configuring idle for human actor](https://bestway-1.gitbook.io/documentation/animation/animation-system-for-actor/animation-selection-setup/configuring-idle-for-human-actor.md)
- [Pose selection for human actor](https://bestway-1.gitbook.io/documentation/animation/animation-system-for-actor/animation-selection-setup/pose-selection-for-human-actor.md)
- [Human movement animation selection](https://bestway-1.gitbook.io/documentation/animation/animation-system-for-actor/animation-selection-setup/human-movement-animation-selection.md)
- [Human death animation selection](https://bestway-1.gitbook.io/documentation/animation/animation-system-for-actor/animation-selection-setup/human-death-animation-selection.md)
- [Grenade throw type selection](https://bestway-1.gitbook.io/documentation/animation/animation-system-for-actor/animation-selection-setup/grenade-throw-type-selection.md)
- [Animation Debugging in the Editor](https://bestway-1.gitbook.io/documentation/animation/animation-system-for-actor/animation-debugging-in-the-editor.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://bestway-1.gitbook.io/documentation/animation.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.
