# Unreal

## 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 created using the [PLAY Dev Dashboard](https://ready.gg/developer/).

<details>

<summary>VirtualItem</summary>

* **id** (string): *Unique id for the virtual item.*
* **name** (string): *Name of the virtual item.*
* **description** (string): *Description of the virtual item.*
* **appIds** (List\<string>): *List of project id where your item can be accessed.*
* **createdAt** (long): *Date and time of the item creation.*
* **updatedAt** (long): *Date and time of the last update on the item.*
* **createdBy** (string): *User ID of the creator of the item*
* **updatedBy** (string): *User ID of the last person who updated the item.*
* **isStackable** (bool): Indicate if the item can be stored under the same ID in the inventory.
* **tags** (List\<string>): *List of tags to filter the items.*
* **properties** (List\<Property>): *List of properties you can store in json format to retrieve with the virtual item.*
* **prices** (List\<PriceInfo>): *List of prices defined for this item. Used to process transaction with the user's currencies.*

</details>

### Get Virtual Items

{% embed url="<https://blueprintue.com/blueprint/b3f51rro>" %}

### Get Virtual Items with pagination

{% embed url="<https://blueprintue.com/blueprint/8srbfmu>\_" %}

### Get Virtual Items by tags

{% embed url="<https://blueprintue.com/blueprint/euaz7l0y>" %}

### Get Virtual Items by ids

{% embed url="<https://blueprintue.com/blueprint/n-i0q6es>" %}

### Set Virtual Item properties

{% embed url="<https://blueprintue.com/blueprint/ynltfiz1>" %}

### Get Virtual Item properties

{% embed url="<https://blueprintue.com/blueprint/vmh4gebv>" %}

### Download Virtual Item image

{% embed url="<https://blueprintue.com/blueprint/m8nadt_c>" %}


---

# 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/unreal.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.
