# Getting Started

The requirements to start playing CryptoBlades are a Binance Smart Chain compatible wallet such as MetaMask, and BNB to be used for purchasing SKILL and to pay for gas fees.

MetaMask can be installed as a browser extension, or as an application on your mobile devices.

The instructions to install MetaMask can be found here:

{% content-ref url="getting-started/metamask-wallet-setup" %}
[metamask-wallet-setup](https://cryptoblades.gitbook.io/wiki/getting-started/metamask-wallet-setup)
{% endcontent-ref %}

Once your MetaMask wallet has been setup, instructions to purchase SKILL on a DEX can be found here:

{% content-ref url="getting-started/purchasing-skill" %}
[purchasing-skill](https://cryptoblades.gitbook.io/wiki/getting-started/purchasing-skill)
{% endcontent-ref %}


---

# 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://cryptoblades.gitbook.io/wiki/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.
