# HeavyImmerse

- [Introduction to HeavyImmerse](https://docs.heavy.ai/immerse/introduction-to-immerse.md)
- [Admin Portal](https://docs.heavy.ai/immerse/admin-portal.md)
- [Control Panel](https://docs.heavy.ai/immerse/control-panel.md)
- [Working with Dashboards](https://docs.heavy.ai/immerse/working-with-dashboards.md): Create and save, search, and modify and manipulate dashboards
- [Dashboard List](https://docs.heavy.ai/immerse/working-with-dashboards/dashboard-list.md)
- [Creating a Dashboard](https://docs.heavy.ai/immerse/working-with-dashboards/creating-a-dashboard.md)
- [Configuring a Dashboard](https://docs.heavy.ai/immerse/working-with-dashboards/configuring-a-dashboard.md)
- [Duplicating and Sharing Dashboards](https://docs.heavy.ai/immerse/working-with-dashboards/duplicating-and-sharing-dashboards.md)
- [Measures and Dimensions](https://docs.heavy.ai/immerse/measures-and-dimensions.md)
- [Using Parameters](https://docs.heavy.ai/immerse/using-parameters.md)
- [Using Filters](https://docs.heavy.ai/immerse/using-filters.md)
- [Using Cross-link](https://docs.heavy.ai/immerse/using-cross-link.md): Cross-link provides a no code interface for you to link two datasources by one or multiple columns. Immerse can then automatically crossfilter between datasources using cross-links.
- [Color Consistency](https://docs.heavy.ai/immerse/color-consistency.md)
- [Chart Animation](https://docs.heavy.ai/immerse/chart-animation.md)
- [Multilayer Charts](https://docs.heavy.ai/immerse/multilayer-charts.md)
- [SQL Editor](https://docs.heavy.ai/immerse/immerse-sql-editor.md): Immerse SQL Editor
- [Customization](https://docs.heavy.ai/immerse/customization.md): Using servers.json to Configure Immerse Options
- [Joins (Beta)](https://docs.heavy.ai/immerse/joins-beta.md)
- [Chart Types](https://docs.heavy.ai/immerse/immerse-chart-types.md)
- [Overview](https://docs.heavy.ai/immerse/immerse-chart-types/overview.md): HeavyImmerse Chart Types Overview
- [Box/Whisker and Violin Plots](https://docs.heavy.ai/immerse/immerse-chart-types/bubble.md)
- [Bubble](https://docs.heavy.ai/immerse/immerse-chart-types/bubble-1.md)
- [Choropleth](https://docs.heavy.ai/immerse/immerse-chart-types/choropleth.md)
- [Combo](https://docs.heavy.ai/immerse/immerse-chart-types/new-combo.md): Formerly known as 'New Combo' Chart
- [Contour](https://docs.heavy.ai/immerse/immerse-chart-types/contour.md)
- [Cross-Section](https://docs.heavy.ai/immerse/immerse-chart-types/cross-section.md)
- [Gauge](https://docs.heavy.ai/immerse/immerse-chart-types/gauge.md)
- [Geo Heatmap](https://docs.heavy.ai/immerse/immerse-chart-types/geo-heatmap.md)
- [Heatmap](https://docs.heavy.ai/immerse/immerse-chart-types/heatmap.md)
- [Linemap](https://docs.heavy.ai/immerse/immerse-chart-types/linemap.md)
- [Number](https://docs.heavy.ai/immerse/immerse-chart-types/number.md): Number Chart
- [Pie](https://docs.heavy.ai/immerse/immerse-chart-types/pie.md)
- [Pointmap](https://docs.heavy.ai/immerse/immerse-chart-types/pointmap.md)
- [Scatter Plot](https://docs.heavy.ai/immerse/immerse-chart-types/scatter-plot.md)
- [Skew-T](https://docs.heavy.ai/immerse/immerse-chart-types/skew-t.md)
- [Table](https://docs.heavy.ai/immerse/immerse-chart-types/table.md)
- [Text Widget](https://docs.heavy.ai/immerse/immerse-chart-types/text-widget.md)
- [Wind Barb](https://docs.heavy.ai/immerse/immerse-chart-types/wind-barb.md)
- [Deprecated Charts](https://docs.heavy.ai/immerse/deprecated-charts.md)
- [Bar](https://docs.heavy.ai/immerse/deprecated-charts/bar.md): Horizontal Bar Chart
- [Combo - Original](https://docs.heavy.ai/immerse/deprecated-charts/combo.md): Combo Chart
- [Histogram](https://docs.heavy.ai/immerse/deprecated-charts/histogram.md)
- [Line](https://docs.heavy.ai/immerse/deprecated-charts/line.md): Line Chart
- [Stacked Bar](https://docs.heavy.ai/immerse/deprecated-charts/stacked-bar.md): Stacked Bar Chart
- [HeavyIQ SQL Notebook](https://docs.heavy.ai/immerse/heavyiq-sql-notebook.md)


---

# 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.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.
