# Expandable Disk Storage

Your Vagon Computer comes with a fixed amount of disk storage that you can grow as your projects expand. How long your data stays available depends on whether your subscription is active.

## Default Storage

Every Vagon Computer starts with **50 GB** of internal storage in its initial setup. This holds your operating system, installed applications, project files, and anything else saved to the computer's disk.

For lighter workflows the default is usually enough. Heavier 3D, video, and rendering projects often need more space.

## Increase Your Computer Storage

You can increase storage from the **Storage** section on your Dashboard. The computer must be shut down before you can adjust the limit.

1. Shut down your Vagon Computer.
2. Open the **Storage** section on the Dashboard.
3. Click the **Increase** button.

![Dashboard storage selected](/files/rqFLfNv7iSFJWwPnFQn7)

4. Choose how much extra storage to add. Storage grows in **50 GB** steps up to a maximum of **500 GB**.
5. Click **Confirm & Pay** to apply the new size.

![Storage increment selection](/files/yIw462W8eVu8cFOE0Fby)

Each 50 GB increment adds a flat monthly fee on top of your existing subscription. For the current rate per increment, see [vagon.io/pricing](https://vagon.io/pricing).

{% hint style="warning" %}
Storage increases are irreversible. The Vagon infrastructure does not currently support reducing computer storage once it has been raised, so add only what you need.
{% endhint %}

## Save Files in the Right Place

Save important files to your computer's disk or to Vagon Files. Files placed only in temporary system locations can be lost when the computer stops, resets, or is recreated.

Before stopping work:

* Save and close your applications.
* Confirm any uploads or downloads are complete.
* Move critical outputs to Vagon Files for cloud backup.
* Download a local copy of anything you cannot afford to lose.

## What Happens When Your Subscription Ends

Your Vagon Computer stays active until the end of your current billing cycle. After the subscription period ends:

* Your Vagon Computer is decommissioned.
* The data stored on the computer's disk is deleted from the cloud.
* You can start a new subscription at any time, but a new Vagon Computer is provisioned and previous disk contents are not restored.

{% hint style="warning" %}
Data on the Vagon Computer disk is removed when your subscription ends. Download anything you want to keep, or move it to Vagon Files, before your billing cycle closes.
{% endhint %}

{% hint style="info" %}
Vagon Files is tied to your account rather than to a single computer, which makes it the safer place to keep files you may need across future subscriptions.
{% endhint %}

## Next Steps

{% content-ref url="/pages/iosVTQk1MfV77ifsCOJr" %}
[Vagon Files Directory](/computer/features/vagon-files-directory.md)
{% endcontent-ref %}

{% content-ref url="/pages/xLH94nGFCBVD3uGThLIk" %}
[Subscription and Payments](/computer/plans-and-billing/subscription-and-payments.md)
{% endcontent-ref %}

{% content-ref url="/pages/BFi4Fi2Y15LM3l9Mzdga" %}
[Computer Plans](/computer/plans-and-billing/computer-plans.md)
{% endcontent-ref %}


---

# 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.vagon.io/computer/features/expandable-disk-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.
