# Limits

To ensure fair usage and maintain platform stability, we enforce a daily rate limit on API requests.

## Daily Request Limit

This limit applies across all endpoints and environments (sandbox and production) and is reset every 24 hours at **00:00 UTC**.

## What Happens If You Exceed the Limit?

If your organization exceeds the daily limit:

* API requests will return a `429 Too Many Requests` status
* Retry attempts should be delayed until the limit resets

## Need More Capacity?

If your use case requires a higher daily limit, contact us at **<developers@gormic.com>** to discuss custom plans or usage reviews.


---

# 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://developers.gormic.com/getting-started/limits.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.
