# Free Version

HEAVY.AI Free is a full-featured version of the HEAVY.AI platform available at no cost for non-hosted commercial use.

HEAVY.AI Free includes access to the following:

* Up to 32GB of RAM
* Supports 1 GPU
* Up to 3 active users
* Advanced Analytics
* Rendering Engine
* Immerse Dashboards
* HeavyDB
* Sharing
* Support access through the [HEAVY.AI Community](https://support.heavy.ai/hc/en-us/community/topics)

To get started with HEAVY.AI Free:

1. Go to [Get Started with HEAVY.AI](https://www.omnisci.com/platform/downloads), and in the HEAVY.AI Free section, click **Free License**.
2. On the Get HEAVY.AI Free page, enter the requested information, agree to the HEAVY.AI EULA and the HeavyIQ EULA Addendum, then click **I Agree**.
3. Open the **Your HEAVY.AI Free License Key** email to view and download the free edition license key. You will need this license key to run HEAVY.AI after you install it.
4. In the **Download HEAVY.AI** section of the Free License Key email, click **See Install Options** to select the best version of HEAVY.AI for your hardware and software configuration. Follow the instructions for the download or cloud version you choose.
5. Under the **Install / Configure** section of the Free License Key email, click the **Installation Guide** link and follow our documentation to install HEAVY.AI and get your environment up and running.

## Add Users

You can create additional HEAVY.AI users to collaborate with.

1. Connect to Immerse using a web browser connected to your host machine on port 6273. For example, `http://heavyai.mycompany.com:6273`.
2. Open the [SQL Editor](/immerse/immerse-sql-editor.md).
3. Use the CREATE USER command to create a new user. For information on syntax and options, see [CREATE USER](/sql/data-definition-ddl/users-and-databases.md#create-user).


---

# 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.heavy.ai/installation-and-configuration/installation/heavyai-free-version.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.
