# Register Players

You can let players link their Staff++ web platform account with your server group.\
To do so you need to setup "**webui"** module of the plugin.

### Configuration

Inside the config.yml

```yaml
webui-module:
    enabled: true
    # Don't change this
    host: https://web.staffplusplus.org
    # The role the member will get when registering
    role: MEMBER
    # Application key, can be found on your admin panel 
    application-key: 
```

Set enabled to **true** and fill in your application-key. The application key can be found on the "general settings" page of your application

![](/files/-M_bPHjBXbSJEXngpHIr)

### Commands

| Command   | Description                                                                             |
| --------- | --------------------------------------------------------------------------------------- |
| /register | Generate a registration url which can be used to register your user to the server group |

### Permissions

| Permission           | Description                      |
| -------------------- | -------------------------------- |
| staff.webui.register | Allow using the register command |


---

# 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://wiki.staffplusplus.org/web-platform/register-players.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.
