> ## Documentation Index
> Fetch the complete documentation index at: https://vastai-80aa3a82-rate-limit-change.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Start

<script
  type="application/ld+json"
  dangerouslySetInnerHTML={{
__html: JSON.stringify({
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to Run Your First Vast.ai Template",
"description": "A quick start guide to running a template on Vast.ai, from browsing recommended templates to launching your first instance.",
"step": [
  {
    "@type": "HowToStep",
    "name": "Browse Recommended Templates",
    "text": "Visit the templates section of the console at cloud.vast.ai/templates where you will find all recommended templates. Browse through the templates until you find one that meets your requirements. For beginners, NVIDIA CUDA is a great starter template that includes the CUDA development environment."
  },
  {
    "@type": "HowToStep",
    "name": "Select and Load Template",
    "text": "Once you've found a suitable template, click the 'play' button. This will load the template and take you to the available offers page where you can see GPU instances that match your template requirements."
  },
  {
    "@type": "HowToStep",
    "name": "Filter and Choose an Offer",
    "text": "Use filters at the top of the page to target a particular GPU, or use additional filters on the left for more fine-grained control. When you have found a suitable offer, click the 'RENT' button to create your new instance."
  },
  {
    "@type": "HowToStep",
    "name": "Wait for Instance to Be Ready",
    "text": "Visit cloud.vast.ai/instances where you will find your running instance. It may take a few minutes to be ready as everything is being set up. When ready, you will see the blue 'open' button indicating the instance is ready to connect."
  }
]
})
}}
/>

## Run Your First Template

To jump right in and run a template, follow these steps.

Visit the templates section of the console where you will find all of our recommended templates.

<Frame caption="Recommended Templates">
  <img src="https://mintcdn.com/vastai-80aa3a82-rate-limit-change/ClXA-aYCBtOiAs-A/images/console-templates.webp?fit=max&auto=format&n=ClXA-aYCBtOiAs-A&q=85&s=0c90c4d37026c327538ed222158259a7" alt="Recommended Templates page" width="1280" height="583" data-path="images/console-templates.webp" />
</Frame>

Browse through the templates until you find one that meets your requirements.  In this guide we will use NVIDIA CUDA, which is the first on the list. It's a great starter template as it just includes the CUDA development environment, plus a few extras to improve the user experience.

<Frame caption="NVIDIA CUDA Template">
  <img src="https://mintcdn.com/vastai-80aa3a82-rate-limit-change/ClXA-aYCBtOiAs-A/images/console-templates-2.webp?fit=max&auto=format&n=ClXA-aYCBtOiAs-A&q=85&s=3c2bd787e0f3d41f6ae9305ad37b435d" alt="NVIDIA CUDA Template whos play button in bottom left corner" width="800" height="526" data-path="images/console-templates-2.webp" />
</Frame>

Now, click the 'play' button.  This will load the template and take you to the available offers.

<Frame caption="Offers page with GPU filter active">
  <img src="https://mintcdn.com/vastai-80aa3a82-rate-limit-change/ClXA-aYCBtOiAs-A/images/console-templates-3.webp?fit=max&auto=format&n=ClXA-aYCBtOiAs-A&q=85&s=218280c305edf321940dc1cfcc862785" alt="Offers page with GPU filter active" width="1201" height="837" data-path="images/console-templates-3.webp" />
</Frame>

There are filters available at the top of the page to help you target a particular GPU.  You will also find many additional filters on the left of the page for more fine-grained control over the instances you find.

When you have found a suitable offer, simply click the 'RENT' button to create your new instance.

You can now visit [cloud.vast.ai/instances](https://cloud.vast.ai/instances/) where you will find your running instance.  It may take a few minutes to be ready as everything is being set up.

<Frame caption="Instance view with blue open button">
  <img src="https://mintcdn.com/vastai-80aa3a82-rate-limit-change/ClXA-aYCBtOiAs-A/images/console-templates-4.webp?fit=max&auto=format&n=ClXA-aYCBtOiAs-A&q=85&s=42f940ceee9cfd4987a241a26e7e3f83" alt="Instance view with blue open button" width="906" height="718" data-path="images/console-templates-4.webp" />
</Frame>

When it is ready you will see the blue open button.  This indicates that the instance is ready to connect.

<Note>
  The action of the open button depends on the template you have chosen - In this example you will be transferred to the [Instance Portal](/documentation/instances/instance-portal). To learn how to configure Instance Portal links, see our [Advanced Setup](/documentation/templates/advanced-setup#portal-config) guide.
</Note>

## Next Steps

Now that you've run your first template:

* **Understand templates better** - See [Introduction](/documentation/templates/introduction) to learn about templates and Vast's template ecosystem
* **Create your own template** - Follow our [Creating Templates](/documentation/templates/creating-templates) tutorial
* **Explore advanced features** - Check out [Advanced Setup](/documentation/templates/advanced-setup) for provisioning scripts and custom images
