> For the complete documentation index, see [llms.txt](https://documentations.bizverse.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentations.bizverse.world/earn-in-bizverse/bizgift-game/bizgift-game-interface.md).

# BIZGift Game Interface

### 2D Character:

![](https://10301704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKey2YpAPdhCvSW0h3feg%2Fuploads%2FR74TFsHyEKKzPNaQ7CM1%2F2d.png?alt=media\&token=a3ef9de0-50da-48a8-84a2-c3f571a373cd)

Bizverse uses 2D models for the characters. When logging into the system, players can choose and set up characters according to their personal style. When the player moves in reality, their 2D character will also move in the Game's Map.

### Mapbox:&#x20;

The system built Game's Map, which is based on Mapbox.

### Compass: ![](/files/PHrwj1gpT9JNTZou4AwY)

In the bottom right corner. When the player moves in different directions, the compass moves along, helping the player determine the direction they are moving.

### Zoom in/ Zoom out:&#x20;

In the bottom right corner. Allows players to zoom in or zoom out for detailed/overall views on the Map.

### Rotate Left/ Right: &#x20;

Allows players to rotate left or rotate right instead of swiping directly on the Map to rotate.

### My location: ![](/files/xfUkH5ylFeiynT9ISN2J)

In the upper right corner. Players use it in case they want to find their current location quickly when they are going to some places on the Map.

### Direction:&#x20;

In the bottom right corner. Direct the player to a corresponding location.

### Gift's position:&#x20;

![](https://10301704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKey2YpAPdhCvSW0h3feg%2Fuploads%2F83U3ozMEG3BuNRvnTDZ7%2Fbusiness.png?alt=media\&token=6e4a9bad-b35a-4493-8e2e-d6d307e80c5f)

When Business registers to give gifts on the system, their gifts will appear at their address on the map. Users only see these gifts within a 30km radius when zoomed out.

Gifts will appear on the map in 2D for users to recognize and collect. When players have collected, a successful collection message will be displayed with information including ID, image (for NFT, the corresponding model with description); (for Gift card, there will be a QR Code on it).

### My Gift:&#x20;

![](https://10301704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKey2YpAPdhCvSW0h3feg%2Fuploads%2F4YztMGKMFQoWuQ2dJJBP%2Fvi.png?alt=media\&token=f9f5f91c-575a-474f-8db7-b8f8be1d74bd)

In the top right corner. Displayed as a wallet icon, it will manage the player's collected gifts.

### Notification:&#x20;

![](https://10301704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKey2YpAPdhCvSW0h3feg%2Fuploads%2FAEmMJn9afEiN7BPaLbDi%2Fbell.png?alt=media\&token=a4fa8441-cd95-45f4-ba3a-57f955d96fbd)

In the top right corner. Displayed as a bell icon, here user will get all notifications about **BIZGift**.

### BIZGift:&#x20;

Includes information about attractive gifts that players can receive.

### Event:

In the top right corner, next to the notification icon. Here is the event information in **BIZGift**. (Example: Store A will have a gift-giving program on....).


---

# 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://documentations.bizverse.world/earn-in-bizverse/bizgift-game/bizgift-game-interface.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.
