# Bin Locking

Bin Locking stops others from overwriting your bins while you're working on them. It allows editors to collaborate, and was introduced by Avid in Media Composer.

With Bin Refresh, when changes occur on a bin locked by another editor, Media Composer will refresh a locked bin's state in your Project, exposing those changes. Bin Refresh also allows you to take command of a bin once it's no longer in use by another editor.

Mimiq offers both Bin Locking and Bin Refresh for a multitude of [storage options](https://docs.hedge.video/mimiq/supported-storage).

## Lock States in Media Composer

<table><thead><tr><th width="131">Lock Color</th><th width="207.8671875">Who's using this Bin?</th><th width="173.56640625">Can you read the Bin?</th><th width="191.7421875">Can you write to the Bin?</th></tr></thead><tbody><tr><td>🟢</td><td>You</td><td>✅</td><td>✅</td></tr><tr><td>🔴 </td><td>Someone else</td><td>✅</td><td>❌</td></tr><tr><td>🟡 </td><td>Someone else</td><td>✅</td><td>❌</td></tr><tr><td>🔵</td><td>No one is at the moment</td><td>✅</td><td>✅</td></tr></tbody></table>

🟢 - You're in control with full read/write access to the Bin.

🔴 - Somebody else is working in this Bin. You have read-only access to it.

🟡 - The locked Bin you have open was updated. Click the Bin's padlock to see the latest version.

🔵 - The user who previously held the lock on this Bin has since released it. Click the padlock to acquire read/write access.

{% hint style="info" %}
You must open this Bin on your computer *while someone else is using it on their computer* to see the lock change from 🔴 to 🌕 or 🔵.
{% 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/mimiq/bin-locking.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.
