> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Manage Secrets in the Secrets Manager ## Article: Working with the Secrets Manager ## Article Link: https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/secrets-manager/manage-secrets-in-the-secrets-manager.md ## Article Content: # Manage Secrets in the Secrets Manager The [Secrets Manager](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/secrets-manager/about-the-secrets-manager.md) allows you to access and manage secrets securely, and use them in your site's code.
## Step 1 | Access the Secrets Manager There are multiple ways to access the [Secrets Manager](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fdeveloper-tools/secrets-manager), depending on which interface you are using. From **Wix Studio or Wix Editor**: 1. Navigate to **Developer Tools** in the code panel. 2. Click on **Secrets Manager** in the **Security** section. From the **dashboard:** 1. Navigate to **Developer Tools** in the dashboard menu. 2. Click on **Secrets Manager**. ## Step 2 | Manage your secrets Use the Secrets Manager to add, edit, and delete secrets in the Secrets Manager.  > **Note:** Changes in the Secrets Manager are applied immediately and don't require publishing the site.Warning: Changing a secret's name or value breaks all code that implements the secret.1. For the secret you want to edit, select **Edit** in the secret's **More Actions**
Warning:1. For the secret you want to delete, select **Delete secret** in the secret's **More Actions**
- Deleting a secret breaks all code that implements the secret.
- You cannot restore a deleted secret.