# SkyPilot

SkyPilot is an open-source framework that lets you run AI and machine learning workloads across multiple cloud providers and GPU clusters with a single, unified interface.&#x20;

Instead of learning the specific APIs, CLI tools, and pricing structures of each cloud platform, you simply define your job once and SkyPilot handles the rest — finding the best available hardware, launching the cluster, running your workload, and shutting everything down when it's done.


---

# 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.yottalabs.ai/tutorials/skypilot.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.
