> For the complete documentation index, see [llms.txt](https://laernos.gitbook.io/ps-moderator-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laernos.gitbook.io/ps-moderator-guide/how-to/mod-commands/registration.md).

# Registration

## <mark style="color:blue;">Male Registration</mark>

You register the male member by entering their name, age, and hometown information.

{% code title="Usage:" %}

```scala
!e <user> <name> <age> <hometown>
```

{% endcode %}

<div align="left"><img src="/files/9P0MN1de9SeEN2d7NBLK" alt=""></div>

## <mark style="color:red;">Female Registration</mark>

You register the female member by entering their name, age, and hometown information.

{% code title="Usage:" %}

```c
!k <user> <name> <age> <hometown>
```

{% endcode %}

<div align="left"><img src="/files/n5863UZ65ZouVr476PjE" alt=""></div>

## <mark style="color:blue;">Database Male Registration</mark>

For a male member who already has the Guy Patates role but whose information is not in the database, you register them by entering their name, age, and hometown information.

{% code title="Usage:" %}

```scala
!ee <user> <name> <age> <hometown>
```

{% endcode %}

## <mark style="color:red;">Database Female Registration</mark>

For a female member who already has the Girl Patates role but whose information is not in the database, you register them by entering their name, age, and hometown information.

{% code title="Usage:" %}

```scala
!kk <user> <name> <age> <hometown>
```

{% endcode %}

{% hint style="warning" %}
When you register using database commands, the person does not gain any new roles; their information is just processed into the database.
{% endhint %}
