# Installation

To get HTML to Roblox up and going, you'll need to download the module from [here](https://github.com/Denied-ID/HTMLToRoblox/releases), and grab the latest release RBXM file. If you'd prefer to build it yourself, you can head over to this [Build from Source](https://systech-corp-1.gitbook.io/html-to-roblox/developers/build-from-source) guide. Then when you have that downloaded on your computer, place the file into studio from the Downloads folder (or wherever you save your files on your system) by dragging it in. Place it into ReplicatedStorage. It's where it can best be accessed from the client (the user playing the game).


---

# 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://systech-corp-1.gitbook.io/html-to-roblox/main/installation.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.
