> For the complete documentation index, see [llms.txt](https://docs.finops.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finops.softwareone.com/policies/quotas-and-budgets/create-quotas-or-budget-policies.md).

# Create Quota or Budget Policies

Organization Managers can create a new quota or budget policy using the **Add** option on the **Quota and budgets** page.

### Creating a new quota or budget

To create a new policy:

1. Navigate to the **Quota and Budgets** page, then select **Add**.&#x20;
2. On the **Create quota or budget policy** page, provide a descriptive name for the new policy and select the policy type. The following options are available:
   * **Resource quota** - Triggers once per day if the current number of resources exceeds the limit.&#x20;
   * **Recurring budget** - Triggers once per month if the expenses for the current month exceed the limit.
   * **Expiring budget** - Triggers when the total expenses from the start date exceed the limit.

<div data-with-frame="true"><figure><img src="/files/mNMZfqcTTgMsNeOf77Hq" alt=""><figcaption><p>Create quota or budget policy in FinOps for Cloud. </p></figcaption></figure></div>

3. Enter the values in the additional fields according to your selected policy type.&#x20;
   * For a resource quota policy, enter the maximum number of resources.
   * For a recurring budget policy, enter the monthly budget value.
   * For an expiring budget policy, enter the total budget and the start date.
4. &#x20;(Optional) Apply additional filters as needed.
5. Select **Save** to finish creating the new policy.&#x20;

When the policy has been created, use the **Status** column on the **Quota and Budgets** page to view the current resource count or expense value. If the value exceeds the quota or budget, the progress bar turns red. Otherwise, it remains green. The progress bar also indicates how close the current value is to the set threshold values.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.finops.softwareone.com/policies/quotas-and-budgets/create-quotas-or-budget-policies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
