# Unlock Objects

As long as a Document Object is open for editing, it is locked by the User currently modifying it. The Document Object is unlocked when the user either cancels or commits the object.&#x20;

There exist occasions when Document Objects may remain locked; e.g., after a browser crash or an expired session. The **Unlock Objects** function offers a possibility to release individual locks on selected objects.

The Unlock Objects view displays the currently locked Document Objects, together with information about who has locked the Document Object and when that lock was initiated.

<figure><img src="/files/BGLfd8n4jdDwR2GSgvrx" alt=""><figcaption></figcaption></figure>

Use the **Filter columns** option to filter on e.g. User or a particular Reason.

Optionally, use the **Action** button to depict the locked Document Objects in a **Chapter structure** for easier finding.

## How to Unlock Objects

Select the **Release Lock** checkboxes for the Document Objects to unlock and click **Save** to unlock them.

{% hint style="info" %}
Note! Unlocking a Document Object that a user is currently working on may result in an error when the other user tries to commit the Document Object now locked by you. Therefore, make sure that the Document Objects you unlock are not currently edited by any user.
{% 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.aligned.ch/aligned-elements-web-client-user-manual/3.2.287.25450/settings/unlock-objects.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.
