# Unity Dashboard

> Manage Remote Config keys through the Unity Dashboard web interface.

[Unity Dashboard](https://dashboard.unity3d.com/) is a simple way to get started as it allows you to take full control of your keys through a graphical interface.
This section covers how you can preview, create, edit, and delete your keys.

## First Time Set Up##set-up-remote-config-keys

If this is the first time you are creating Remote Config keys:

1. Click the **Set up Remote Config** button.
2. Click **Check Environments** to verify your environments set up for your project.
3. Click **Install Package**
4. Click **Create your first key**
   1. Enter a **name** and the value **type** it represents.
   2. Select the value.
5. Click **Implement Code** to find a template C# script to access your new key from your runtime code. Click Finish to wrap up the set up.

## Preview keys##preview-keys

You can access all your Remote Config keys for an [environment](/services/service-environments.md) from Unity Dashboard. To access it:

1. In the [Unity Dashboard](https://dashboard.unity3d.com/), within the LiveOps section, select **Remote Config**.
2. Select **Config**.
3. Select an environment from the list of environments.

A list of all Remote Config keys in the selected environment for the project appears.
The table contains the name, type, value, tags, and [overrides](../game-overrides-and-settings).
You can sort the table by key name or use the pagination to see the full range of keys.

## Create a key##create-a-key

You can create a key by clicking the **Add Key** button.
A window will appear prompting you to include a name, type, value for this entry.

## Publishing your keys##publishing-your-keys

To make keys available to the game client, press the **Publish** button.
A window will slide in from the side to show you the changes since the last time the remote config keys were published.
Click **Publish** in the bottom right to confirm.

## Delete a key##delete-a-key

To delete keys from the [Unity Dashboard](https://dashboard.unity3d.com/):

1. Navigate to the Configuration page.
2. Select the **bin** icon. The state change column will mark this key as **Remove**.

> **Note:**
>
> > **Note:**
> >
> > Deleting a key that is in use by a live game causes errors in the game client.

3. To finalize your changes and remove this key from game clients, make sure to [Publish](#publishing-your-keys) your keys.
