> For the complete documentation index, see [llms.txt](https://utgard.gitbook.io/utgard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utgard.gitbook.io/utgard/gameplay/start-a-game.md).

# 🎮 Start a game

To create an account and start playing Utgard while also setting up your wallet, follow these steps:

1. **Download and Install the Game**: Visit the app store on your mobile device (iOS or Android or Solana mobile) and search for "Utgard". Once you find the game, download and install it on your device.&#x20;
2. **Launch Utgard App**: Locate the Utgard icon on your device's home screen or app drawer and tap on it to launch the game.
3. **Sign In or Create an Account**: Upon launching the game, you'll be prompted to sign in with an existing account or create a new one. If you're new to Utgard, tap on the "Create Account" or "Sign Up" option.
4. **Enter Player Name**: Choose a unique player name that will represent you in the game. This name will be visible to other players during matches and in the game's social features.
5. **Non-Custodial Solana Wallet Creation**: Create your Solana in-app wallet which will allow you to store your UTG and SOL tokens.
6. **Deposit UTG and SOL tokens**: With your account and wallet set up, you can now deposit UTG and SOL tokens into your wallet. As UTG tokens can offer exclusive benefits within the game.
7. **Build Your Deck**: Utgard features a diverse array of units, each with its own unique abilities and strengths. Customize your army and deck based on your preferred playstyle and strategy.
8. **Start Battling**: With your army and deck ready, you're now prepared to start battling in Utgard! Tap on the "Battle" button to enter a match. Engage in epic battles across various arenas and conquer your foes to claim victory.
9. **Earn Rewards and Progress**: As you participate in battles and emerge victorious, you'll earn rewards such as gold, experience points, and shields. Use these rewards to upgrade your cards and advance through the game's ranks.
10. **Restore your Solana wallet (if needed) :** If you have lost access to your in-app wallet or Utgard mobile app you can recover it using your Seed Recovery Phrase by restoring your wallet on Backpack or Phantom web extensions.

By following these steps, you'll be able to create an account, set up your non-custodial wallet, and embark on your journey in the mythical realm of Utgard!


---

# 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://utgard.gitbook.io/utgard/gameplay/start-a-game.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.
