> 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.md).

# Managing your secrets

View, add, edit, and manage secrets and secret items from the Cerby mobile app.

{% content-ref url="/pages/aMgqunJy28P0NkdJvr6r" %}
[View your secrets](/cerby-mobile-app/secrets/managing-your-secrets/view-your-secrets.md)
{% endcontent-ref %}

{% content-ref url="/pages/H9yA6NPUvZtkLMjRwyqt" %}
[View a secret](/cerby-mobile-app/secrets/managing-your-secrets/view-a-secret.md)
{% endcontent-ref %}

{% content-ref url="/pages/qm0vmqVVEg5cnEXh9MWY" %}
[Add a secret](/cerby-mobile-app/secrets/managing-your-secrets/add-a-secret.md)
{% endcontent-ref %}

{% content-ref url="/pages/ed0oinZFpG6LM0fsZoPm" %}
[Add a custom item](/cerby-mobile-app/secrets/managing-your-secrets/add-a-custom-item.md)
{% endcontent-ref %}

{% content-ref url="/pages/VGKFGI8kmazJxCFHuAP5" %}
[Add a database item](/cerby-mobile-app/secrets/managing-your-secrets/add-a-database-item.md)
{% endcontent-ref %}

{% content-ref url="/pages/es0oaNRgJasuyRqfWLjW" %}
[Add a server item](/cerby-mobile-app/secrets/managing-your-secrets/add-a-server-item.md)
{% endcontent-ref %}

{% content-ref url="/pages/AoLEGmC4BiS3cjJaiFp1" %}
[Add a software license item](/cerby-mobile-app/secrets/managing-your-secrets/add-a-software-license-item.md)
{% endcontent-ref %}

{% content-ref url="/pages/ueveGWd6qYqbTa1MMoj5" %}
[Add a Wi-Fi item](/cerby-mobile-app/secrets/managing-your-secrets/add-a-wifi-item.md)
{% endcontent-ref %}

{% content-ref url="/pages/84Y8uY3b2ojX9eOAOXty" %}
[Add an SSH key item](/cerby-mobile-app/secrets/managing-your-secrets/add-an-ssh-key-item.md)
{% endcontent-ref %}

{% content-ref url="/pages/lYClsD4xxMeHORdfWMMx" %}
[Edit a secret or secret item](/cerby-mobile-app/secrets/managing-your-secrets/edit-a-secret-or-secret-item.md)
{% endcontent-ref %}

{% content-ref url="/pages/rHCZKiBrmlmWQkfoPB46" %}
[Download the attachments of a secret and secret item](/cerby-mobile-app/secrets/managing-your-secrets/download-the-attachments-of-a-secret-and-secret-item.md)
{% endcontent-ref %}


---

# 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.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.
