# Service Quotas

### Overview

The **Quota** page displays the usage limits applied to WAF features within your account.\
These quotas define how many rules or resources can be configured and help ensure stable and fair usage of the service.

Depending on the resource type, quotas may apply **per application** or **based on the total number of applications**.

***

### Quota Scope

#### Per-Application Quotas

The following quotas are applied **to each individual application**:

#### Rate Limit Rules

* Maximum number of **Rate Limiting rules per application**: **2**
* Each application has its own independent rate-limit quota.
* Rate limit rules created for one application do not affect other applications.

***

#### Allow & Deny Rules

* Maximum number of **Allow & Deny rules per application**: **10**
* Each application maintains its own Allow & Deny rule quota.
* Rules configured for one application do not consume quota from other applications.

***

#### Certificate Quotas (Application-Based)

Certificate quotas are calculated **based on the number of applications**.

This applies to:

* **Uploaded certificates**

***

### Certificate Quota Behavior

Certificate quotas follow these rules:

* Each application can be associated with **one certificate**
* The **total number of certificates** you can upload equals the **number of applications you have created**.

#### Example

If you create **10 applications**, you can:

* Upload up to **10 certificates**

***

### Notes

* Rate Limit rule quota: **2 rules per application**
* Allow & Deny rule quota: **10 rules per application**
* Certificate quotas are **counted across all applications**


---

# 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.vngcloud.vn/vng-cloud-document/vwaf/service-quotas.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.
