# PLAY Sample Package

In case you want to see our sample DEMO scene implementation you need to use our Sample package.

Import the sample package by pasting following into your manifest.json file:

```json
"io.getready.rgn.sample": "https://github.com/readyio/RGNSample.git#0.10.0-dev.529",
```

After the package is imported, you can see it in Unity Package manager (Window->Package Manager):

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

After you import the Sample, you'll see a new folder in your Assets folder. You can open the DEMO scene from the Sample. Unity will ask you to import the TextMeshPro Essentials in case you have not done it already

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

The DEMO sample scene looks like this:

<figure><img src="/files/8USG82IwCli3cumTrtlt" alt=""><figcaption></figcaption></figure>

By default the user is logged in as a guest user. So, everything you'll do, will be stored in the cloud.\
At the start you can visit the Store Test and try to buy some items.

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

If you click on Virtual Items you can see similar UI:

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


---

# 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/environment-setup/play-sample-package.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.
