> ## 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 available in Billing UI.

This page lists the **client-side** events available in Billing UI.

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

  <Card title="Activate billing mode" icon="hand-pointer" href="/billing-ui/client/activate-billing-mode">
    Let the player click a target to open the billing menu.
  </Card>

  <Card title="Open billing menu" icon="file-invoice-dollar" href="/billing-ui/client/open-billing-menu">
    Open the billing menu for a known target.
  </Card>

  <Card title="Send a bill" icon="paper-plane" href="/billing-ui/client/send-a-bill">
    Send an invoice to a target player.
  </Card>

  <Card title="Pay a bill" icon="credit-card" href="/billing-ui/client/pay-a-bill">
    Pay a bill by its ID.
  </Card>

  <Card title="View invoices" icon="receipt" href="/billing-ui/client/view-invoices">
    Show the menu of received invoices.
  </Card>
</CardGroup>


## Related topics

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