# Set Rate Limits

Different types of rate limits are defined in different parts of the Reblaze interface.

**Global:** The [Static Rules -> Speed & Rate](/v2.12.0/product-walkthrough/security/static-rules.md#speed-and-rate) settings apply to your entire planet.

**By location:** Rate limits for specific locations/URLs can be created by defining the locations within [Web Proxy -> Security Profiles](/v2.12.0/product-walkthrough/settings/web-proxy/security-profiles.md#managing-locations), and selecting "More" at the end of each location's entry in the list. See full explanation here: [Setting Rate Limits for a Location](/v2.12.0/product-walkthrough/settings/web-proxy/security-profiles.md#setting-rate-limits-for-a-location).&#x20;

**By traffic source:** Requestors who are submitting excessive requests can be banned for configured lengths of time. This can be done via [Dynamic Rules](/v2.12.0/product-walkthrough/security/dynamic-rules.md).&#x20;

## Creating Rate Limiting Exemptions

Creating exemptions from rate limits is done differently, depending on the scope of the rate limits being addressed.

**Global:** Create an [ACL Policy with an OC suffix](/v2.12.0/product-walkthrough/security/profiles/acl-policies.md#special-acls).

**By location:** Create an [ACL Policy](/v2.12.0/product-walkthrough/security/profiles/acl-policies.md) with the name "**Rate Limit Whitelist**". This can exempt any combination of IP, Country, and ASN. The Policy should then be included in a [Profile](/v2.12.0/product-walkthrough/security/profiles.md), and the Profile should be [assigned](/v2.12.0/product-walkthrough/settings/web-proxy/security-profiles.md#assigning-a-security-profile-to-a-location) to the appropriate location(s)  or portions of your site/application. Example:

![An ACL with this name will exempt the traffic sources from rate limiting for the specific location](/files/-LxWrTRkeOkyuckjosuh)

**By traffic source:** A traffic source can be exempted from Dynamic Rule filtering either by [adding an Ignore parameter to the Rule itself](/v2.12.0/product-walkthrough/security/dynamic-rules.md#dynamic-rule-settings), or by adding the traffic source to the [Whitelist within the Quarantine section](/v2.12.0/product-walkthrough/security/quarantined.md#whitelist).


---

# 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://waap.docs.link11.com/v2.12.0/using-the-product/how-do-i.../set-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.
