# Pinning

[If PostLab Drive's cache could be likened to a warehouse,](/postlab-classic/drive/cache.md) PostLab functions as the warehouse manager storing file chunks on a FIFO basis – first in, first out. However, sometimes you need files to remain in your local cache. You can achieve this by using Drive’s Pinning feature. You can pin `📌` a Bookmark created from a folder or a Workspace.

Pinning fully downloads a folder's contents into the cache, then flags it as *Do Not Remove*. This ensures those files stay on your local computer, instead of having to (re)download them. To keep room for non-pinned files and uploads, PostLab allows 80% of the cache to be used for pinning.

Consider pinning a Bookmark or Workspace when you need certain media to stay available locally. As other Team Members upload files to a pinned Bookmark or Workspace, those are automatically downloaded to your local computer as well. If playback or clip scrubbing isn’t performing as expected due to high network latency from your location, pinning will help.

## Pinning a Folder

In PostLab, [create or open a `Production`](/postlab-classic/productions.md#creating-a-production).

Inside the `Production` go to `Drive`. Click `➕` at the bottom of the Drive panel, then select `Bookmark`.

![PRODUCTION > Drive > ➕ > Bookmark](/files/-MXZ14oDGIhwthtS8DMj)

Select the Folder on Postlab Drive to Bookmark.

![](/files/-MXZ1fFH9FnKuuUJlbD5)

Click the pin `📌` next to the Bookmark to pin that folder.

![](/files/-MXZ1xKQKFz6Zf3ZJc60)

{% hint style="info" %}
Pinning a Bookmark or Workspace occurs locally on your computer. Nothing is pinned for your Team Members unless they do so from their own computer.
{% endhint %}

## Clearing Pins

To free your cache of all downloaded files from Drive, you can clear all pinned files in one go. Go to `Preferences... > Drive > CACHE SIZE`, click `Clear all pins`. All pins for all connected Drives and [Workspaces](/postlab-classic/drive/workspaces.md) are cleared on your local computer.

You might use `Clear all pins` to free up your Drive cache to upload a large set of files.

{% hint style="info" %}
`Clear all pins` doesn't remove your Bookmarks in a Production. You can always re-pin Bookmarks later, as needed.
{% endhint %}


---

# 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.hedge.video/postlab-classic/drive/pinning.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.
