# Download the attachments of a secret and secret item

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

* Workspace **Owners**, **Super** **Admins**, **Admins**, and **Users**
* Secret and secret item **Owners**
* Available in the Cerby web app, browser extension, and mobile app

**NOTE:** For the Cerby web app and browser extension, read the article [Manage the attachments of a secret and secret item](https://help.cerby.com/cerby-web-app/secrets/managing-your-secrets/manage-the-attachments-of-a-secret-and-secret-item).
{% endhint %}

To download an attachment using the Cerby mobile app, you must complete the following steps:

1. Open the Cerby mobile app.
2. Log in to your corresponding workspace with the Cerby mobile app.
3. Activate the **Secrets** tab located at the top of the screen. All your saved and shared secrets are displayed.
4. Tap the corresponding secret card. The secret details screen is displayed on the screen.
5. Tap the corresponding attachment from the **Attachments** section.
   * **Android:** The file is downloaded to your mobile phone, and depending on the file format, its content may be displayed on the screen.
   * **iOS:** The file is shown in Preview mode. To download the file, complete the following steps:
     1. Tap the down arrow next to the name of the file. A menu drops down.
     2. Select the **Save to Files** option. The **Files** window opens.
     3. Select the location where you want to save the file.
     4. Tap the **Save** option at the top right side of the screen.


---

# 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://help.cerby.com/cerby-mobile-app/secrets/managing-your-secrets/download-the-attachments-of-a-secret-and-secret-item.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.
