# Mailbox

In IoT systems, devices can also talk to each other apart from communicating with the server. With IoTIFY you can also simulate such LAN connections between the devices using the Mailbox.

At its core, Mailbox is basically a fast array that the devices can push to and read from. All the simulations in your workspace can access the mailbox at any time.

You can see all the data that is currently in the Mailbox, by going to the Mailbox from the left navigation pane. Here, you can also Add new entries to the Mailbox, clear the whole Mailbox, or export the data.

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

To get started with LAN simulation using Mailbox, you can use the Mailbox Hub and the Mailbox Thermostat sample tests and follow [the guide present here](https://blog.iotify.io/lan-simulation-using-the-iotify-mailbox-api-143c0ae6c315).

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

To learn more about the methods available to interact with the mailbox in your test, you can refer to the page linked below:

{% content-ref url="/pages/IqNQX9ZKs1NlYpCwQ1Wr" %}
[Mailbox Functions](/additional-helpers/iotify-helpers/mailbox-functions.md)
{% endcontent-ref %}


---

# 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.iotify.io/concepts/mailbox.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.
