> For the complete documentation index, see [llms.txt](https://docs.kryptokrona.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kryptokrona.org/about/getting-started.md).

# Getting Started

### What is Kryptokrona?

Kryptokrona is a fast, easy and private cryptocurrency which allows you to send money to friends and businesses.

One of Kryptokrona's main goals is to make things as simple and as accessible as possible for everyday people, creating a cryptocurrency which is inviting, fun and friendly.

Below is essentially a checklist of tasks you have to do to get started with Kryptokrona.

### 1. Setting Up a New Wallet

There are multiple types of wallets you can use with Kryptokrona.

To view a list of them, their interface and a brief description, as a well as guides on how to use them, you can check [this guide](/guides/wallets/making-a-wallet.md).

### 2. Start Mining Kryptokrona

Mining is essentially the process of using your computer to help verify and secure a cryptocurrency network, in our case, it is the Kryptokrona network. By doing this, you will be rewarded with Kryptokrona.

If you want to learn about cryptocurrencies, mining is a great place to start!

To view an in-depth guide on how to mine Kryptokrona, you can view [this guide](/mining/mining.md)

### 3. Socialize!

We have an awesome community and would love for you to join in!

You can join our [Discord](https://discord.gg/nRK5k7wYy8) We can't wait to see you :)


---

# 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://docs.kryptokrona.org/about/getting-started.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.
