# Introduction to HeavyImmerse

HeavyImmerse is a browser-based data visualization client that runs on top of the GPU-powered HeavyDB. It provides instantaneous representations of your data, from basic charts to rich and complex visualizations.

Immerse is installed with HEAVY.AI Enterprise Edition.

![](/files/wt9Z5j7gOINpEoJgVNgX)

To create dashboards and data visualizations, click **DASHBOARDS**. You can search for dashboards, and list them by most recent or alphabetically.

Click **DATA** to import and manipulate data.

Click **SQL EDITOR** to perform Data Definition and Data Manipulation tasks on the command line.

When you navigate between the three utilities, you can:

* Hold the command (ctrl) key as you click a link to open the utility in a new tab/window in the background.
* Hold shift+command (ctrl) as you click a link to open the utility in a new tab/window in the foreground.
* Hold no keys as you click a link to replace the contents of the current window.

**HELP CENTER** provides access to Immerse version information, tutorials, demos, and documentation. It also includes a link for sending email to HEAVY.AI.

![](/files/zyFNmRyPDNqwRiw6aJYO)

Clicking the user icon at the far right opens a drop-down box where you can select a different database, change your UI theme, or log out of Immerse:

![](/files/sGHpy3ZSSrWXGNoO8JO7)


---

# 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/immerse/introduction-to-immerse.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.
