> For the complete documentation index, see [llms.txt](https://docs.landboard.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.landboard.io/apps/main-app.md).

# Main app

At the core of the ecosystem, lays the Landboard App. This app features the interaction & some of the use cases for Tiles.&#x20;

It allows users to:

* Mint tiles on the blockchain
* Manage their tiles
* Use Tiles for marketing, promotion & publicity
* Manage rewards & referrals
* Find Tiles on the real map

## Map

The map features the map of Romania with Tiles.&#x20;

<figure><img src="/files/ThKxmmH6NGmCOJabmxRf" alt=""><figcaption><p>Map preview</p></figcaption></figure>

* select tiles to mint
* view tiles

## Leaderboard

<figure><img src="/files/Zs6yX1oGXhNSUYFIkv3R" alt=""><figcaption></figcaption></figure>

The leaderboard provides insightful data of the Landboard App users & ranking. Currently, it provides data about:&#x20;

* Top Tiles holders
* Top LAND token holders
* Top NFT collections displayed in app
* Most viewed Tiles

## Rewards

The rewards page provides insightful information about your Tiles earning & referrals.

There are two types of rewards:

* Tiles staking
* Referrals

You can learn more about&#x20;

## Profile & Tiles

The profile page is meant to be one of the central places for user interaction - allowing the users to manage & make use of their Tiles in many creative ways.

It features:&#x20;

* Your owned NFTs
* Adding links, images to Tiles
* Setting your Tile name
* Modifying your App profile (profile picture, name)


---

# 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.landboard.io/apps/main-app.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.
