# Analytics Toolbox for PostgreSQL

The CARTO Analytics Toolbox for PostgreSQL is composed of a set of user-defined functions and procedures organized in a set of modules based on the functionality they offer. There are two types of modules: *core* modules, which are [open source](https://github.com/CartoDB/analytics-toolbox-core) and *advanced*, only available for CARTO customers.

Visit the [SQL reference](https://docs.carto.com/data-and-analysis/analytics-toolbox-for-postgresql/sql-reference) to see the full list of available modules and functions. Check out the [Guides section](/data-and-analysis/analytics-toolbox-for-postgresql/guides.md) to find step-by-step guides on some of the available functionalities.

Please refer to the [*Getting access*](https://docs.carto.com/data-and-analysis/analytics-toolbox-for-postgresql/getting-access) section to learn how to access CARTO’s Analytics Toolbox.


---

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