# Secrets

Authenticated route: `/secrets`

Login page: <https://console.quickpod.io/log-in>

## What secrets are

QuickPod secrets are reusable sensitive values stored in your account for later use by pods, storage workflows, or automation.

## Current secrets page behavior

The current Secrets page is focused on reusable pod secrets for runtime configuration and automation.

## Why use secrets

Use secrets when you need to avoid hardcoding values into:

* templates
* manual runtime commands
* cloud sync setup
* pod configuration flows

## Related docs

* [Settings](/console/settings.md)
* [Storage & Cloud Sync](/console/storage-and-cloud-sync.md)
* [API Documentation](/api-and-cli/api-documentation.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.quickpod.io/console/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.
