# Key concepts

There are a few concepts that are repeated throughout the different Analytics Toolbox modules and functions, and that are unique to geospatial analytics. In this section of our documentation you will find some articles to introduce you to some of those key concepts.

* **Tilesets:** tilesets are a method to progressively load data for the visualization of large-scale datasets in a map. The [tiler](/data-and-analysis/analytics-toolbox-for-redshift/sql-reference/tiler.md) module allows you to create tilesets out of your data.\
  \
  Learn more about tilesets in the following [subsection](/data-and-analysis/analytics-toolbox-for-redshift/key-concepts/tilesets.md).

<figure><img src="/files/QCw2XcyxwS08XD8y9y4K" alt=""><figcaption></figcaption></figure>

* **Spatial Indexes:** spatial indexes are systems that provide a relationship between geospatial data and a hierarchical grid systems, represented by geospatial indexes. There are huge performance and scalability benefits of aggregating data using spatial indexes. The most common spatial indexes libraries are [Quadbin](/data-and-analysis/analytics-toolbox-for-redshift/sql-reference/quadbin.md), H3, and [S2](/data-and-analysis/analytics-toolbox-for-redshift/sql-reference/s2.md), which CARTO supports with different modules in the Analytics Toolbox.\
  \
  Learn more about spatial indexes in the following [subsection](/data-and-analysis/analytics-toolbox-for-redshift/key-concepts/spatial-indexes.md).

<figure><img src="/files/KHjYoSyovCdUAXArnb6I" alt=""><figcaption></figcaption></figure>


---

# 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-redshift/key-concepts.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.
