> For the complete documentation index, see [llms.txt](https://docs.nuvolos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvolos.com/how-to-guides/workflows-for-instructors/setting-up-group-projects/collaborative-application-editing.md).

# Collaborative editing in JupyterLab

<mark style="color:$primary;">**Outcome**</mark>\
You configure a JupyterLab application so multiple students can edit the same notebook simultaneously, with edits merging automatically.

<mark style="color:$primary;">**Before you start**</mark>

* You have set up a group-work space with one instance per group (see [Set up group projects](/how-to-guides/workflows-for-instructors/setting-up-group-projects.md) above).
* You will use JupyterLab 4.0.0 or later. Collaborative editing is most reliable from this version onward.

In collaborative editing mode, multiple students connect to the same application at the same time and edit files and notebooks together - similar to Google Docs. Edits merge automatically, with no file version conflicts.

#### Configure the Application

{% stepper %}
{% step %}
Add a JupyterLab application to the Master Instance of the group-work space (JupyterLab 4 recommended).
{% endstep %}

{% step %}
In the Master Instance applications view, open the ... Actions menu next to the application.
{% endstep %}

{% step %}
Click **CONFIGURE**.
{% endstep %}

{% step %}
Enable **Run in shared mode**.
{% endstep %}

{% step %}
Save the configuration.
{% endstep %}

{% step %}
Distribute the application to the group instances along with any regular files or instructions.
{% endstep %}
{% endstepper %}

For the full configuration screen (all shared-mode behaviors, connectivity options, and add-ons), see [Reference › Applications](/reference/applications.md).


---

# 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.nuvolos.com/how-to-guides/workflows-for-instructors/setting-up-group-projects/collaborative-application-editing.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.
