> For the complete documentation index, see [llms.txt](https://docs.mithril.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mithril.ai/compute-and-storage/compute-quickstart.md).

# Compute quickstart

{% hint style="info" %}
Mithril is generally available for work purposes. Individual users will be waitlisted for now.
{% endhint %}

## Create a reservation or spot bid

Once you've set up your account and determined which instance type you'd like to use, you're ready to create your first reservation or spot bid!

{% stepper %}
{% step %}

### Start

From the **Price chart** or **Instances** page, select **Create instances**.
{% endstep %}

{% step %}

### Choose if you'd like to create a reservation or a spot bid.&#x20;

Reservations give you guaranteed access to your instances for a set period of time. Spot bids allow you to use unreserved capacity as preemptible instances whenever the spot price is below the limit price that you set in your bid. See [Compute overview](/compute-and-storage/compute-overview.md) for additional information.
{% endstep %}

{% step %}

### Choose instance options and configuration

For step-by-step guides on creating reservations and spot bids, see [Reserving compute](/compute-and-storage/reserving-compute.md) and [Spot bids](/compute-and-storage/spot-bids.md), respectively.

{% hint style="info" %}
To attach persistent storage to your instances in this step, you must first provision storage in the same region. For details on provisioning persistent storage, see [Persistent storage](/compute-and-storage/persistent-storage.md).
{% endhint %}
{% endstep %}

{% step %}

### Check the status of your reservation or spot bids

Once you've submitted your reservation or bid, navigate to the **Instances** tab. Here, you can see all of your currently allocated instances. You can see the status of entire reservations and spot bids under the **Reservations** and **Spot Bids** tabs, respectively.
{% endstep %}

{% step %}

### Access your instances 🎉

Once your instance shows a status of <mark style="color:green;">`Allocated`</mark> you can access it with the selected SSH keys. You can click on the instance name to review details about the instance, including the selected SSH keys.
{% endstep %}
{% endstepper %}


---

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