> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/cerby-mobile-app/collections/managing-your-collections/share-a-collection.md).

# Share a collection

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners**, **Super** **Admins**, **Admins**, **Users**, and **Guest** **Users**
* Collection **Owners**
* Supported using the Cerby web app and mobile app. For the web app instructions, read the article [Share a collection](https://help.cerby.com/cerby-web-app/collections/managing-access-to-your-collections/share-a-collection)
  {% endhint %}

As a collection **Owner**, you can share a collection with other workspace members and teams and select the role to assign to them on the collection. With this action, you extend access to all the items within the collection.

To share a collection, you must complete the following steps using the Cerby mobile app:

1. Open the Cerby mobile app on your mobile phone.
2. Log in to your Cerby workspace.
3. Activate the **Collections** tab located at the top of the screen.
4. Tap the corresponding collection card. A screen is displayed listing all the items and subcollections within the collection.
5. Tap the **Share** icon located at the top right of the screen. The **Share Collection** screen is displayed.\
   **TIP:** You can also share a collection from its details screen by tapping the **Settings** icon and then, the **Share** icon.
6. Enter the name of the member or team in the search bar. The members or teams that match the name are displayed on a list automatically.
7. Select the corresponding member or team from the list. The member or team is listed in the **Members and Teams** section.
8. Repeat steps 6 and 7 as necessary.
9. Select the role to assign to the members and teams from the drop-down menu:
   * **Owner:** Members and teams can share access to the collection, manage the item settings, and perform the actions of a **Collaborator**.
   * **Collaborator:** Members and teams can only log in to the accounts, view the secrets, and download the secret attachments.\
     **NOTE:** When you select a member with the **Login-only** or **Guest Use** r role, you can only select the **Collaborator** role for them.
10. (Optional) Customize the message to send when you share the collection in the **Message** field.
11. Click the **Share** or **Share item** button. The wizard closes, and a success message box is displayed.

Now you are done.


---

# 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.cerby.com/cerby-mobile-app/collections/managing-your-collections/share-a-collection.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.
