# Editor collaboration

You can collaborate with other users and work on the same maps. This is useful for publicly embedded maps where any teammate could fix or improve an issue, and also for joint research projects with other analysts.

To allow collaboration in your maps, open the **Shared map settings** and enable the **Collaboration setting:** "Allow other editors to edit this map"

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

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

After you enable this setting, all editors with access to this map will also be able to edit it. For example:

* If the map is[ shared with the organization](#sharing-options) (or if it's public) then all editors in your organization will be able to edit the map
* If the map is [shared exclusively with the group](#sharing-with-certain-groups) "Managers" then only editors that also belong to the group "Managers" will be able to edit the map.

{% hint style="info" %}
**Collaboration is only possible if all the sources in the map use shared connections.**

For security, private connections can't be used in collaborative maps. Otherwise, users in your organization could impersonate freely your database credentials.
{% endhint %}

Collaboration is **asynchronous.** If two users try to open the map at the same time, a pop-up will appear to decide who will take control of the map at that moment. If the current editor is away from the keyboard, the new editor can take control of the map in 30 seconds.

The current editor can also choose to deny the take over, remaining in control of the map until the map is closed.

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


---

# 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.carto.com/carto-user-manual/maps/sharing-and-collaboration/collaborative-maps.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.
