# Quick Start

{% hint style="success" %}
When scripting, add `InfinityPBR.Modules;` to the top of your script!
{% endhint %}

{% embed url="<https://youtu.be/1x4fL2g7BuY>" %}

1. Navigate to the "**Game Modules**" window and choose "**Game Modules Manager Window**"
2. Dock the window where you want it! *(I suggest a spot that is fairly wide)*

<figure><img src="/files/IcJWUozaq8ODXwId0oMx" alt=""><figcaption></figcaption></figure>

Click on each **Game Modules** button to create and manage those objects.

## Create your Character & Actor: Inherit from `GameModulesActor`

While you can create your own custom `Actor` class, I strongly (really strongly) suggest you inherit your `Actor` class from [`GameModulesActor`](/magic-pig-games/game-modules-4/module-documentation/game-modules-actor.md).

{% embed url="<https://youtu.be/gl9Ckdml0o0>" %}


---

# 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://infinitypbr.gitbook.io/magic-pig-games/game-modules-4/quick-start.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.
