> 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/basic-user-interfaces/game-navigation-overview.md).

# Game Navigation Overview

*A standard issue piece of technology that comes with the Access Badge is the Duskworks holo-wrist device. This small device that can be attached to either the wrist of a settler's EVA suit or connected to a monitor device will display information about your colony, current metabolism, energy levels and human stamina levels. The device can also fetch news broadcats from local Duskworks stations and connect with the global marketplace and shop systems in order to purchase supplies.*&#x20;

Once you have an access badge and a linked wallet at [*https://milliononmars.io/*](https://milliononmars.io/), you should be able to start playing! If you're getting errors, please [reach out for support](https://www.milliononmars.io/support).

Here's an overview of the main navigation. When you start playing you may not see all of these icons right away. That's OK! Just start playing, and you'll start to see how it all fits together.

![](/files/KTlgBq0826LQbMczLisy)

The main idea is that you want to use your stamina to perform work on Mars to earn "Dusk" -- that's the currency used by settlers who have flown in on Leon Dusk's flights out to the rogue zones of Mars.&#x20;

You can travel the land and take jobs offered by landowners to help build their settlements, and you can earn enough to buy your own little slice of heaven.&#x20;

Along the way, you can also scavenge for needed resources. Don't forget to eat every so often, to top up that needed stamina! To get started, click on the Mars globe in the upper left.&#x20;


---

# 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/basic-user-interfaces/game-navigation-overview.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.
