> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Environment Secrets

> Securely store and access credentials across your workflows.

## Overview

Environment Secrets are global variables used for securely storing and accessing secure values across your workflows. For example, you can store a global authorization token for your API to use in all Request steps that send a request to your API.

<Note>
  **Note:** You must be an Admin to manage Environment Secrets. [Learn more](/managing-account/teams#managing-roles-and-permissions).
</Note>

To set up Environment Secrets:

**1. Click on "Settings" in the sidebar, then click on "Environment Secrets".**

<Frame>
  <img src="https://mintcdn.com/paragon/7RZyQGncIlY8Xl4A/assets/Going%20to%20settings%20in%20Paragon.gif?s=f9cbf0e392ac1e5c79086df7651d1019" alt="" width="470" height="298" data-path="assets/Going to settings in Paragon.gif" />
</Frame>

**2. Enter details for your new Environment Secret.**

Set **Key** to a descriptive and recognizable name. This easily identifies it in the variable menu.

<Frame>
  <img src="https://mintcdn.com/paragon/EuLlf5VxgsSnEq57/assets/Creating%20environment%20secrets%20in%20Paragon.gif?s=808cf7c8013ea75688da5508745288ec" alt="" width="1426" height="658" data-path="assets/Creating environment secrets in Paragon.gif" />
</Frame>

## Using Environment Secrets

Environment Secrets appear at the bottom of the variable menu. Selecting one uses the `Value` stored in the Environment Secret.

<Frame>
  <img src="https://mintcdn.com/paragon/867oBBVpxd2C3zc4/assets/Using%20environment%20secrets%20in%20Paragon.gif?s=3cdf876698394c96d82aed3dd1d09d15" alt="" width="842" height="686" data-path="assets/Using environment secrets in Paragon.gif" />
</Frame>

## Updating an Environment Secret

Click on the triple-dot menu to the right of the Environment Secret you'd like to update. After confirming the update, the Environment Secret will update in any workflows it's used in.

<Frame>
  <img src="https://mintcdn.com/paragon/HSp5hB8tE4Z6e44m/assets/Updating%20environment%20secrets%20in%20Paragon.gif?s=48065b6705dadbc79d2e1763447435b3" alt="" width="1466" height="658" data-path="assets/Updating environment secrets in Paragon.gif" />
</Frame>

## Deleting an Environment Secret

Click on the triple-dot menu to the right of the environment secret you'd like to delete. After confirming the deletion, the Environment Secret will get removed from any workflows.

<Frame>
  <img src="https://mintcdn.com/paragon/EuLlf5VxgsSnEq57/assets/Deleting%20environment%20secrets%20in%20Paragon.gif?s=b051d81f6d226c798975cc9335521481" alt="" width="1426" height="658" data-path="assets/Deleting environment secrets in Paragon.gif" />
</Frame>
