# Locking Content

## Locking Edits

You can use locks to define which parts of the template should not be editable by agents. This lock will prevent agents from editing, moving or deleting the element.

In order to lock an element:

1. Open up Rechat plugin
2. Go go *Locks* tab
3. Select the element you want to lock
4. Toggle the lock

## Locking Formatting

You also have the option to allow edits, but prevent formatting changes. Using this lock agents will be able to *edit* the text, but not change the format.

1. Open up Rechat plugin
2. Go to *Locks* tab
3. Select a text by double clicking on it on Figma
4. The locks tab will now show a secondary *Formatting* lock, which is only applicable to texts.


---

# 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://help.rechat.com/appendix/brokerage-set-up/marketing-template-guidelines/figma/locks.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.
