# The Mail Command

### Sending Mail

You can send a direct message to a player using the `/mail send` command even if the recipient is offline. Players will be notified if they have any unread mail messages when they login.

### Reading Mail

You can check your mail inbox using the `/mail inbox` command which displays a list of all the direct messages sent to you by other players via the server's mail system.

### Deleting Mail

You can empty your mail inbox using the `/mail clear` command which will permanently delete all of the messages in your inbox. This command is only available after all messages have been read.


---

# 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://about.foundationcraft.com/server-commands/the-mail-command.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.
