# Sharing

While keeping your resources well-organized, there are times when you need to share them between teams and users. The platform offers several ways to do this.

### Cloning

Cloning is one of the simplest methods to share resources. You can copy resources and data between teams by selecting "Clone to..." in the context menu and specifying the team to which you want to clone the item. Please note that you can only choose teams in which you are already a member.

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

### Share as Link

For more flexible resource sharing, you can create a unique link to grant access to the item. This allows you to share resources even with teams where you are not a member. When this link is opened in another team or workspace, you will see the option to clone the specific item.

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

### Data Commander

For more complex and extensive data exchange operations between teams and workspaces, you can make use of the [Data Commander](/data-organization/data-commander.md) tool. This tool provides additional capabilities for more flexible and controlled data movement and copying.

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

### [Instance Sync Application](https://ecosystem.supervisely.com/apps/one-way-instance-sync)

To transfer or synchronize resources between different instances of the platform, a dedicated [application](https://ecosystem.supervisely.com/apps/one-way-instance-sync) is present in ecosystem. It offers a convenient way to transfer data between various environments, providing broader collaboration opportunities.

<figure><img src="/files/EXc3SsJMQ5SZTYOFQd6r" 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.supervisely.com/collaboration/sharing.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.
