> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/en/goormide/workspace/collaboration/contaienr-sharing.md).

# Contaienr Sharing

You can share your container with others to collaborate or showcase your projects. Even if someone doesn't have a goormIDE account, they can still access the shared container.

### Sharing a Container from the Container settings page

Navigate to the Contaienr settings page you want to share. Click on the `Share` button located in the top-right corner to open the `Share Container` modal.

#### Share with Members

1. Enter the email address of the user you want to share the container with.
2. Set the sharing permissions.
3. Click the `Invite` button to share the container with the selected user.

#### Share with Link

1. Set the sharing scope and permissions above the Members list for the link.\
   If you set the sharing scope to `Invited user`, only members who have been invited to the container will be able to access the container using the link. On the other hand, if you select `Anyone with a link`, any user can access the container using the link , even if they are not a member of the container.
2. Share the link with the users who you want to invite.
3. Users who access the container through the shared link will receive access to the container based on the sharing link settings.

### Sharing a Container from the Workspace

Navigate to the `Workspace` you want to share. Click on the `Share This Container` icon in the left toolbar to open the container sharing tab in the sidebar. You can share a container here.

#### Share with Members

1. In the `Share as an email` tab, enter the email address of the user you want to share the container with
2. Set the sharing permissions.
3. Click the `Share` button to share the container with the selected user.

#### Share with Link

1. Set the sharing scope and permissions for the link.
2. Share the link with the users who you want to invite.
3. Users who access the container through the shared link will receive access to the container based on the sharing link settings.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.goorm.io/en/goormide/workspace/collaboration/contaienr-sharing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
