> 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-user-manual/settings/quotas-and-rate-limits.md).

# Quotas & rate limits

CARTO applies two different kinds of limit to your organization. It's worth understanding the distinction before diving into the details:

* **Quotas** define **how much of CARTO your license includes** — how many editors and viewers you can have, how much you can use the platform, how many LDS credits you get, and so on. Quotas are part of your subscription and can be adjusted with your Account Manager.
* **Rate limits** are **technical ceilings that protect the platform** — for example, the maximum number of API requests per minute. They are the same for everyone, are enforced automatically, and are not part of your commercial negotiation. They don't reduce how much you can use CARTO; they only prevent abusive usage patterns.

<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>Understanding your organization quotas</strong></td><td>What your license includes and how each quota is measured and consumed.</td><td><a href="/carto-user-manual/settings/quotas-and-rate-limits/understanding-your-organization-quotas.md">Understanding your organization quotas</a></td></tr><tr><td><strong>Usage analytics</strong></td><td>See consumption over time and by API, user, client, map, and workflow.</td><td><a href="/carto-user-manual/settings/quotas-and-rate-limits/usage-analytics.md">Usage analytics</a></td></tr><tr><td><strong>Managing quotas</strong></td><td>How Admins set per-user and per-group limits, and how alerts work.</td><td><a href="/carto-user-manual/settings/quotas-and-rate-limits/managing-quotas.md">Managing quotas</a></td></tr><tr><td><strong>Rate limits</strong></td><td>The technical ceilings that protect the platform, including API rate limits.</td><td><a href="/carto-user-manual/settings/quotas-and-rate-limits/rate-limits.md">Rate limits</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-user-manual/settings/quotas-and-rate-limits.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.
