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

# Getting Started

- [Basic Game Play](https://docs.milliononmars.com/playerguide/getting-started/basic-game-play.md): Duskworks Index for New Martian Entrepreneurs
- [Actions and Stamina](https://docs.milliononmars.com/playerguide/getting-started/basic-game-play/actions-and-stamina.md): AADZ: Task Guide
- [Doing Jobs for Other Players](https://docs.milliononmars.com/playerguide/getting-started/basic-game-play/doing-jobs-for-other-players.md): Duskworks Hand-Guide: Resume Not Required
- [Scavenging](https://docs.milliononmars.com/playerguide/getting-started/basic-game-play/scavenging.md): Duskworks Hand-Guide: Ejecta? Debris? Treasure.
- [Basic User Interfaces](https://docs.milliononmars.com/playerguide/getting-started/basic-user-interfaces.md): Duskworks Holo-Wrist Device Informational Guide
- [The Shop](https://docs.milliononmars.com/playerguide/getting-started/basic-user-interfaces/the-shop.md): Duskworks Registration Brochure: Phobos-No-More
- [The Marketplace](https://docs.milliononmars.com/playerguide/getting-started/basic-user-interfaces/the-marketplace.md): Duskworks Registration Brochure: Settler's Market
- [Inventory](https://docs.milliononmars.com/playerguide/getting-started/basic-user-interfaces/inventory.md): Duskworks Registration Brochure: Habitation Registry
- [Game Navigation Overview](https://docs.milliononmars.com/playerguide/getting-started/basic-user-interfaces/game-navigation-overview.md): Duskworks Registration Brochure: Terminal Tutorial
- [Being a Land Owner](https://docs.milliononmars.com/playerguide/getting-started/being-a-land-owner.md): Duskworks Land Owner Informational Guide
- [Gen 1 vs Gen 2 Land vs Gen 3 Land](https://docs.milliononmars.com/playerguide/getting-started/being-a-land-owner/gen-1-vs-gen-2-land-vs-gen-3-land.md): Million on Mars has two series of Land Deeds - Generation 1, Generation 2 and Generation 3.
- [Buying Land](https://docs.milliononmars.com/playerguide/getting-started/being-a-land-owner/buying-land.md)
- [Depositing Land Deeds](https://docs.milliononmars.com/playerguide/getting-started/being-a-land-owner/depositing-land-deeds.md)
- [Claiming a Plot](https://docs.milliononmars.com/playerguide/getting-started/being-a-land-owner/claiming-a-plot.md)
- [Viewing your NFTs](https://docs.milliononmars.com/playerguide/getting-started/being-a-land-owner/viewing-your-nfts.md)
- [Moving Your Buildings](https://docs.milliononmars.com/playerguide/getting-started/being-a-land-owner/moving-your-buildings.md): Duskworks Shipping
- [Renting Out Your Buildings](https://docs.milliononmars.com/playerguide/getting-started/being-a-land-owner/renting-out-your-buildings.md)
- [Mini-DTMs](https://docs.milliononmars.com/playerguide/getting-started/mini-dtms.md): Duskworks Guide: How to Get Your Private Space On Mars
- [Referrals](https://docs.milliononmars.com/playerguide/getting-started/referrals.md): Duskworks Hand-Guide: Four Hands are better than Three.
- [Ambassador Program](https://docs.milliononmars.com/playerguide/getting-started/ambassador-program.md): Welcome to the Million on Mars Ambassador Program!


---

# 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.milliononmars.com/playerguide/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.
