> 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/carto-self-hosted/concepts.md).

# Concepts

This section explains how CARTO Self-Hosted uses its key infrastructure components. Understanding these concepts helps you make informed decisions when planning, sizing, and configuring your deployment.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Instances, Licenses &#x26; Organizations</strong></td><td>Understand the relationship between CARTO instances, licenses, and organizations — and how to structure dev/prod environments.</td><td><a href="/pages/GjhZNQp16NT8Am7w2sgn">/pages/GjhZNQp16NT8Am7w2sgn</a></td></tr><tr><td><strong>How CARTO uses the Metadata Database</strong></td><td>Learn what CARTO stores in PostgreSQL and why an external managed database is recommended for production.</td><td><a href="/pages/hJ0rmBUaNIsAA5wocEXH">/pages/hJ0rmBUaNIsAA5wocEXH</a></td></tr><tr><td><strong>How CARTO uses Object Storage</strong></td><td>Understand how CARTO uses blob bucket storage across cloud providers and what data lives there.</td><td><a href="/pages/xaR2cBXEA0IpFSU2RVnE">/pages/xaR2cBXEA0IpFSU2RVnE</a></td></tr><tr><td><strong>How CARTO uses Caches</strong></td><td>Distinguish the user-facing HTTP cache (Varnish) from the internal in-memory store (Valkey), and learn when to configure an external store.</td><td><a href="/pages/xQV8YksrzJEakQkMmDhR">/pages/xQV8YksrzJEakQkMmDhR</a></td></tr><tr><td><strong>Metadata Database vs. Data Warehouse</strong></td><td>Clarify the distinction between the PostgreSQL metadata database and the data warehouse CARTO connects to.</td><td><a href="/pages/2e8Y4mSgKHw9JQA3I2Bt">/pages/2e8Y4mSgKHw9JQA3I2Bt</a></td></tr><tr><td><strong>How Configuration Works</strong></td><td>Understand how configuration is managed in CARTO Self-Hosted, and how the Helm (file-based) and Kots (Admin Console) models differ.</td><td><a href="/pages/ZJZHFcifhYubCGJ55z77">/pages/ZJZHFcifhYubCGJ55z77</a></td></tr></tbody></table>


---

# 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/carto-self-hosted/concepts.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.
