> ## 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 Doors Creator.

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

<CardGroup cols={2}>
  <Card title="Notifications" icon="bell" href="/doors-creator/client/replace-default-notifications">
    Replace the default notification system.
  </Card>

  <Card title="Police alert" icon="siren-on" href="/doors-creator/client/replace-default-police-alert">
    Use your own dispatch script via modules.
  </Card>

  <Card title="Get closest door" icon="door-closed" href="/doors-creator/client/get-closest-door">
    Get the closest active door to the player.
  </Card>

  <Card title="Get door ID from entity" icon="magnifying-glass" href="/doors-creator/client/get-door-id-from-entity">
    Resolve a door ID from its entity handle.
  </Card>

  <Card title="Toggle icon display" icon="eye" href="/doors-creator/client/toggle-icon-display">
    Show or hide door icons/text.
  </Card>
</CardGroup>


## Related topics

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