# ⚡Mail System

This system allows players to attach up to **7 items** in a single mail, streamlining in-game communication and item transfers.

<details>

<summary>How to Use the Mail System</summary>

1. **Sending Mail:**
   * Open your Mailbox from post box near NPC Julia in FLARIS.
   * Compose a message and attach up to 7 items if needed.
   * Enter the recipient’s name correctly and send the mail.
2. **Receiving Mail:**
   * When a new mail arrives, a notification will appear.
   * Open your mailbox to read the message.
   * All attached items will be automatically stored in your Vault.
   * Click on the items in the Vault to transfer them to your personal inventory.

</details>

{% embed url="<https://www.youtube.com/watch?v=sIWR-sHFCeM>" %}

<details>

<summary>🔔 Notification System</summary>

Whenever you receive a mail containing a message, an in-game notification **💌** will instantly appear. Simply click on the notification icon to open and read your message. This ensures that you never miss important messages from friends, guildmates, or system notifications.

</details>

<details>

<summary>📦 Automated Item Management</summary>

Gone are the days of manually retrieving items from your mailbox! The improved system now automatically places received items in your **Vault** inside your inventory.

* One click transfers the item to your personal inventory.
* Hover over an item to see the sender's name.

</details>

### Benefits of the Improved Mail System

* **Faster and more efficient communication.**
* **More convenient item management with automatic storage.**
* **No risk of losing items due to a full mailbox.**
* **Easier tracking of item senders.**

With these improvements, managing in-game messages and items has never been easier in New Madrigal Flyff! 🚀


---

# 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://newmadrigal1.gitbook.io/new-madrigal-wiki/game-features/system/mail-system.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.
