# Key concepts

Before you start developing advanced geospatial solutions using CARTO, we recommend you take a few minutes to read about the key concepts you will use.

**Architecture and tools**

{% content-ref url="/pages/N03evVXsZtRLfJCIbe0z" %}
[Architecture](/carto-for-developers/key-concepts/architecture.md)
{% endcontent-ref %}

{% content-ref url="/pages/m6G1x2iDiwCbIsEBNXNU" %}
[Libraries and APIs](/carto-for-developers/key-concepts/apis.md)
{% endcontent-ref %}

**Authentication and data**

{% content-ref url="/pages/7PptaREuBTZrkvXUQnHn" %}
[Connections](/carto-for-developers/key-concepts/connections.md)
{% endcontent-ref %}

{% content-ref url="/pages/phe5Qn3FueRTmDxodf33" %}
[Authentication methods](/carto-for-developers/key-concepts/authentication-methods.md)
{% endcontent-ref %}

**Setting up data sources**

{% content-ref url="/pages/9my2bjvsq82oc3XxFMyB" %}
[Data sources](/carto-for-developers/key-concepts/data-sources.md)
{% endcontent-ref %}

**Building your application: map layers, charts and filtering**

{% content-ref url="<https://github.com/CartoDB/gitbook-documentation/blob/master/carto-for-developers/key-concepts/carto-for-deck.gl>" %}
<https://github.com/CartoDB/gitbook-documentation/blob/master/carto-for-developers/key-concepts/carto-for-deck.gl>
{% endcontent-ref %}

{% content-ref url="/pages/4HpWUTgaSxnG0ysnEdsM" %}
[Charts and widgets](/carto-for-developers/key-concepts/charts-and-widgets.md)
{% endcontent-ref %}

{% content-ref url="/pages/J1ckslIXCmHOXbKZT3Gu" %}
[Filtering and interactivity](/carto-for-developers/key-concepts/filtering-and-interactivity.md)
{% endcontent-ref %}

**AI-powered interaction**

{% content-ref url="/pages/AhlkjNS6vasB10M5risK" %}
[AI-powered map interaction](/carto-for-developers/key-concepts/ai-powered-map-interaction.md)
{% endcontent-ref %}

Once you have explored these concepts, we have prepared a [summary](/carto-for-developers/key-concepts/summary.md) so that you're fully prepared to start building with CARTO.


---

# 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-for-developers/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.
