# Edit Dungeon Leaderboards

![Leaderboard For Dungeon #1](/files/PM4Rf13gO6BSUcqO8WvH)

## Dungeon Leaderboards Explained

The dungeon leaderboard is a list of players who have interacted with your dungeon and entered a username to record their score at the end.&#x20;

Sometimes you'll want to clear that leaderboard when you're starting a contest for example. Other times you just want to delete a particular user for cheating, having an inappropriate username, etc.&#x20;

This section will explain how to do both.&#x20;

## Clear Leaderboards

You've decided to clear the leaderboards associated with your dungeon. How do you do this?

Head over to Dungeon Manager dApp by visiting <https://generativedungeon.com> and clicking the Owners tab in the top menu. Alternatively, click the Dungeon Manage dApp at the top of this page.

![Owner's Tab](/files/KziJRuxDDJ3z37IVLYmq)

Click "Connect Metamask" in the upper right

{% hint style="info" %}
Note: you must connect with the wallet that holds the dungeon whose leaderboard you wish to clear.&#x20;
{% endhint %}

If you're using a Ledger wallet, turn it on first, then click on Metamask and choose the Connect Hardware Wallet menu.

![Connecting via Metamask with a Hardware Wallet](/files/Y1nTWSeFAf1fYypEqYTa)

Choose the Dungeon Maintenance menu from the Owners page, and click "Claim Owned Dungeons:"

![Claim Owned Dungeons](/files/48hVnDCMc8IK733RUrtm)

You'll be prompted to sign a message. You won't be charged any gas, and no transaction will take place.&#x20;

{% hint style="info" %}
This signature is completely safe, and is used to confirm that you are the owner of this wallet address.
{% endhint %}

![Metamask Signature Request Screen](/files/ejfC73O6Gs62bAlmeDOH)

Once you have signed the contract, you'll be presented with a list of dungeons that are available within the selected wallet.&#x20;

![A list of the dungeons available in the current wallet](/files/X4Q9KPXzKHjK0e95KcI8)

Choose a dungeon, and you'll be presented with the Dungeon Maintenance screen for that dungeon.

![The Dungeon Maintenance Screen for Dungeon #1](/files/VdvC8NKAJZlsDb7YsG00)

To clear the leaderboard, click the "Clear Leaderboard" button at the top of the modal. For security reasons, you'll be prompted to sign another transaction before the clear is performed.&#x20;

## Delete Player

To delete a player, repeat the above steps until you reach the dungeon maintenance screen for you dungeon:&#x20;

![The Dungeon Maintenance Screen for Dungeon #1](/files/2MUQ43EJW6pXgMprB3hd)

To delete a player, enter their username in the "Enter username" field and click "Delete Player." For security reasons, you'll be prompted to sign another transaction before the player is deleted.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://generative-dungeon.gitbook.io/generative-dungeon/generative-dungeon-tutorials/edit-dungeon-leaderboards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
