# Throttle Limits

If your app makes a lot of API requests in a short period of time then it may receive a <mark style="color:red;">`429 Too Many Requests`</mark> error response from the CSA Prediction Engine API. This indicates that your program has reached our API *rate limit*. The Web API has rate limits in order to keep our API reliable and to help our clients use the API in a responsible way.


---

# 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.csanalytics.io/getting-started/throttle-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.
