# 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
- [Hosted Kubernetes clusters](https://docs.mithril.ai/compute-and-storage/hosted-kubernetes-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: 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.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.
