> 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/players/presence/how-to/enable-presence-in-web-console.md).

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