> For the complete documentation index, see [llms.txt](https://docs.ludi.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ludi.co/boards/locking-board-elements.md).

# Locking the layout

Locking objects in your board is a great way to avoid accidental editing.

### Lock individual objects

If you just want to lock a certain object, use the padlock icon when the object is selected. Locked objects will display an 'unlock' icon when selected.

<figure><img src="/files/5zyMO95tVYfjTrsV2abi" alt=""><figcaption></figcaption></figure>

### Lock a multi-selection

To lock a group of the same object types, shift+click or shift+drag a multi-selection and use the 3-dot menu to select the lock option.

<figure><img src="/files/8ciSPZmYGhtQEdhye1Pv" alt=""><figcaption></figcaption></figure>

### Lock Everything / Unlock Everything

If you want to lock or unlock everything, right-click on the board background any time to access the locking options.

In addition, Lock Layout is a shortcut to lock all layout objects on the board.

<figure><img src="/files/2UIqMISFOVKJmnPhdu32" alt=""><figcaption></figcaption></figure>

### Lock the layout prompt when you start a meeting

Whenever you start a meeting as the host you will be presented with the option to lock the layout. This is a quick way to lock everything you have laid out on the board.

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

{% hint style="info" %}
Ludi templates are locked by default. You can unlock them to customize to your needs.
{% endhint %}

### Super Lock

The Super Lock setting prevents accidental editing by setting locking preferences for everyone on the board. Super Lock is available when Meeting Mode is on.

You can choose who Super Lock is enabled for:

* Everyone
* Just participants
* No one

#### Quickly select all objects of the same type

To quickly select all objects of the same type, select an individual object and use the 3-dot menu to use the 'Select Others' function. This will select all matching object types across the entire board.

<figure><img src="/files/iXoNzZGgFwRhWeYSKAmc" alt=""><figcaption></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:

```
GET https://docs.ludi.co/boards/locking-board-elements.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.
