# Envs & Secrets

On the envs & secrets page you can configure the environment variables and secrets for your application. The environment variables are key-value pairs that are injected into the container. The secrets are sensitive data that are stored as **Kubernetes secrets**. The secrets are base64 encoded and can be used as environment variables or mounted as files. You can simply copy and paste the content of your `.env` file or secret file into the text area.

Both the environment variables and secrets are available in the container as **environment** variables.

<figure><img src="/files/aigwNLiyga1fG9eaQGpP" alt=""><figcaption><p>envs &#x26; secrets overview</p></figcaption></figure>


---

# 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.one-click.dev/platform/envs-and-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.
