> 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/getting-started-with-bizgift-game/player.md).

# Player

After logging into the Bizverse app, players click **Earn** at the bottom of the screen to start with the **Gift Game**. In the **Bizverse Gift** section, click **Play Now** to get started.

![](https://10301704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKey2YpAPdhCvSW0h3feg%2Fuploads%2FEi6pTD7Of472QtRm0C0v%2Flog.gif?alt=media\&token=93106352-7cc9-4a4d-95e1-55cf174179bf)

### Gift Hunting

![](https://10301704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKey2YpAPdhCvSW0h3feg%2Fuploads%2FUzEFj1nTATumfvnENulE%2Fgift%20hunting.gif?alt=media\&token=0e6dc952-b087-420b-baae-dc87f5b4d2c6)

Within a radius of 30 kilometers, players will see gifts. However, at this time, the system does not allow players to collect those gifts. If the player clicks on the gift, the system will display a message ***"You are at the far gift, please come closer to collect."***

Within a radius of 5 meters to 10 meters, players can collect gifts that appear. When the player clicks on the gift, the system will automatically turn on the AR tool. At this point, the player needs to move the phone to find the specific location of the gift.

When a gift model appears, the player double-clicks on the model, the system will check if there is a gift.

* If there are gifts left: the player collects that gift. When clicking on the gift, the system asks the player to check-in before receiving the gift—Check-in time within one day.
* If there are no gifts left: the system notification to the player that the gift has run out.

### Gift Manager

![](https://10301704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKey2YpAPdhCvSW0h3feg%2Fuploads%2FvBMZOJSwxT14wnifM1Pu%2Fwallet.png?alt=media\&token=7c572a12-4571-4649-a202-820a2437fabf)

The collected gifts will appear at **My** **Gift**. These gifts will be divided into three categories. Each type has a different usage:

* **NFTs**: saved in **My Inventory** on **MarketPlace.** NFTs are used for trading at **MarketPlace**.
* **VRA**: saved in **Game Wallet**. VRA is a form of digital asset used internally within the BIZVERSE ecosystem. Players can use VRA to perform exchange operations in the Bizverse system.
* **Gift Card**: saved in **My Gift**. Gift cards are used to scan and exchange rewards directly at the business. Players can also use gift cards to give to their friends.


---

# 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/getting-started-with-bizgift-game/player.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.
