# Co-Authoring And Exclusive Editing

By default, for a new <code class="expression">space.vars.PRODUCT\_NAME</code> subscription, Office documents will open for exclusive editing by default. This means that only one user at a time can edit the document, reflecting the behaviour of a traditional network file server.

This default behaviour can be changed so that Office documents will open with co-authoring and AutoSave enabled, meaning that multiple users can collaborate on the same document at the same time, and Office will save changes automatically.

To enable this behaviour follow the steps below.

{% stepper %}
{% step %}
From the [administration console](/administration-guide/overview-of-the-administration-console.md), click the action button then click "Customise the end user experience"

<figure><img src="/files/bfFWGAwrqV32PdyVOUac" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
On the submenu, click "Set default behaviour for Office documents"

<figure><img src="/files/8voTdwpMchjE1kHknie4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
An information page will show about co-authoring. Click the Next button to proceed to the next page "Choose Default Behaviour". On this page you can choose how you want Office documents to open when opened from Windows File Explorer. If you want to enable co-authoring then select the "Open documents for co-authoring" option. You can restrict the setting to just certain groups of people if you prefer. After making your selection, click the Save Changes button

<figure><img src="/files/DCgsSzO66VG7kUKw0prp" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Your changes will now be applied and will take effect when users restart <code class="expression">space.vars.PRODUCT\_NAME</code> or next sign in to Windows. Click the Return button to go back

<figure><img src="/files/N44nErCbmlzMqthuNoiC" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

If you want to switch back to exclusive editing, follow the above procedure but select the "Open documents for exclusive editing" option instead.

{% hint style="info" %}
After enabling *open for co-authoring by default*, users may experience an issue opening Office file attachments from Outlook. If so, this can be caused by a Microsoft Defender policy. See [Microsoft Office](/microsoft-office.md#access-denied-opening-a-zeedrive-link-or-office-document-from-outlook)for resolution steps
{% 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.zeedrive.com/administration-guide/co-authoring-and-exclusive-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.
