# Include Items in Letters

{% hint style="info" %}
**Items require Game Creator 2 Inventory module**

If Inventory is detected when Mailbox is installed, the integration will be installed automatically. If you install Inventory afterward, you can manually trigger the integration check via the Unity toolbar: **Game Creator > Mailbox > Detect and Install Integration**
{% endhint %}

<figure><img src="/files/IhE6s1en0EIyCUx0vnYB" alt=""><figcaption><p><strong>Adding Items to the Letter:</strong><br>Click the <strong>➕ item</strong> to include an item in the letter. Then, click inside the <strong>None</strong> field to select the item asset to be given.</p></figcaption></figure>

<figure><img src="/files/4d2NiDmprO98PglKlwhf" alt=""><figcaption><p><strong>Customizing Item Details:</strong><br>To set the <strong>amount</strong> of the item or add <strong>special properties</strong> to the item, click the <strong>small gray list icon on the item</strong> to open the <strong>details window</strong>. Here, you can edit the <strong>amount</strong> and <strong>properties</strong>. Use the <strong>Add Properties</strong> button to include more properties.</p></figcaption></figure>

<figure><img src="/files/uMzphphE3sH4IZ3dpR1V" alt=""><figcaption><p><strong>Receiving Items from a Letter:</strong><br>When the player <strong>opens the letter</strong> and <strong>clicks the item</strong>, they will receive the <strong>specified amount</strong> of the item along with its <strong>set properties</strong>.</p></figcaption></figure>

<figure><img src="/files/GNcpNtF7MgTfN8gcnXaY" 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://docs.fullscreen.no/info/game-creator-2-assets/mailbox/guides-and-demo-scene/include-items-in-letters.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.
