> For the complete documentation index, see [llms.txt](https://docs.carto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carto.com/data-and-analysis/analytics-toolbox-for-databricks/getting-access.md).

# Getting access

The CARTO Analytics Toolbox for Databricks is installed in your Unity Catalog and works with SQL Warehouses.

{% hint style="success" %}
The CARTO Analytics Toolbox for Databricks is available for CARTO customers. [Contact us](mailto:support@carto.com) to get an installation package.
{% endhint %}

## Requirements

* [Unity Catalog](https://docs.databricks.com/en/data-governance/unity-catalog/index.html) enabled in your Databricks workspace
* A [SQL Warehouse](https://docs.databricks.com/en/compute/sql-warehouse/index.html) provisioned in your workspace
* Appropriate permissions to create functions in your catalog

## Installation

There are different ways to install the Analytics Toolbox for Databricks:

* [**SQL Warehouse installation guide**](/data-and-analysis/analytics-toolbox-for-databricks/getting-access/sql-warehouse.md): This is the most standard and easy way to install the Analytics Toolbox. It provides step-by-step instructions for installing functions in your Unity Catalog.
* [**Installation in an Azure VNet**](/data-and-analysis/analytics-toolbox-for-databricks/getting-access/installation-in-an-azure-vnet.md): This option is only suitable for Self-Hosted deployments of the CARTO platform on Azure that need to access the Analytics Toolbox functions within a VNet using an AT Gateway deployed on Azure Container Apps.
* [**Installation on a private AKS**](/data-and-analysis/analytics-toolbox-for-databricks/getting-access/installation-on-private-aks.md): For Self-Hosted deployments on AKS where the AT Gateway must remain fully private. Connectivity from Databricks Serverless SQL Warehouses is established over Azure Private Link via a Databricks Network Connectivity Configuration (NCC).

{% hint style="info" %}
Looking for the legacy cluster-based installation? See the [Legacy documentation](/data-and-analysis/analytics-toolbox-for-databricks/getting-access/legacy.md) section.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.carto.com/data-and-analysis/analytics-toolbox-for-databricks/getting-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
