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

# Getting in Game

## <mark style="color:yellow;">First and foremost, make sure your PC meets the system requirements and has GUNZ</mark> [<mark style="color:blue;">downloaded</mark> ](/gunz-guide/getting-started/download-guide.md)<mark style="color:yellow;">and</mark> [<mark style="color:blue;">installed</mark>](/gunz-guide/getting-started/installation-guide.md)<mark style="color:yellow;">, along with having a</mark> [<mark style="color:blue;">GUNZ account</mark>](/gunz-guide/getting-started/registration-guide.md)<mark style="color:yellow;">.</mark>

* Once you have those ready, click on the GUNZ icon to open the launcher.
* Click the "Start Game" button to launch GUNZ

<figure><img src="/files/nOqHFVTxFIb6OgHSmMTu" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If there's any updates, they'll be installed automatically when you open the launcher.
{% endhint %}

<figure><img src="/files/XFMyecJNsLAINRqdWhhJ" alt=""><figcaption></figcaption></figure>

* The game will open and you'll be prompted with a login screen. You're going to have to enter the same credentials you [registered your GUNZ account](/gunz-guide/getting-started/registration-guide.md) with to login to the game.

<figure><img src="/files/HXBcMFSln2VXD7fSGZbN" alt=""><figcaption></figcaption></figure>

* Once you're done logging in, you'll be prompted to the character select screen.&#x20;

If you're a new player, you'll have to first create a character, make sure to use a unique name for your character that hasn't been taken up by any other player.\
\
\&#xNAN;*For more info on characters, check out* [**Equipment**](/gunz-guide/how-to-play-gunz/equipment.md)**.**

<figure><img src="/files/QqFbcVzAu4Dpb5pSc7vj" alt=""><figcaption></figcaption></figure>

* If you're done creating a character, select it and you'll be prompted to the channel lobby.\
  \
  Here you can create your own game lobby and join others.

<figure><img src="/files/4nfXhj1XrjBwusMkEXlf" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To find groups to play with, join our [Discord Server](https://discord.gg/gunz)
{% endhint %}


---

# 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://gunz.gitbook.io/gunz-guide/getting-started/getting-in-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.
