# Other Information

### Rate Limiting <a href="#overview-throttle" id="overview-throttle"></a>

All endpoints are rate limited based on the user. The allowed quota is dependent on the type of user account.

When an application/user exceeds the rate limit for a given API endpoint, the ERUDUS API will now return an `HTTP 429 “Too Many Requests”` response code.

Our servers also have a burst throttle rate enabled which means you can in some circumstances get a 503 type error if you send too many requests in quick succession.


---

# 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://developer.erudus.com/getting-started/other-information.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.
