> For the complete documentation index, see [llms.txt](https://docs.elyxir.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elyxir.dev/features/applications/application-types.md).

# Application Types

**CONTENTS**

* [Preset Applications](#preset-applications)
* [⭐ Custom Applications ⭐](#custom-applications)

### Preset Applications

#### Staff Application

The first preset application type mentioned within this guide is our staff application.

You can create a staff application by setting the type parameter of the [`/applications create`](/commands/applications/create.md) command to the staff type (see below).

<figure><img src="/files/mH5QydlmUR8dPYTKBsBp" alt=""><figcaption></figcaption></figure>

The questions displayed in this type are below:

1. What is the link to your steam profile?
2. How old are you?
3. What is your timezone?
4. How many hours have you spent on the server?
5. Tell us about yourself.
6. How many hours will you be active per week?
7. Why do you want to be staff?
8. Why should we pick you over other candidates?
9. What experience do you have as a moderator
10. What IRL obligations do you have?
11. Have you read all of the server rules?

#### EMS Application

The next preset application type mentioned within this guide is the EMS application.

You can create a EMS application by setting the type parameter of the [`/applications create` ](/commands/applications/create.md)command to the EMS type(see below).

<figure><img src="/files/p1TyMpKeVesGT0dcYFsZ" alt=""><figcaption></figcaption></figure>

The questions displayed in this type are below:

1. What is the link to your steam profile?
2. How old are you?
3. What is your Timezone?
4. How many hours have you spent on the server?
5. What previous experience do you have as EMS?
6. What would you bring to the EMS Department?
7. Why should you be part of EMS?
8. Have you been kicked or banned before?
9. Do you want to be full time / part time?
10. Will you follow EMS guidelines?

#### Police Application

The police application will allow you to expand your in-game police force without the complexity of other sites. You can create a police application by setting the type parameter of the [`/applications create` ](/commands/applications/create.md)command to the police type (see below).

<figure><img src="/files/4EIApOuAV7qs3dysN36e" alt=""><figcaption></figcaption></figure>

The questions displayed in this type are below:

1. What is the link to your steam profile?
2. How old are you?
3. What is your timezone?
4. How many hours have you spent on the server?
5. What previous experience do you have as PD?
6. Why should we choose you over other people?
7. Why do you want to be a Police Officer?
8. What are your biggest strengths & weaknesses?
9. Do you want to be full time / part time?
10. How many hours will you be active per week?
11. In what situation must you use lethal force?
12. Have you been kicked or banned before?
13. Do you agree to obey higherups?
14. Will you follow PD guidelines?

#### Mechanic

The final preset application currently available on the Elyxir bot is for mechanics. You can create a mechanic application by setting the type parameter of the [`/applications create` ](/commands/applications/create.md)command to the mechanic type (see below).

<figure><img src="/files/1woK1tECLXiV1ICL6YNj" alt=""><figcaption></figcaption></figure>

The questions displayed in this type are below:

1. What is the link to your steam profile?
2. How old are you?
3. What is your timezone?
4. How many hours have you spent on the server?
5. What experience do you have as a mechanic?
6. How many hours will you be active per day?
7. Why do you want to be a Mechanic?
8. Why should we pick you over other candidates?
9. Do you want to be full time / part time?
10. Do you agree to follow Mechanic guidelines?

{% hint style="info" %}
If you have an idea for another application panel, you can utilise the customer-only suggestions channel in our Discord server.
{% endhint %}

### Custom Applications

Our latest in our applications lineup, custom application types are now available. To create one, you need to use the `/application type-builder` command. Just run the command, specifying the name and type of the emoji, then use the builder to make the type.

<figure><img src="/files/9fdXJ8tBqcZ9fnaZCnzJ" alt=""><figcaption></figcaption></figure>

Once you have created the type, you can now select it within the [`/application create`](/commands/applications/create.md) command.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.elyxir.dev/features/applications/application-types.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
