> For the complete documentation index, see [llms.txt](https://keykeeper.gitbook.io/keykeeper-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://keykeeper.gitbook.io/keykeeper-docs/general-user-guide.md).

# General User Guide

As a general user, you will interact with KeyKeeper by claiming keys and redeeming them for access to specific groups. You will receive notifications when your access is revoked or when you gain access to a new group.

## Commands:

* **/claim-key \[group]**: Claim a game key to join a specific group.
* **/redeem-code \[key]**: Redeem a code that you have been given to join a group. Ensure the code is valid.

Once you have claimed a key, you will be given a role corresponding to the group and can participate in the group’s activities.

### Important Notes:

* You can only claim one key per group.
* If your key is revoked, your access to the group will be removed, and the key will no longer work.
* If you face any issues, reach out to the server admins for assistance.

Enjoy your participation in the test groups!


---

# 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://keykeeper.gitbook.io/keykeeper-docs/general-user-guide.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.
