> For the complete documentation index, see [llms.txt](https://2dmiami.gitbook.io/2d.miami-memory-hunter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2dmiami.gitbook.io/2d.miami-memory-hunter/gameplay-mechanics/log-in-and-starting-point.md).

# Log-In and Starting Point

Players can use several types of log-in methods.

### **Guest login:**&#x20;

Players can log-in anonymously, without needing to create an account, so they can participate in events and visit specific land parcels. Guests will not be able to use a weapon, collect memory shards, or own NFT assets.

### **Email login:**

Players can register to the game via email only, email log-in will let players experience all of “2d.Miami: Memory Hunters”, they won’t be able to access power-ups or own NFT assets.

### **Av8tar login:**&#x20;

Players owning an Av8tar can log-in with their wallet. Once the game has made sure an Av8tar is present in the player’s wallet, they can start hunting for memories.&#x20;

### **Starting Area:**

Players land in Miami Beach, guided by Lina, a human narrator and the game developers' in-world voice. She introduces the game mechanics and objective, as well as inform the player on their story progression.

<br>


---

# 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://2dmiami.gitbook.io/2d.miami-memory-hunter/gameplay-mechanics/log-in-and-starting-point.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.
