> For the complete documentation index, see [llms.txt](https://docs.lootlocker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lootlocker.com/legacy/messages/how-to/configure-messages.md).

# Configure Messages in Web Console

The Messages feature in LootLocker allows you to instantly send messages to your players directly from the [Web Console](https://console.lootlocker.com/player-messages). This provides an efficient way to communicate updates, alerts, and other important information to players in real-time.

### Creating a Message

To create a new message, click the Create Messages button. In the popup window, enter the Title and Summary for the message. These fields can be edited later.

Click Create, and the new message will appear in the menu as a Draft.

### Editing a Message

To edit a message, click the Edit button on the message you wish to update. This opens an expanded view where you can modify the entire contents of the message.

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

The following fields can be populated and will be sent along with the message in-game:

* **Title**: The title of the message.
* **Category**: A category tag for organizing or identifying the message type.
* **Action**: Specify a custom action to trigger in-game from the message.
* **Image**: A URL or in-game reference to an image to display with the message.
* **Alert**: A boolean value indicating whether the player should be notified of the message.
* **Summary**: A brief summary of the message for situations where displaying the full content isn’t necessary.
* **Message Body**: The complete content of the message.
* **Publish Date**: The date and time when the message becomes active.

When your game retrieves messages, all the above information is returned, allowing you to take the appropriate action for each message.

### Publishing a Message

To publish a message, set a Publish Date or click Publish ASAP to use the current date and time.

If needed, you can return a published message to draft form by clicking the Draft button.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.lootlocker.com/legacy/messages/how-to/configure-messages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
