# Container Sharing

You can share your container with others to collaborate or showcase your projects.&#x20;

Click the **\[Settings]** button (<img src="/files/IPBdZsoTV6W89QYMU9r7" alt="" data-size="line">) of the container you want to share on the Dashboard page. On the Container Settings page, click the **\[Share]** button (<img src="/files/LjuEXqwRpnPxb5V6iq3b" alt="" data-size="line">) at the top-right corner.

### **Share as an email**

{% stepper %}
{% step %}
Enter the email address of the user you want to invite to the container. The user's email must be the email registered with Arkain.
{% endstep %}

{% step %}
Select permissions to access the container.

<table><thead><tr><th width="241">Permission</th><th>Possible actions</th></tr></thead><tbody><tr><td>Readonly</td><td><ul><li>Source code view</li></ul></td></tr><tr><td>Editable(non-root)</td><td><ul><li>Source code view, <strong>edit</strong></li></ul></td></tr><tr><td>Editable(root)</td><td><ul><li>Source code view, edit</li><li><strong>Version control (Git)</strong></li><li><strong>Configuring init script</strong></li><li><strong>URL/Port</strong></li><li><strong>Environment Variable</strong></li></ul></td></tr><tr><td>Editable &#x26; sharable (root)</td><td><ul><li>Source code view, edit</li><li>Version control (Git)</li><li>Configuring init script</li><li>URL/Port</li><li>Environment Variable</li><li><strong>Sharing Container</strong></li><li><strong>Changing member permissions</strong></li></ul></td></tr></tbody></table>
{% endstep %}

{% step %}
Click the **\[Invite]** button to share the container with the selected user.
{% endstep %}
{% endstepper %}

### **Share by link**

{% stepper %}
{% step %}
Set the sharing scope and permissions above the Members list for the link.

Only members who have been invited to the container will be able to access the container using the link.&#x20;
{% endstep %}

{% step %}
Share the link with the users who you want to invite.
{% endstep %}

{% step %}
Users who access the container through the sharing link will receive access to the container based on the sharing link settings.
{% endstep %}
{% endstepper %}

Also, you can share a container from the Workspace settings.

{% content-ref url="/pages/DV1g0ryp8T03Q2LFsaZn" %}
[Container Sharing](/user-guide/workspace/collaboration/container-sharing.md)
{% endcontent-ref %}


---

# 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.arkain.io/user-guide/dashboard/container/container-management/container-settings/container-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.
