# Compute overview

Mithril offers two core mechanisms for provisioning compute:

1. **Short-term reserved instances:** Reservations give you guaranteed access to interconnected nodes. Reserved instances are typically useful for large, preplanned workloads like training that need to run uninterrupted. You can reserve instances in advance for as little as 3 hours and for up to 2 weeks. Reserved instance pricing is adjusted gradually based on overall supply and demand.
2. **Spot instances:** Spot instances provide a more dynamic way to access compute. To use spot instances, you submit a limit-price order that specifies the *maximum* price per GPU-hour you are willing to pay. Whenever the spot price is *lower* than your limit price, your spot instances spin up. See [Spot auction mechanics](/compute-and-storage/spot-bids/spot-auction-mechanics.md) to learn more.

## Provisioning compute

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Making reservations</strong></td><td></td><td>Reserve interconnected nodes for as little as 3 hours for preplanned workloads.</td><td><a href="/pages/5OBBfCrYpyo6EMbPdEmB">/pages/5OBBfCrYpyo6EMbPdEmB</a></td><td><a href="/files/Gn4mYFxqGLIedEnvEe0R">/files/Gn4mYFxqGLIedEnvEe0R</a></td></tr><tr><td><strong>Creating spot orders</strong></td><td></td><td>Burst capacity by placing limit-price orders for spot instances.</td><td><a href="/pages/VOGQX7oBbEBz7jPjAGuJ">/pages/VOGQX7oBbEBz7jPjAGuJ</a></td><td><a href="/files/Ur7RBY0wP2xVsTr91Sob">/files/Ur7RBY0wP2xVsTr91Sob</a></td></tr><tr><td><strong>Spot auction mechanics</strong></td><td></td><td>Understand how the Mithril spot auction works and best practices for limit-price bids.</td><td><a href="/pages/GqzrNbycr1vGn20E4kZW">/pages/GqzrNbycr1vGn20E4kZW</a></td><td><a href="/files/rWc96lZi9AgQavchCSlT">/files/rWc96lZi9AgQavchCSlT</a></td></tr></tbody></table>


---

# 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-overview.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.
