# Player Action System Component

Used to add and configured new actions on the character based on animations, and which can be activated by input at any moment in-game, by events, or on certain parts of the scene, like pressing a button to interact with it, sitting on a chair, open a door, open a chest, pick an object, etc.

It can be also used combined with the ability system, to make spell casts, like throwing fire, electricity, poison, and any type of magic or power and it can be used for other stuff, like the melee action system, reloading weapons, enter/exit from vehicles, etc.


---

# 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://game-kit-controller.gitbook.io/docs/player-controller-components/essential-components/player-action-system-component.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.
