# IMPORTANT

In order to enable proper mapping of metaverse local data set and remote data set, it uses following package to generate unique ids called guids: <https://openupm.com/packages/com.sag.guid-references/>. The package does the job, but a have potentially dangerous behaviour that may almost forever unlink the feature from remote data set, which in other words removes all real-time changes made, i.e. an image of an NFT with link on OpenSea may disappear

<figure><img src="https://2540630353-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk4EogWusoxJQBt7VlQ6B%2Fuploads%2FC02Issknuh2Za4UikZKQ%2Ffragile%20guid.png?alt=media&#x26;token=1973380a-4e8a-471f-a8cb-98469fa3a240" alt=""><figcaption><p>GUID example</p></figcaption></figure>

This only happens when somehow Reset method was trigger on this component when you are working on your project in Unity3D, because apparently guid is regenerated everytime the component is resetted

<figure><img src="https://2540630353-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk4EogWusoxJQBt7VlQ6B%2Fuploads%2F4Dd3FPdx1QYLq7Tyf8Gf%2Ffragile%20guid%201.png?alt=media&#x26;token=e872029f-3355-4aad-9674-70b84bc0487e" alt=""><figcaption><p>Reset method</p></figcaption></figure>

So, please, be carefull when you are working with it. The same function also is triggered everytime you reset a prefab in case if GUID component is attached to a prefab.


---

# 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://outreal-xr.gitbook.io/holofair-sdk/development/important.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.
