# Set up your scene

**Easily Integrate Mailbox into Your Scene!**

Just **add a Mailbox component** to your P**layer character**, drag it into a **UI example** (**Farm, Adventure, or Computer**), and set up a **trigger** to activate it when needed

UI examples can be found in **Plugins > GameCreator > Installs > Mailbox.Examples\@1.0.0 > Prefabs** or **Plugins > GameCreator > Installs > Mailbox.InventoryExamples\@1.0.0 > Prefabs** if you own the Game Creator 2 Inventory module

**Don't Forget to Save Your Letters**

If you want to save letters in the Mailbox, make sure to add the **Mailbox Memory** to **Game Creator 2's Remember component**. This ensures that letters stay in the mailbox even after restarting the game! Additionally, the **read status**, **hidden status**, and whether an **item has been claimed or not** are also saved.

<figure><img src="/files/85YB6aTcBygFnTabjUcZ" alt=""><figcaption></figcaption></figure>

**Not Sure How It Works?**

Check out the **demo scenes** to see Mailbox in action! You can find them at:\
&#x20;**Plugins > GameCreator > Installs > Mailbox.Examples\@1.0.0 > Scenes** or **Plugins > GameCreator > Installs > Mailbox.InventoryExamples\@1.0.0 > Scenes** if you own the Game Creator 2 Inventory module


---

# 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://docs.fullscreen.no/info/game-creator-2-assets/mailbox/guides-and-demo-scene/set-up-your-scene.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.
