# Co-editing in the Builder

#### Overview

Co-editing is a feature that enables multiple users to work on the same design simultaneously. Designed to enhance team collaboration and streamline the design process, this feature shows real-time edits made by all participants. In addition to seeing live changes, co-editing also integrates with a commenting feature for more efficient communication. A maximum of 5 users can participate in a single co-editing session.<br>

<figure><img src="https://lh7-eu.googleusercontent.com/YHPDGiw6MlqyHlhdy-gCJDLm40k88kNLruGxbYxve3G53uUBT3AWaMcZSGmywOmmGdwlgToYScILtoM0M_6jhQTdwy0dRjX6bt_DOs8lKbpkbEq-m_af6NZPyinTQUPLt3lz_iItnODJ8MlYc3-dmdM" alt=""><figcaption></figcaption></figure>

#### User Identification

When you enter a co-editing session, avatars for each participant appear at the bottom of the builder interface. Each avatar has a unique color and displays the user's initials. These visual cues help identify who is actively participating in the co-editing session.

#### Real-Time Changes

All changes made during a co-editing session are automatically updated across the builder for every participant. If a sixth person attempts to join, they will be notified that the maximum number of users has been reached and must wait for someone to exit before they can join.

#### Integration with Commenting

Co-editing works seamlessly with the Commenting feature in the builder. Each user’s comments are tagged with an avatar matching their co-editing avatar. These colors are system-assigned and cannot be changed, providing a consistent method for identifying who made each comment.<br>

<figure><img src="https://lh7-eu.googleusercontent.com/j29p5AvQ-XiXkadFlWUCMyAnRgH5Ts30hioA0eWMpQ_O6NNZC6PYj1gprFWwDrzseKOy_Tj4-EV3SBS7UH_egNVh0w67avN1dh02VNU7_jj1qy-ESfq6piac-fyBt3hcZvGVN1EvX_GoFrJcIAMHWQA" alt=""><figcaption></figcaption></figure>

#### Limitations: Undo and Redo

The undo and redo features are deactivated during a multi-user co-editing session to prevent unintended changes to another user's work. For example, if Julia and Andrés are both editing, Julia could inadvertently undo Andrés' changes if she used the undo feature.

<figure><img src="https://lh7-eu.googleusercontent.com/fQTrGRpmUXyw0OX7m5xwCHB-xsLSbTwzfjsZXWmrsQH74DFPzkEFCOqzR-9XeMv2W4GxJZ2LLAfsQYdBACS-9IjaPgKwWCkKuGKNxJVplLLm5wzWbwx9a-06BfRva-frHt50o5W1dwWjbp6oboByJnc" alt=""><figcaption></figcaption></figure>

However, these features work as expected if you are the only one in the builder, restoring their functionality when the co-editing session has only one participant.

<br>


---

# 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.beefree.io/end-user-guide/team-collaboration/co-editing-in-the-builder.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.
