> For the complete documentation index, see [llms.txt](https://docs.deversum.net/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deversum.net/v1/for-players/how-to-play.md).

# How to play

{% tabs %}
{% tab title="Starting & Menus" %}
Deversum is currently a game made for Windows 10 and 11 operating systems.

* You will need to download the current version of the game which is this:

{% embed url="<https://drive.google.com/file/d/1Ut726iC7feuIrijuxEca0yR8DE3G3aAy/view?usp=drive_link>" %}

Once downloaded you have to unzip and run the executable "**Deversum.exe**" in the root folder.

Once you press "**Start**" it will take you to a login page where the first time you will be asked for permissions to read your Phantom wallet in order to identify if you have a valid NFT to play with.

If you do not have a valid NFT you will be given the option to start the game with a gmail email.

Once you have logged in, you will be asked for a username to start, then you will enter the main menu of the game ->

<figure><img src="/files/4uSRgH2eekqMSM0lz84K" alt=""><figcaption><p><strong>Main menu Deversum "Pre-Alpha"</strong></p></figcaption></figure>

<mark style="color:blue;">**Play Single player ->**</mark> Individual game with bots.

<mark style="color:blue;">**Play Coop ->**</mark> Play with more players (currently only community administrators can create games).

<mark style="color:blue;">**Multiplayer ->**</mark> Only available in private games due to being in full development (vehicles and game modes such as elimination, etc...).

<mark style="color:blue;">**Characters and Weapons ->**</mark> To see all the weapons and characters available in Multiplayer mode.&#x20;

<mark style="color:blue;">**Region ->**</mark> Important to set the same region as the person creating the game (ask them).&#x20;

<mark style="color:blue;">**Options ->**</mark> To adjust video, voice and other controls.
{% endtab %}

{% tab title="Playing" %}

<figure><img src="/files/9H3vuIUjfhNYgPpRJVKn" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.deversum.net/v1/for-players/how-to-play.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.
