# How can you create games with M-Builder Game Maker?

M-Builder Game Maker includes a variety of components, each serving a specific purpose. For example, if you want to introduce a character into your game that can interact with the player and provide guidance, you can use the NPC (non-player character) component to achieve this.

The NPC component itself is composed of two or three sub-components, each managing a specific aspect. For example, the NPC Rig Animation sub-component is responsible for controlling character animations, while the NPC Dialogue System sub-component is used to manage conversations between the player and the in-game character.

<br>


---

# 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://metaverser.gitbook.io/internal-wiki/m-builder-game-maker/what-is-game-maker/how-can-you-create-games-with-m-builder-game-maker.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.
