# Getting Started

### Creating A Civilian Character

Now onto commands, first we are going to start by creating a civilian character. To do this you first must ensure that your guild is configurated (More information [here](/info/config.md#guild-configuration)). Now run the command `/civilian create` and fill in the provided fields. Chose a memorable name, maybe a persona. Now lets move on to the next step.

### Registering Vehicles & Firearms

To register vehicles & firearms to your newly created civilian character execute the commands `/firearm register` and `/vehicle register` and fill in the provided fields. If everything is done successfully then it will return an ID and a serial number/license plate. The plate of your vehicle and serial number of your firearm will be required to edit and delete them in the future. You can view a list of your current vehicles and firearms with the command using the buttons attached to the `/civilian info` command.

{% hint style="info" %}
For a list of commands view <https://roleplaybot.xyz/commands>.
{% endhint %}


---

# 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.roleplaybot.xyz/info/start.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.
