# Game Servers

Connecting your game server is vital when creating a store. This way PayNow has the ability to execute commands to give your players their purchased kits, permissions, etc. This process is super easy and just three main steps!

1. Visit the [Game Servers](https://dashboard.paynow.gg/gameservers) page located on your dashboard.
2. Click **Add Game Server.**
3. Enter your server's name and the tick box for executing commands if applicable.
4. Select from the list of products you've created you wish to associated with this server.
5. Download the plugin for the appropriate game you're hosting on.
6. Install the plugin on your server and run the prompted command in your server's console.
7. That's it!

You should now see your server was added to your Game Servers page! You can click on the server for more details or to reset the token/command to run again if needed.&#x20;

<figure><img src="/files/LEo0ZO9gYStRqDv7pCfw" alt="Easily view your game server from PayNow&#x27;s dashboard to sync it and connect it to your store!"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://guides.paynow.gg/integration/game-servers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
