# Delete vs. Hide Letters

When managing letters in the mailbox, you have two options: **Delete** or **Hide**.

* **Deleting a Letter**
  * Permanently removes the letter from the mailbox.
  * If the letter was set to **Automatic** sending, it may reappear if its conditions are still met the next time the **Send Letters** instruction runs.
  * Deleting automatic letters is **not recommended** unless you carefully set conditions to prevent them from being resent.
* **Hiding a Letter**
  * Temporarily hides the letter in the mailbox, but it is not deleted.
  * Hidden letters do **not** count toward the **Total Letters Count** number.
  * All included examples are set up to **hide** letters instead of deleting them. If you want to change this behavior, modify the **Mark Letter as Hidden** instruction on the **Hide Letter** button and replace it with the **Delete Letter** instruction.

This allows for more flexibility, whether you want letters to be **gone forever** or simply **hidden from view** while still existing in the system.

<figure><img src="/files/u1OgvTSuH6KoSP9HN0tX" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/f5s86i8coCsAlYRj7bE1" 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/delete-vs.-hide-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.
