# Overview

LootLockers **Server API** provides backend-level access to key LootLocker features, enabling you to manage player data, progression, and in-game content from a trusted server environment. This is ideal for tasks that require elevated privileges or security, such as server-authoritative inventory management or secure event handling.

LootLocker’s Server API is designed to be called from your own backend systems and is not intended for client-side usage.

The following resources are available to get started with the Server API:

* [Server REST API Documentation](https://ref.lootlocker.com/server): Explore the full list of available endpoints and how to use them.
* [Unreal Engine Server SDK](https://github.com/LootLocker/unreal-server-sdk): Integrate LootLocker Server API into your Unreal Engine dedicated servers with our official SDK.

By using the Server API, you can ensure trusted and secure operations that complement the flexibility of LootLocker’s client-facing features.


---

# 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/server/overview.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.
