> For the complete documentation index, see [llms.txt](https://bingyanchi.gitbook.io/bingqueue-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bingyanchi.gitbook.io/bingqueue-guide/en-us/quick-start.md).

# Quick Start

## Step 1: Get Token

{% hint style="success" %}
If you buy a plugin from SpecotMC or BuiltByBit(MC-Market), you can skip this step.\
Token is required only if build version is used.
{% endhint %}

1. Contact me via [Discord](https://discord.gg/MZ74zFevCD) or email (<Bing_Yanchi@outlook.com>).
2. Send your `Discord#ID` or `email` in your "Profile Posts" to authenticate.
3. I will send your token to you.

{% hint style="warning" %}
Keep your token properly. Your token may be disabled if abuse is detected.
{% endhint %}

## Step 2: Fill in Config

1. Put `BingQueue-{version}.jar` into the `plugins` folder.
2. Run a server and close it.
3. Find the `BingQueue` folder in the `plugins` folder.
4. Fill in the `Token` sent to you in `Token` in `config.yml`.
5. Enter your MySQL information in `config.yml`.
6. Start the server, start using it!

> This guide is written by Tang\_Pudding, thanks!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://bingyanchi.gitbook.io/bingqueue-guide/en-us/quick-start.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.
