# Pre-generated tilesets

Pre-generated tilesets are sources with tiles that have been previously generated using either the [CARTO Analytics Toolbox](/data-and-analysis/analytics-toolbox-for-bigquery/key-concepts/tilesets.md) or [Workflows](/carto-user-manual/workflows/components/tileset-creation.md). Both the creation and storage of these tilesets occur in the data warehouse. This type of data source is ideal for managing very large, static datasets. They are efficient, cost-effective, and provide high-performance visualization.

<figure><img src="/files/5sJgAfANLLUQ3sLYqfWi" alt=""><figcaption></figcaption></figure>

## Visualizing pre-generated tilesets

Builder supports the visualization of the four types of pre-generated tilesets:

* **Vector Tilesets:** Pre-generated tilesets processed from point, line, or polygon tables for smooth, interactive maps.
* **Point Aggregation Tilesets**: These tilesets aggregate point data with their properties into tilesets, perfect for visualizing dense point clusters.
* **Quadbin Aggregation Tilesets**: Aggregated grid for scallable hierarchy management.
* **H3 Aggregation Tilesets:** Aggregate quadbin indices into tilesets for scallable spatial hierarcy management.

To ensure optimizal visualization and performance, you must make use of the different parameters that allow you to have full-control of the tileset specification. To learn more about this type of source in terms of performance consideration, review this [section](/carto-user-manual/maps/performance-considerations.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.carto.com/carto-user-manual/maps/data-sources/pre-generated-tilesets.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.
