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

# Client

> Client-side events and exports available in Missions Creator.

This page lists the **client-side** events and exports available in Missions Creator.

<CardGroup cols={2}>
  <Card title="Notifications" icon="bell" href="/missions-creator/client/notifications">
    Replace the default notification, help notification, and mugshot notification systems.
  </Card>

  <Card title="Police alert" icon="siren-on" href="/missions-creator/client/replace-default-police-alert">
    Replace the default police alert behavior.
  </Card>

  <Card title="On entity spawn" icon="cube" href="/missions-creator/client/on-entity-spawn">
    Triggered when a mission spawns a ped, vehicle, or object.
  </Card>

  <Card title="Get a mission template" icon="clipboard-list" href="/missions-creator/client/get-mission-template">
    Retrieve a mission template's data client side.
  </Card>
</CardGroup>


## Related topics

- [Client](/de/blips-creator/client/index.md)
