# Rate Limits

Rate limits exist on every endpoint, for information about the individual rate limits of some endpoints visit the [endpoints ](/diffcord-documentation/endpoints/users.md)page.

### Response Status Code

429 Too Many Requests - HTTP

### Response Headers

<table><thead><tr><th>Key</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>X-Rate-Limit-Limit</td><td>Maximum number of requests allowed in window</td><td></td></tr><tr><td>X-Rate-Limit-Reset</td><td>Requests remaining in window</td><td></td></tr><tr><td>X-Rate-Limit-Remaining</td><td>Unix timestamp in milliseconds util rate limit is cleared</td><td></td></tr></tbody></table>


---

# 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.diffcord.com/diffcord-documentation/rate-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.
