> ## Documentation Index
> Fetch the complete documentation index at: https://docs.razebot.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Police

> Join the server police force, respond to crime alerts, and arrest wanted suspects for rewards.

# Police

> Join the server police force, respond to crime alerts, and arrest wanted suspects for rewards.

## Overview

The police system lets members volunteer as officers. When a crime alert fires (after a failed `;crime`, `;rob`, or `;heist`), officers are notified. Arresting a wanted suspect earns a cash reward and reputation.

<Info>
  Requires **Manage Server** to configure the alert channel.
</Info>

***

## Join & Leave

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;police join
    ```

    Enlist as an officer for this server. You'll receive crime alerts when suspects are flagged.
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;police join
    ```

    Enlist as an officer for this server. You'll receive crime alerts when suspects are flagged.
  </Tab>
</Tabs>

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;police leave
    ```

    Resign from the police force.
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;police leave
    ```

    Resign from the police force.
  </Tab>
</Tabs>

***

## List officers

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;police list
    ```

    Shows all active officers in this server, sorted by arrest count then join date.
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;police list
    ```

    Shows all active officers in this server, sorted by arrest count then join date.
  </Tab>
</Tabs>

***

## Arrest

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;police arrest @member
    ```

    Arrest a suspect with an outstanding crime alert. Suspect must have a wanted level >= 1.

    **Rewards:**

    * **You:** \$1,000 cash + **+3 reputation**
    * **Suspect:** 30-minute jail, \$5,000 bail
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;police arrest @zecroyn
    ```

    Arrest a suspect with an outstanding crime alert. Suspect must have a wanted level >= 1.

    **Rewards:**

    * **You:** \$1,000 cash + **+3 reputation**
    * **Suspect:** 30-minute jail, \$5,000 bail
  </Tab>
</Tabs>

<Note>
  You must be on the police force to make an arrest. You cannot arrest someone who is already jailed.
</Note>

***

## Alert channel

<Info>
  Requires **Manage Server**.
</Info>

<Tabs>
  <Tab title="Syntax">
    ```bash theme={null} theme={null}
    ;police channel #channel
    ```

    Set the channel where crime alerts are broadcast to officers.
  </Tab>

  <Tab title="Example">
    ```bash theme={null} theme={null}
    ;police channel #police-radio
    ```

    Set the channel where crime alerts are broadcast to officers.
  </Tab>
</Tabs>
