# Analytics Toolbox for Databricks

The CARTO Analytics Toolbox for Databricks is composed of a set of user-defined functions and procedures organized in a set of modules based on the functionality they offer. It extends your Databricks environment with advanced geospatial capabilities, including data enrichment, spatial statistics, spatial indexing, and Location Data Services for geocoding, reverse geocoding, isoline generation, and routing.

Visit the [SQL Reference](/data-and-analysis/analytics-toolbox-for-databricks/reference.md) to see the full list of available modules and functions.

Please refer to the [Getting access](/data-and-analysis/analytics-toolbox-for-databricks/getting-access.md) section to learn how to install CARTO's Analytics Toolbox in your Databricks environment.

{% hint style="info" %}
For spatial operations like buffers, intersections, and transformations, you can use Databricks' native [spatial SQL functions](https://docs.databricks.com/en/sql/language-manual/sql-ref-geography-spatial-functions.html) directly. These work seamlessly with CARTO's Databricks connection.
{% endhint %}


---

# 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.carto.com/data-and-analysis/analytics-toolbox-for-databricks.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.
