# Create New Leaderboard

## 01. Create AJLB Leaderboard

for use Discord leaderboard Premium you need to have Aj leaderboard, First follow following guide to create a new ajlb leaderboard if you don't have it yet

{% embed url="<https://wiki.ajg0702.us/ajLeaderboards/setup/>" %}

{% hint style="warning" %}
If you just created AJLB leaderboard before using DLP commands you have to [Reload the plugin](/resolving-issues/reload-dlp-plugin.md) and Refresh [Your Discord Client](/resolving-issues/reloading-discord-client.md) .
{% endhint %}

## 02. Use /Create Slash Command

{% hint style="info" %}
Most of DLP Command are moved to discord as slash command. You need Administrator Permission to Execute those slash commands.
{% endhint %}

### - Create Command Arguments

1. **`Name`** - New Unique Identifier for leaderboard embed.
2. **`Title`** - Leaderboard Embed Title / Image Title.
3. **`Leaderboard`** - AJLB Leaderboard name "Usually Placeholder without %%".
4. **`Timed Type`** - AJLB Timed Type.
5. **`Top`** - Amount of Players that's going to be displayed in Leaderboard.
6. **`Type`** - leaderboard Type.
7. **`Embed Template`** - Leaderboard Embed template (Usually Ends with .yml)
8. **`Image Template`** - Leaderboard Image template (Usually Ends with .html)
9. **`is Public`** - whether leaderboard is accessible to public via public /leaderboard command

## 03. Refresh Your Discord Client

Once new leaderboard created server will update the slash commands for use those newly edited slash command you may have to [Reload your discord client](/resolving-issues/reloading-discord-client.md). best way to do that is by pressing <mark style="color:yellow;">**`CTRL + R`**</mark>.


---

# 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://dlp.hapangama.com/general-guide/create-new-leaderboard.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.
