# APIs and Interfaces

- [Overview](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/overview.md)
- [heavysql](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/heavysql.md)
- [Thrift](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/thrift.md)
- [JDBC](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/jdbc.md)
- [ODBC](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/odbc.md)
- [Vega](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega.md)
- [Vega Tutorials](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-tutorials.md)
- [Vega at a Glance](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-tutorials/tutorial-vega-at-a-glance.md)
- [Getting Started with Vega](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-tutorials/tutorial-getting-started-with-vega.md)
- [Getting More from Your Data](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-tutorials/tutorial-getting-more-from-your-data.md)
- [Creating More Advanced Charts](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-tutorials/tutorial-more-advanced-charts.md)
- [Using Polys Marks Type](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-tutorials/tutorial-polys-marks-type.md)
- [Vega Accumulator](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-tutorials/tutorial-vega-accumulator.md)
- [Using Transform Aggregation](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-tutorials/tutorial-using-transforms-aggregation.md)
- [Improving Rendering with SQL Extensions](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-tutorials/tutorial-using-sql-extensions-in-vega-to-improve-rendering.md)
- [Vega Reference Overview](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-reference-overview.md)
- [data Property](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-reference-overview/data-property.md)
- [projections Property](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-reference-overview/projections-property.md)
- [scales Property](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-reference-overview/scales-property.md)
- [marks Property](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-reference-overview/marks-property.md)
- [Migration](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-migration.md)
- [Migrating Vega Code to Dynamic Poly Rendering](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/vega-migration/migrating-vega-code-to-dynamic-poly-rendering.md)
- [Try Vega](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/vega/try-vega.md)
- [RJDBC](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/rjdbc.md)
- [SQuirreL SQL](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/squirrel-sql.md)
- [heavyai-connector](https://docs.heavy.ai/v8.3.0/apis-and-interfaces/heavyai-connector.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/v8.3.0/apis-and-interfaces.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.
