# KEYS TO THE KINGDOM

- [General User Info](https://docs.blackdragon.io/getting-started/general-information.md): All you need to know before you get started.
- [Platform Manual](https://docs.blackdragon.io/getting-started/platform-manual.md): A step-by-step guide for successful Platform usage.
- [Step 1 - Set Up MetaMask Wallet](https://docs.blackdragon.io/getting-started/platform-manual/set-up-metamask-wallet.md): The first thing you need to get started is a digital wallet.
- [Step 2 - Token Lock-Up](https://docs.blackdragon.io/getting-started/platform-manual/step-2-token-lock-up.md): In order to calculate your pro-rata amount you will need to lock your xBDT.
- [Discord Manual](https://docs.blackdragon.io/getting-started/discord-manual.md): A step-by-step guide for successful Discord setup.


---

# 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.blackdragon.io/getting-started.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.
