> ## Documentation Index
> Fetch the complete documentation index at: https://burger-bot.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Restricted Vehicle Checker

> Automatically flag prohibited vehicles in your ERLC server.

Burger Bot can compare active vehicles in your ERLC server against a **configured restricted vehicle list** to help staff monitor vehicle usage in real time.

## How it works

<Steps>
  <Step title="Configure your restricted list">
    Add the vehicles your server prohibits (e.g. supercars during patrol sessions, civilian vehicles in pursuit roles).
  </Step>

  <Step title="Burger Bot monitors live">
    Whenever a restricted vehicle appears in the active vehicle list, Burger Bot can flag it.
  </Step>

  <Step title="Staff respond">
    Notified staff can take in-game action, log the incident, or contact the player.
  </Step>
</Steps>

## Common use cases

<CardGroup cols={2}>
  <Card title="Patrol-only sessions" icon="shield">
    Block supercars and civilian-only vehicles during patrol sessions.
  </Card>

  <Card title="Department restrictions" icon="car">
    Restrict specific vehicles to specific departments (e.g. ambulances to EMS).
  </Card>

  <Card title="Event control" icon="flag">
    Lock down certain vehicles during special events or training.
  </Card>

  <Card title="Realism enforcement" icon="clipboard-check">
    Keep roleplay realistic by restricting vehicles that don't fit the scenario.
  </Card>
</CardGroup>
