# Cloud Save in the Unity Dashboard

> Manage player data in Cloud Save through the Unity Dashboard interface.

You can use the Unity Dashboard to view and edit player data in Cloud Save.

## View data in the Unity Dashboard

From the [Unity Dashboard](https://cloud.unity.com), you can view data items belonging to particular players using the search functionality.

1. In the [Unity Dashboard](https://cloud.unity.com), go to **Development** > **Products**.
2. Select **Cloud Save**.
3. Select **Player Data** > **Manage Players** to open Player Management.
4. Select the correct [environment](/services/service-environments.md) from the environments switcher.
5. Enter the Player ID value in the field, then select **Find player**.

If the player has data stored with the Cloud Save service, the Dashboard returns a table of saved values. Select the **\< >** next to the value to view the entire field if it's cut off.

## Edit data in the Unity Dashboard

From the Unity Dashboard, you can modify data items belonging to particular players using the edit functionality.

### Editing data

The Cloud Save editor accepts JSON Data Types. You must provide values that adhere to the formatting rules of JSON Data Types.

1. Complete the [steps for viewing Cloud Save data](#view-data-in-the-unity-dashboard) in the Unity Dashboard.
2. Select the context menu icon next to the data item to edit.
3. Select **Edit**.
4. Make changes to the key value, then select **Next**.
5. Check your changes in the difference view, then select **Confirm**.

### Deleting data

> **Warning:**
>
> The removal of data is permanent and cannot be undone.

1. Complete the [steps for editing Cloud Save data](#edit-data-in-the-unity-dashboard) in the Unity Dashboard.
2. Select the context menu icon next to the data item to delete.
3. Select **Delete**.
4. Select **Delete** again.
