# Battlepass configuration

## Installation:

### Step 1: Download BattlePass

To install BattlePass, first, you need to download it. You can find the download links in the [Download Links](/documentation/battlepass/dowload-links.md) section.

### Step 2: Install the plugin

* **Plugin Installation**:
  * After downloading, locate the BattlePass file.
  * Move this file to your server's `plugins` folder.
* **Server Restart**:
  * Restart your server. Once restarted, BattlePass will be ready for use!

## Creating a Battlepass

### Step 1: Accessing the Editor

* To start creating a BattlePass, execute the command: `/battlepassadmin editor`.
* For more information about commands, refer to the [Commands](/documentation/battlepass/commands.md) section.

### Step 2: Create a New Battlepass

* Once the menu opens, click on 'Create new battlepass'.
* Enter the name of your BattlePass in the chat when prompted.

<figure><img src="/files/w7X4SJHolc6p0GDClLlt" alt=""><figcaption></figcaption></figure>


---

# 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://docs.anotherlevel.it/documentation/battlepass/battlepass-configuration.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.
