# Remember

The **Remember** component lets you save specific data with dedicated memory. The UMA Integration module offers pre-made memories specifically designed for UMA characters.

<figure><img src="/files/49ueCXpRpBV3gkualtxD" alt="" width="563"><figcaption><p>Remember Components with UMA Integration's Memories</p></figcaption></figure>

## Memories

* **Race Memory** : Allows to save the current active **Race** of an UMA Avatar.
* **DNA Memory** : Allows to save the current **DNA** values of an UMA Avatar.
* **Wardrobes Memory** : Allows to save the current **Wardrobes** of an UMA Avatar.
* **Shared Colors Memory** : Allows to save the active **Shared Colors** of an UMA Avatar.
* **Avatar Definition Memory** : Allows to save the **Avatar Definition** of an UMA Avatar.
* **Avatar Recipe Memory** : Allows to save the **Avatar Recipe** of an UMA Avatar.

{% hint style="success" %}
The **Remember** component containing **UMA Integration's** memories can be attached to either the Character or Avatar game object.
{% endhint %}

To learn more about **Remember** component, kindly visit the [official documentation](https://docs.gamecreator.io/gamecreator/advanced/save-load-game/remember/#remember).


---

# 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://niam.gitbook.io/documentation/game-creator-2/uma-integration/remember.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.
