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

# Jobs - Overview

This page serves as an overview of all the jobs available in the city. Click each job to get a more detailed description, as well as some useful information about each job.

<Columns cols={2}>
  <Column>
    <Card title="EMS Job" icon="ambulance" horizontal href="ems-job">
      Keep the citizens of Los Santos alive and healthy. 
    </Card>
  </Column>

  <Column>
    <Card title="Police Job" icon="user-police" horizontal href="police-job">
      Keep the streets of Los Santos safe. 
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="Mechanic Job" icon="car-mechanic" horizontal href="mechanic-job">
      Fix and repair vehicles for the citizens of Los Santos.
    </Card>
  </Column>

  <Column>
    <Card title="Tow Job" icon="truck-tow" horizontal href="tow-job">
      Clean up the city, get rid of all the beaters.
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="Bus Job" icon="bus" horizontal href="bus-job">
      Provide a public transit service.
    </Card>
  </Column>

  <Column>
    <Card title="Taxi Job" icon="taxi" horizontal href="taxi-job">
      Help the citizens get around the city.
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="Garbage Worker" icon="dumpster" horizontal href="garbage-worker">
      Keep the streets clean of all the trash and debris.
    </Card>
  </Column>

  <Column>
    <Card title="News Job" icon="newspaper" horizontal href="news-job">
      Inform the citizens of all the happenings in the city.
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="Recycler" icon="recycle" horizontal href="recycler">
      Do your part! Recycle, reduce, reuse.
    </Card>
  </Column>

  <Column>
    <Card title="Trucker" icon="truck" horizontal href="trucker">
      Keep the economy going. Ensure things are delivered in a timely manner.
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="Car Dealer" icon="car" horizontal href="car-dealer">
      Ensure the citizens have some wheels to get around themselves.
    </Card>
  </Column>

  <Column />
</Columns>
