# Overview

Reality Asset Data (Data Asset) refers to data assets that represent content within the game and are essential for sandbox mode.

This allows you to configure and modify parameters for your actors, game mode, skins, etc., at runtime.\
Most systems are designed to use RealityAssetData to make the game as modifiable as possible.

Once in-game, you can create derivatives of existing data assets, and then modify them directly within the game; they will be shared over the network by the server and saved.

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

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

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

<figure><img src="/files/toeon3yohaDAKDJYcxaO" 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://beyond-sandbox.gitbook.io/realitysdk/documentation/reality-asset-data/overview.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.
