# Build from Source

First, you'll need to download the .zip source code. You can do that from [here](https://github.com/Denied-ID/HTMLToRoblox/archive/refs/heads/main.zip), or from the [GitHub repository](https://github.com/Denied-ID/HTMLToRoblox/tree/main) by clicking the green "Code" button, then "Download ZIP". Both should give you the same .zip source.

Next you have to extract the zip file. You can do this by double clicking the file from your file explorer if you're on a mac, or right click the file if you're on Windows from your file explorer and click "Extract All..." or use a file extractor such as 7zip.

Then navigate into that folder (there might be another folder named the exact same but that's normal), then find a folder called "source". Head into that folder. Next, double click build.bat if you're on Windows. It should then build the .rbxm file for you. The one that you saw in the releases tab earlier, but you made it instead. If you're not on Windows, open up that "source" folder in your terminal of choice. Then run:

```batch
rojo build build.project.json -o HTMLToRoblox.rbxm
```

{% hint style="warning" %}
This command requires that you have "rojo" installed on your system, and in your system's path environment variables.
{% endhint %}

Congratulations! You should now have a .rbxm file that you can use inside of Roblox Studio. If you want to know how to properly get it installed and/or working, you can head over to the [Installation](/html-to-roblox/main/installation.md) guide.


---

# 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/developers/build-from-source.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.
