> 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.md).

# Compute & Storage

- [Compute overview](https://docs.mithril.ai/compute-and-storage/compute-overview.md): Infrastructure designed to maximize price-performance for your ML workloads
- [Compute quickstart](https://docs.mithril.ai/compute-and-storage/compute-quickstart.md): Set up your account and provision compute in minutes
- [Using the price chart](https://docs.mithril.ai/compute-and-storage/using-the-price-chart.md)
- [Instance types & specifications](https://docs.mithril.ai/compute-and-storage/instance-types-and-specifications.md)
- [Reserving compute](https://docs.mithril.ai/compute-and-storage/reserving-compute.md): Guarantee access to compute for a set duration for critical, preplanned workloads
- [Pause Credit](https://docs.mithril.ai/compute-and-storage/reserving-compute/pause-credit.md): Earn credit for temporarily unused instances
- [Return Credit](https://docs.mithril.ai/compute-and-storage/reserving-compute/return-credit.md): Earn credit for returning parts of a reservation early
- [Spot bids](https://docs.mithril.ai/compute-and-storage/spot-bids.md): Pay as you go for preemptible instances.
- [Spot auction mechanics](https://docs.mithril.ai/compute-and-storage/spot-bids/spot-auction-mechanics.md): How Mithril allocates spot compute
- [Handling spot interruptions](https://docs.mithril.ai/compute-and-storage/spot-bids/handling-spot-interruptions.md)
- [Startup scripts](https://docs.mithril.ai/compute-and-storage/startup-scripts.md)
- [Access & manage instances](https://docs.mithril.ai/compute-and-storage/access-and-manage-instances.md): See the status of your instances, reservations, and spot bids
- [Statuses](https://docs.mithril.ai/compute-and-storage/access-and-manage-instances/statuses.md)
- [Compute quotas](https://docs.mithril.ai/compute-and-storage/compute-quotas.md): How to view and increase your quotas
- [Managing open ports](https://docs.mithril.ai/compute-and-storage/managing-open-ports.md): A guide to exposing ports from your Mithril instances
- [Ephemeral storage](https://docs.mithril.ai/compute-and-storage/ephemeral-storage.md)
- [Persistent storage](https://docs.mithril.ai/compute-and-storage/persistent-storage.md)
- [File shares](https://docs.mithril.ai/compute-and-storage/persistent-storage/file-shares.md): Provisioning file shares for your instances
- [Block storage](https://docs.mithril.ai/compute-and-storage/persistent-storage/block-storage.md): Provision raw disk storage
- [Mithril Compute Clusters](https://docs.mithril.ai/compute-and-storage/mithril-compute-clusters.md)
- [SSH keys](https://docs.mithril.ai/compute-and-storage/ssh-keys.md): Manage the SSH keys you use with Mithril compute


---

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