> 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-your-secrets/download-the-attachments-of-a-secret-and-secret-item.md).

# 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
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-your-secrets/download-the-attachments-of-a-secret-and-secret-item.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.
