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

# Ways to Play

There are as many ways to play Evolution Land as you can imagine, and it's still growing. Here are some typical player types we put together that might give you some ideas.

## The Landlord

The landlord owns at least one land with random resource reserves. He deploys his Apostles or hires other miner Apostles to mine resources from the ground for him. He pays RING compensation to compensate the miners according to working hours. Resources are essential for building construction, Furnace, and more.

## The Miner

Player breeds or purchases to get perfect miners that have greater mining productivity. Apostles have ten working properties, good at various activities. Mining is one of those.

## The Apostle Collector

The collector loves every Apostle, no matter how weird, ugly, or scary they might look. Their genes determine the Apostles' physical appearance and talents that their parents might inherit and mutate.

## The Breeder

The Breeder is a brilliant geneticist. They study their Apostle' genomes and experiment with different breeding pairings to create the most unique, rare, and, of course, capable Apostles.

## The Trader

The Trader has mastered the marketplace. They constantly buy and sell the most in-demand Lands, Apostles, Resources, or any other tradable items, always making offers, closing deals, and snatching up the most prized felines on the marketplace.

## The DeFiner

The DeFiner comes from the DeFi world. They understand how to provide liquidity to game tokens; in return, they are rewarded for their efforts.

## The Blacksmith

Blacksmith loves crafting and forging. They enchant Drills and other primary elements (according to Formula) to mint new powerful equipment to boost working power.

## The Governor

The Governor is interested in politics and active in voting for proposals about game parameters, such as tax rates, formula addition, and many other issues. The Governor obtains his voting power by either staking KTON token or owning Lands on the continent.


---

# 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.evolution.land/getting-started/get-started/ways-to-play.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.
