# Quotas

This section describes how to create and manage quotas in an application.

1. Provider quota - these are quotas from providers that we use in our application.
2. Default quotas - these are quotas that will be applied to the created teams.
3. Team quotas - these are quotas for a specific team, which we can change to suit our needs.

Below is an example of the quotas for each pro provider:

**Azure:**

<figure><img src="https://github.com/enclaive/documentation/blob/emcp/developers/.gitbook/assets/Screenshot%202023-11-09%20at%2011.06.56.png" alt=""><figcaption></figcaption></figure>

**AWS:**

<figure><img src="https://github.com/enclaive/documentation/blob/emcp/developers/.gitbook/assets/Screenshot%202023-11-09%20at%2011.07.24.png" alt=""><figcaption></figcaption></figure>

**Kraud.Cloud:**

<figure><img src="https://github.com/enclaive/documentation/blob/emcp/developers/.gitbook/assets/Screenshot%202023-11-09%20at%2011.07.35.png" alt=""><figcaption></figcaption></figure>


---

# 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.enclaive.cloud/enclaive-multi-cloud-platform/developers/api/admin-admin-api/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.
