# Compute quotas

To ensure relatively predictable pricing and availability, Mithril implements default quotas that limit the total amount of compute a single organization can allocate. If your requirements exceed your current quotas, Mithril can increase them for you.&#x20;

## Reservation quotas

**Reservation quotas are the maximum number of forward-looking reserved instance hours.** For example, if your reservation quota for an 8x A100 instance is 72 instance hours, you can reserve 1 instance for 72 hours or 4 instances for 18 hours (you pick the shape of your compute).&#x20;

The reservation quota only limits your *future* reserved instance hours. So, once you were halfway through your 72-hour reservation of 1 instance, you would have freed up 36 instance hours in your quota.

## Spot instance quotas

**Spot instance quotas are simply the maximum number of concurrent spot instances you can have allocated at a given time.** For example, if your spot quota for 8x A100 instances is 4 instances, you may only be allocated 4 8x A100 instances across all your bids.

## View your current compute quotas

Quotas are set on a per-instance-type basis. You can see your quotas for each instance type under **Instances > Quotas**.&#x20;

<figure><img src="/files/ebShyDr3ClrduuRUwcQS" alt=""><figcaption></figcaption></figure>

## Increasing your quotas

To increase your quotas, please contact your Mithril account team or email <support@mithril.ai>.


---

# 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.mithril.ai/compute-and-storage/compute-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.
