> 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/content/platform-keys/how-to/create-a-platform-key-campaign.md).

# Create a Platform Key Campaign

In this how-to we will create a Platform Key campaign.

### Prerequisites

* [A LootLocker account](https://lootlocker.com/sign-up)
* [At least 1 created game in the web console](https://docs.lootlocker.com/)

### Create a Platform Keys Campaign

Platform Keys are managed through campaigns. Each campaign is platform-specific and contains its own set of keys. For example:

* Steam Early Access
* PlayStation North America
* PlayStation Europe

#### Create a Campaign

In the Web Console, navigate to Content Management and select Platform Keys.

![](/files/i36V8zktHNoOngIB9cyX)

Click **Create Campaign** and fill in the following fields:

* **Platform:** Select the platform the keys apply to (Steam, Xbox, PlayStation, etc.).
* **Name:** The campaign name displayed to Discord users when selecting a campaign.
* **Key:** A unique identifier used when referencing the campaign in Discord commands.
* **Status:** Toggle whether the campaign is active or inactive.
* **Available Keys:** Paste keys (one per line) or upload a .txt or .csv file. These keys will be used exclusively for this campaign.

![](/files/BNtCt91Bmo0p93ePUHOF)

### Conclusion

You now have created a Platform Key campaign and are ready to add Platform Keys as a [rewards](https://github.com/lootlocker/gitbook-sync/blob/main/content/shared-systems/rewards/README.md) or distrubted keys to your players with [Squire](https://github.com/lootlocker/gitbook-sync/blob/main/content/squire/platform-keys/README.md).


---

# 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:

```
GET https://docs.lootlocker.com/content/platform-keys/how-to/create-a-platform-key-campaign.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.
