> For the complete documentation index, see [llms.txt](https://docs.game-ox.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.game-ox.com/documentation/definitions.md).

# Definitions

* **Client App** *Your Client or your Mobile App.*
* **Client Server** *You App Server*
* **Game Client** *Game-Ox's Game.*
* **Game Server** *Game-Ox's Server*
* **User Token** *User Authentication API Token (Bearer, JWT..)*

### Scenario in short overview:

&#x20;

1- **Client App** open The **Game Client** Through a URL Provided by Game-ox.

2- **Client App** passes the required parameters to the **Game Client** URL.

3- **Game Client** passes the parameters sent by the app to the **Game Server**.

4- **Game Server** passes the required parameters to the **App Server** to get latest user info.

5- **Game Server** updates User Information received from the **App Server**

6- **Game Server** increase, decrease user coins through the App Server according the the **Game  Client** reactions.

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