# Virtual Items

## Introduction

Virtual items are game items, that can be purchased using game currency or can be rewarded as completing an [Achievements](/play-sdk-documentation/sdk-integration-guides/achievements.md). The Virtual item can also be minted an turn into NFT through the[ PLAY Dev Dashboard](https://ready.gg/developer/).&#x20;

For example, a virtual item can be:

* Racing Game: It can be different types of cars.&#x20;
* Puzzle game: It can be a bunch of hints pack.
* Match-3 game: There can be different types of power-ups.
* Shooting Game: Different types of guns, ammo etc&#x20;

Virtual Items can be added using the [PLAY Dev Dashboard](https://ready.gg/developer/). In order to retrieve your list of virtual items you can use the following API.


---

# 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://playnetwork.gitbook.io/play-sdk-documentation/sdk-integration-guides/virtual-items.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.
