> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vast.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Sign up and rent your first GPU

This Quickstart will guide you through setting up your Vast.ai account and running your first instance in just a few steps.&#x20;

### 1. Sign Up & Add Credit

* Create an account on [vast.ai.](https://cloud.vast.ai/)
* Verify your email address.
* Go to [**Billing**](/guides/reference/billing) → **Add Credit** and top up using [credit card, BitPay, or Crypto.com](/guides/reference/billing#payment-methods).
* Learn about [autobilling](/guides/reference/billing#autobilling-credit-card-only) to avoid interruptions.

  <img src="https://mintcdn.com/vastai-80aa3a82/KWV1TCiq0zjC57hU/images/guides-overview-quick-start.webp?fit=max&auto=format&n=KWV1TCiq0zjC57hU&q=85&s=3512036ce752f432218c5fc67adfe073" alt="Billing" width="800" height="853" data-path="images/guides-overview-quick-start.webp" />
* Your balance appears at the top right of the dashboard.

  <img src="https://mintcdn.com/vastai-80aa3a82/KWV1TCiq0zjC57hU/images/guides-overview-quick-start-2.webp?fit=max&auto=format&n=KWV1TCiq0zjC57hU&q=85&s=024d3a562b305ac29f47cea16022536f" alt="" width="973" height="65" data-path="images/guides-overview-quick-start-2.webp" />

<Note>
  Before you can **rent a machine** or **create a team**, you must [verify your email address](/guides/reference/account-settings#email-verification). After signing up, check your inbox (and spam folder) for the verification email and click the link inside. You can resend the verification email anytime from [**Settings**](/guides/reference/account-settings) → Resend Verification Email. Learn more about [teams](/guides/teams/teams-overview) and [instance management](/guides/instances/manage-instances).
</Note>

### 2**. Prepare to Connect**

* **For SSH access**: generate an [SSH key pair](/guides/instances/connect/ssh#generating-ssh-keys) following our [complete SSH guide](/guides/instances/connect/ssh) and upload your **public key** in [Keys page](https://cloud.vast.ai/manage-keys/) or via [account settings](/guides/reference/keys).

  <img src="https://mintcdn.com/vastai-80aa3a82/KWV1TCiq0zjC57hU/images/guides-overview-quick-start-3.webp?fit=max&auto=format&n=KWV1TCiq0zjC57hU&q=85&s=5b7bd06c9d287c89754a598a2be3c360" alt="Keys" width="1279" height="579" data-path="images/guides-overview-quick-start-3.webp" />
* **For Jupyter access**: download and install the provided [TSL certificate](/guides/instances/connect/jupyter#certificate-installation) following our [Jupyter setup guide](/guides/instances/connect/jupyter) (needed for secure browser access).

<Note>
  If you don’t install the provided browser certificate:&#x20;

  * **Windows / Linux** - You’ll see a **“Your connection is not private”** privacy warning. You can still connect by clicking **Advanced** → **Proceed**, but the warning will appear every time.
  * **macOS** - Browsers will block Jupyter until you install and trust the provided certificate in **Keychain Access**. Without it, you won’t be able to connect.

  Installing the certificate once removes the warning permanently.
</Note>

### 3. Pick a [**Template**](/guides/templates/introduction) & Find a Machine

* Browse [**Templates**](https://cloud.vast.ai/templates/) for pre-built setups (e.g., [PyTorch](/pytorch), TensorFlow, ComfyUI) or [create custom templates](/guides/templates/creating-templates).
* Go to [**Search**](https://cloud.vast.ai/create/) and filter by GPU type, count, RAM, CPU, network speed, and price. Learn about [search filters](/guides/instances/choosing/overview#search-filters) and [instance types](/guides/instances/choosing/instance-types).
* **Disk Space is Permanent.** The disk size you choose when creating an instance cannot be changed later. If you run out of space, you'll need to create a new instance with a larger disk. Learn about [storage types](/guides/instances/storage/types) and [volumes](/guides/instances/storage/volumes). Tip: Allocate a bit more than you think you need to avoid interruptions.
* Click **Rent** when you find a match. Consider [reserved instances](/guides/instances/choosing/reserved-instances) for 50% savings on long-term projects.
* Wait for the instance to start-cached images launch quickly, fresh pulls may take 10-60 minutes. Check [instance status](/guides/instances/manage-instances#status) for progress.
* Click **Open** button to access your instance via your chosen [connection method](/guides/instances/connect/overview).

### **4. [Manage or End Your Instance](/guides/instances/manage-instances)**

* Use **Stop** to pause GPU billing ([storage still accrues charges](/guides/instances/storage/types#costs)). Learn about the [instance lifecycle](/guides/instances/manage-instances#lifecycle).
* Use **Delete** when finished to stop *all* charges. See [data movement](/guides/instances/storage/data-movement) if you need to save data first.

<img src="https://mintcdn.com/vastai-80aa3a82/KWV1TCiq0zjC57hU/images/guides-overview-quick-start-4.webp?fit=max&auto=format&n=KWV1TCiq0zjC57hU&q=85&s=5924a1a46183b876b909daf802c07841" alt="Manage or End Your Instance" width="1018" height="249" data-path="images/guides-overview-quick-start-4.webp" />

## Common Questions

### What is a minimum deposit amount?

The minimum deposit amount on Vast.ai is \$5.

### What happens when my balance runs out? Can I avoid interruptions?

When your balance reaches zero, your running instances will automatically stop. To avoid this, you can enable [**autobilling**](/guides/reference/billing#autobilling-credit-card-only) on the [Billing page](/guides/reference/billing). Set an auto-charge threshold higher than your average daily spend, so your card is automatically charged when your balance falls below that amount. We also recommend setting a [**low-balance email alert**](/guides/reference/account-settings#notifications) at a slightly lower threshold to notify you if the auto-charge fails for any reason. Learn more about [billing management](/guides/reference/billing) and [cost optimization](/guides/instances/pricing).

### How can I customize a template?

You can create a new template from scratch, or you can edit an existing template. You can find a guide [here](/guides/templates/creating-templates). See also [template settings](/guides/templates/template-settings) and [advanced setup](/guides/templates/advanced-setup) for more customization options. Learn about [managing templates](/guides/templates/managing-templates) for organizing your template library.

## Next Steps

<CardGroup cols={3}>
  <Card title="Instances Overview" href="/guides/instances/overview" icon="server">
    Complete guide to GPU instances, types, and management
  </Card>

  <Card title="Instance Pricing" href="/guides/instances/pricing" icon="dollar-sign">
    Marketplace pricing, instance types, and saving strategies
  </Card>

  <Card title="Templates Introduction" href="/guides/templates/introduction" icon="layer-group">
    Pre-built environments, customization, and Docker setup
  </Card>
</CardGroup>
