> For the complete documentation index, see [llms.txt](https://docs.hedge.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hedge.video/postlab-classic/drive/storage-management.md).

# Drive Size

## Drive Storage Included With PostLab Plans

Drive storage is included with these PostLab Plans at no additional charge:

* Pro - 100 GB&#x20;
* Team - 1000 GB (1 TB)

## Expanding Drive Storage

Need more Drive storage? In PostLab, go to:

`Preferences > Account > TEAMS`

Next to your Team's Drive Storage, click `Manage`, and complete your purchase in the guided checkout.

![Preferences → Account → TEAMS → Manage](/files/-MU9_viyPA9rKHHij2Ox)

{% hint style="info" %}
PostLab Drive is billed independently from your PostLab Plan.
{% endhint %}

### Drive Grows With Your Needs

Once you upgrade your Team's Drive storage, Drive automatically grows with your usage. There's no need to continuously adjust your Drive storage tier, and no need to worry about not having enough room when people are uploading new files - Drive accommodates automatically.

## Shrinking Drive

Shrinking your Drive plan is simple. First, make sure your Drive's used space is small enough for your desired new plan.&#x20;

{% hint style="success" %}
When deleting files, [empty your Trash in Finder](/postlab-classic/drive/trash.md) to finalize deletion.
{% endhint %}

Next, in PostLab, go to:

`Preferences > Account > TEAMS`

Next to your Team's Drive Storage, click `Manage`, then choose a smaller storage tier.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hedge.video/postlab-classic/drive/storage-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
