# Secrets

## Overview

The Secrets app in the Apolo Console allows users to securely store and manage sensitive data, such as API tokens, passwords, configuration values or files associated with their projects.

Secrets ensure that sensitive information remains protected while being accessible only to workloads of an authorized users within your project.

The Secrets app, accessible from the left-hand navigation menu, provides a centralized interface to:

* Create and manage secure key-value pairs.
* View a list of existing secrets in your project.
* Delete secrets that are no longer required.

{% hint style="info" %}
Once the secret is created, you can not read it's value via Apolo Console, Apolo CLI or update it.

You can only delete the existing secret and create a new one.

When you remove the secret, the currently running workloads will stay intact even if you recreate the secret.
{% endhint %}

To learn more about secrets management via Apolo CLI visit a [dedicated documentation](/index/apolo-cli/commands/secret.md) page.

If you are interested in secrets usage with Apolo Jobs, please check [this](/index/apolo-cli/topics/topic-secrets.md) page.

The use of secrets in Flows is the same as in the CLI. Simply reference your secret name in environment variable value or in volume mount configuration sections of tasks or volumes. For more details, check our [Flow documentation](/index/apolo-flow-reference/workflow-syntax/live-workflow-syntax.md).

## References

* [Apolo CLI: Secrets management](/index/apolo-cli/commands/secret.md)
* [Apolo CLI: Secrets usage](/index/apolo-cli/topics/topic-secrets.md)
* [Apolo Flow: configuration file reference](/index/apolo-flow-reference/workflow-syntax.md)


---

# 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://docs.apolo.us/index/apolo-console/apps/pre-installed/secrets.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.
