# org

Organization-wide statistics and quotas.

## `carto org stats`

View organization statistics, resources, and quota consumption.

```bash
carto org stats
carto org stats --json
```

The displayed information depends on your permissions:

* Regular users see resource counts and basic stats.
* Admin users see full organization statistics including quotas.
* If access is denied for some sections, partial data is shown with notes.

**Surfaces shown (when available):**

* **Users** — total, editors, viewers, superadmins, API access tokens.
* **Resources** — maps (yours and total), workflows, connections, applications.
* **Usage & Quotas** — usage quota, LDS credits, geocoding/isolines, map loads.
* **AI Quotas** — Builder Gen AI threads, AI Agents tokens.

For an example of the full output, see [Examples → Organization statistics](/carto-for-agents/cli/examples.md#organization-statistics).


---

# 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-agents/cli/command-reference/org.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.
