> 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/features/conflict-prevention.md).

# Conflict Prevention

## Locking a Document

When you open a document in PostLab, it locks for other team members, preventing their access. A pencil icon appears on your document icon, while your team members see a padlock.

<figure><img src="/files/9wbuzl5QroEMUifRZThZ" alt="" width="263"><figcaption><p>Pencil icon, indicating work in progress.</p></figcaption></figure>

<figure><img src="/files/hcrPOewzDjZLmvkSmTvO" alt="" width="266"><figcaption><p>Padlock icon, indicating it's locked.</p></figcaption></figure>

### Locking a Final Cut Pro Event, DaVinci Resolve Project or Media Composer Bin Folder

{% hint style="info" %}
This feature requires a PostLab Pro license.
{% endhint %}

If a Final Cut Pro Library has a linked event, that event will lock as soon as you open the library it’s linked to. This stops the event from being overwritten while still letting you access it from other libraries. The same applies to linked projects in Resolve Project Libraries and linked bin folders in Media Composer Projects.

<figure><img src="/files/CZMmRRJIvY8THpeIS4iB" alt="" width="375"><figcaption><p>The linked 'Media' event is locked.</p></figcaption></figure>

<figure><img src="/files/YRDWhkQpSxE4rhcBKCqa" alt="" width="375"><figcaption><p>The linked 'Grades 02' project is locked.</p></figcaption></figure>

<figure><img src="/files/SHTBLRWH4FzsP8ouddTf" alt="" width="375"><figcaption><p>Three linked bin folders are locked.</p></figcaption></figure>

When an event or project is locked, PostLab adds a padlock emoji `🔒` to it's name in the NLE. Media Composer doesn't support emojis, so in case of a bin folder, PostLab adds `[locked]` to the bin folder name and it's bins.

<figure><img src="/files/KfdOXJrBK9bbjW8ySTcj" alt="" width="311"><figcaption><p><code>[LOCK]</code> is added in front of folder and bin names.</p></figcaption></figure>

<figure><img src="/files/SrUuT7gid2clvvB1VUWv" alt="" width="170"><figcaption><p>The FCP event <code>Media</code> is locked.</p></figcaption></figure>


---

# 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/features/conflict-prevention.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.
