> For the complete documentation index, see [llms.txt](https://academy.kryptomon.co/the-kryptomon-academy-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.kryptomon.co/the-kryptomon-academy-1/getting-started/beginning-your-kmon-journey.md).

# Beginning Your KMON Journey

### **Hello Trainers and welcome to the world of&#x20;**<mark style="color:yellow;">**Kryptomon**</mark>**!**&#x20;

As you saw on the introductory page, Kryptomon is a videogame that runs on a [<mark style="color:blue;">blockchain network</mark>](broken://pages/TgQJxPQrhqyoa76wLNBA#what-is-blockchain). This is an emerging concept in gaming that allows users full ownership of the characters they play as well as the items and premium currency (KMON) earned along the way.  Kryptomon is a pioneer of this concept, empowering gamers to take their experience to the next level.

Join the next generation of gaming by creating your Kryptomon account in a few simple steps!&#x20;

1. [<mark style="color:blue;">Creating a Kryptomon Account</mark>](/the-kryptomon-academy-1/getting-started/beginning-your-kmon-journey/creating-a-kryptomon-account.md)
2. [<mark style="color:blue;">Choosing your Starter Kryptomon</mark>](/the-kryptomon-academy-1/getting-started/beginning-your-kmon-journey/choosing-your-starter-kryptomon.md)
3. [<mark style="color:blue;">Build your starter package</mark>](/the-kryptomon-academy-1/getting-started/beginning-your-kmon-journey/build-your-starter-package.md)
4. [<mark style="color:blue;">Checkout</mark>](/the-kryptomon-academy-1/getting-started/beginning-your-kmon-journey/checkout.md)

By clicking on the links above you will find all the information you need to get started! If you run into any problems along the way please check out our  Telegram Support Group or Discord Support Ticket and submit a request with their question and our support agents will get back to you as soon as they have an answer!

Discord Tickets Support: [Join Here](https://discord.com/channels/838723081395634197/1204018260949860352)\
Telegram Support Group: [Join Here](https://t.me/+g98PHK1ndxExMTg1)


---

# 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, and the optional `goal` query parameter:

```
GET https://academy.kryptomon.co/the-kryptomon-academy-1/getting-started/beginning-your-kmon-journey.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
