# Installation!

{% hint style="info" %}
Please read the instructions carefully before opening a ticket on our discord server
{% endhint %}

<details>

<summary><strong>First Step</strong></summary>

First, Download the plugin from [BuiltByBit](https://builtbybit.com/resources/topduels-the-ultimate-duels-plugin.49087/), then proceed to claim your license from the [support server](https://discord.gg/pikzstudios) to activate TopDuels

</details>

<details>

<summary>Second Step</summary>

Use the license key provided by the [support server](https://discord.gg/pikzstudios) and input it into the `configuration.yml` file under `License-Key:` Section.

</details>

<details>

<summary>Third Step (Optional)</summary>

You can now configure your database. For larget networks, we recommend using MySQL or MongoDB. We support the following databases:\
\
\- MySQL (External)\
\- MongoDB (External)\
\- SQLite (Flat-File)

</details>


---

# 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://topduels.pikzstudio.xyz/installation.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.
