# Enable Presence in Web Console

This how-to walks you through enabling Presence for your game in the LootLocker Web Console.

### Prerequisites

* [A LootLocker account](https://lootlocker.com/sign-up)
* [An existing game in the Web Console](https://docs.lootlocker.com/)

### Presence Settings

To enable Presence for your game, navigate to Player Operations → Player Settings and select the Presence tab.

![](/files/HzhKXV8WDczyl5wkqd5c)

Choose between the following options:

#### Enable Presence

Enables basic Presence, allowing LootLocker to report how many players are currently online and playing your game across all platforms.

#### Enable Rich Presence Mode

Unlocks detailed player status tracking, including custom states (e.g., Main Menu, Gameplay, Store) and optional metadata.

{% hint style="warning" %}
Rich Presence is available only to approved paying customers, [contact us](mailto:hello@lootlocker.com?subject=I'm%20interested%20in%20Advanced%20Presence) if you’re interested.
{% endhint %}

Click Save to apply your changes. Presence is now ready to begin recieving player data once [implemented in your game](/players/presence/how-to/enabling-presence-in-game.md).

### Conclusion

In this how-to we have enabled Presence in the Web Console. To learn how to interpret this information, continue to the [View Presence in Web Console](/players/presence/how-to/view-presence-in-web-console.md) documentation page.


---

# 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.lootlocker.com/players/presence/how-to/enable-presence-in-web-console.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.
