> For the complete documentation index, see [llms.txt](https://docs.flxbl.io/flxbl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flxbl.io/flxbl/codev/observe/org-limits.md).

# Org Limits

Every Salesforce org has limits — how many scratch orgs you can create, how many API calls a day, how much data storage. Org Limits watches these for the orgs codev knows about, so you can see how close each one is to a limit before it bites.

<figure><img src="/files/cptE28hzQfIEfJkuPUdi" alt="The Org Limits page"><figcaption><p>Org Limits — current usage per limit, with a status and usage over time</p></figcaption></figure>

## What it shows

For each org, a card shows its overall status, the headline limit usage, and when it was last polled. Opening an org shows its usage over time: choose the limits you care about — active and daily scratch orgs, daily API requests, storage, and more — and a window such as **Today**, and the chart plots each as a percentage of its cap.

Limits are polled on a schedule, so the figures stay current without you having to check the org directly. A limit climbing toward 100% is your cue to act — request more capacity, clean up scratch orgs, or spread API usage out.

## Where it fits

Org Limits is part of **Observe → Monitoring**, alongside Error Monitoring. It spans every org registered to your projects, so the DevHub limits that govern [scratch org pools](/flxbl/codev/pools/overview.md) and the per-environment API usage are all in one place.

## Related

* [Pools](/flxbl/codev/pools/overview.md)
* [Environments](/flxbl/codev/environments/environments.md)


---

# 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.flxbl.io/flxbl/codev/observe/org-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.
