# Roblox AI Agent Module

{% hint style="info" %}
Read our Getting Started Guide [Getting Started](/build-with-sovrun/readygamer/roblox-integration/roblox-ai-agent-module/getting-started.md) for how to integration the ReadyGamer API via our Roblox AI Agent Module in Roblox Studio!
{% endhint %}

AIAgentModule is a modular system for Roblox games designed to integrate LLM AI Agents into Roblox experiences. It provides a structured way to create and manage AI-driven NPCs within Roblox.

You get started by creating an AIAgent object, giving it a predefined LLM AIAgent, then assigning to it an avatar in Roblox. While the experience is running, the game can provide the LLM AIAgent with the current game state and then query it for a response. The developer can then do whatever he wants with the response.

Read more > [Getting Started](/build-with-sovrun/readygamer/roblox-integration/roblox-ai-agent-module/getting-started.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.sovrun.org/build-with-sovrun/readygamer/roblox-integration/roblox-ai-agent-module.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.
