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

# Settings

> Configure your Metrion account, manage your API token, view provider keys, and control billing and alerts.

The Settings area is divided into five sections, accessible from the left navigation bar inside the dashboard.

| Section     | Route                 | What you can do                                             |
| ----------- | --------------------- | ----------------------------------------------------------- |
| General     | `/settings`           | Update display name, set currency preference                |
| Metrion Key | `/settings/token`     | View and copy your proxy token                              |
| Providers   | `/settings/providers` | Review and delete configured provider keys                  |
| Plan        | `/settings/billing`   | View your current plan, upgrade, or open the billing portal |
| Alerts      | `/settings/alerts`    | Navigate to the alerts page to manage rules                 |

## General

Go to [Settings](https://www.metrion.dev/settings) to view your account information and set your **currency preference** for cost display in the dashboard. Supported currencies are **USD**, **EUR**, and **CHF**. Cost graphs throughout the dashboard update to reflect your chosen currency.

## Metrion Key

Your **Metrion Key** (`sk-metrion-xxx`) is the token you use in your application instead of your provider's API key. When you point your SDK at Metrion's proxy endpoint, this token tells the proxy who you are and which stored provider key to use.

Go to [Settings → Metrion Key](https://www.metrion.dev/settings/token) to view your token and copy it to your clipboard.

<Warning>
  Treat your Metrion Key like a password. Anyone who holds this token can proxy requests through your account and consume your quota. Never share it publicly.
</Warning>

If you believe your token has been compromised, regenerate it immediately from the **Metrion Key** settings page. Existing code using the old token will stop working until you update it.

## Providers

Go to [Settings → Providers](https://www.metrion.dev/settings/providers) to see which provider API keys are saved to your account. Each entry shows the **provider name** and the **date the key was added**.

From this page you can **delete** a saved provider key. Deleting a key removes it from Metrion's encrypted storage. After deletion, remember to revoke the key in your provider's console as well — Metrion displays a reminder link for each provider after deletion.

<Tip>
  To **add** a new provider key or **replace** an existing one, go to the [Integrate page](https://www.metrion.dev/integrate). The Providers settings page is for reviewing and removing keys only.
</Tip>

## Plan

Go to [Settings → Plan](https://www.metrion.dev/settings/billing) to see your current plan (Free or Pro).

* **Free accounts** see an **Upgrade to Pro** button that starts the Stripe checkout flow.
* **Pro accounts** see a **Manage** link that opens the Stripe billing portal, where you can update your payment method, change your subscription, or download past invoices.

For a full breakdown of what each plan includes, see [Plans & Limits](/account/plans).

## Alerts

Go to [Settings → Alerts](https://www.metrion.dev/settings/alerts) for a direct link to the [Alerts page](https://www.metrion.dev/alerts), where you can create, edit, and delete alert rules. Alert rules are a **Pro** feature.
