> 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/secrets/managing-access-to-your-secrets/share-a-secret.md).

# Share a secret

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

* Workspace **Owners**, **Super Admins**, **Admins**, **Users**, and **Guest Users**
* Secret and secret item **Owners**
* Supported using the Cerby web app and mobile app
  {% endhint %}

To share a secret or secret item, you must complete the following steps using the Cerby mobile app:

1. Open the Cerby mobile app.
2. Log in to your Cerby workspace.
3. Activate the Secrets tab located at the top of the screen. All your saved and shared secrets and secret items are displayed.
4. Tap the corresponding secret card. The secret details screen is displayed. ​**NOTE:** If you have an identity challenge configured, the Cerby mobile app confirms your identity automatically.
5. Tap the **Share** (<img src="/files/iiHXqyuEEEfgrq8fwIAm" alt="" data-size="line">) icon on Android or the **Share** (<img src="/files/cjCW9jbtSaxJJUbrBaVL" alt="" data-size="line">) icon on iOS located at the top right of the screen.
   * The **Share item** screen is displayed on Android.
   * The **Share secret** screen is displayed on iOS.
6. Enter the member or team's name 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 displayed in the **Members and Teams** section.
8. Repeat steps 6 and 7 as necessary to select multiple members or teams.
9. Select the role to assign to the members and teams from the drop-down list:
   * **Owner:** Members and team can share access, edit, add attachments, and manage the secret settings.
   * **Collaborator:** Members and teams can only view the secret and download the attachments. ​**NOTE:** When you select a member with the **Login-only** role, they are listed in the **Login-Only** section, and you can only select the **Collaborator** role for them.
10. Customize the message to send when you share the collection in the **Message** field.
11. Tap the **Share** **item** button on Android or the **Share** button on iOS. The screen closes, and the users with shared access are displayed in the **Members** section of the secret details screen.

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/secrets/managing-access-to-your-secrets/share-a-secret.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.
