# Getting Started

Follow these steps in order to use the AI Agent system in your project:

#### 1. Request Access

Contact Sovrun to request access to the `AIAgentModule`.\
Your Roblox account or group must be granted permission before you can import the module.

***

#### 2. Download the Module

{% hint style="info" %}
You must login with your Roblox developer account to see this page!
{% endhint %}

<figure><img src="/files/Dza4tPjcLGT71qhO47Va" alt=""><figcaption><p>AIAgentModule on the Roblox Creator Hub (must login to install)</p></figcaption></figure>

Get the AIAgentModule from the official Roblox Creator Store:\
📦[ AIAgentModule on Roblox Creator Store](https://create.roblox.com/store/asset/96884408071257/AIAgentModule)

***

#### 3. Set Up the Module

1. Once downloaded, locate the `AIAgentModule` folder inside the package.
2. Move the entire `AIAgentModule` folder into ReplicatedStorage in your game hierarchy.


---

# 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/getting-started.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.
