# Reference

Functions, events, shared types, and the topic-specific API docs for the Wavedash SDK and CLI.

Source: https://docs.wavedash.com/reference

Use this section when you need function signatures, event names, shared types, or the API docs for a specific feature area. Method-level examples live on the feature pages below.

<CardGroup cols={2}>
  <Card title="Functions" icon="function" href="/sdk/functions">
    Public Wavedash SDK function signatures and summaries.
  </Card>
  <Card title="Events" icon="signal" href="/sdk/events">
    Events emitted by the Wavedash SDK to your game.
  </Card>
  <Card title="Types" icon="code" href="/sdk/types">
    TypeScript type definitions for the Wavedash SDK.
  </Card>
  <Card title="Players" icon="users" href="/sdk/players">
    Identity, friends, avatars, and presence.
  </Card>
  <Card title="Multiplayer" icon="network-wired" href="/multiplayer">
    Lobbies, invites, messages, and P2P networking.
  </Card>
  <Card title="CLI" icon="terminal" href="/cli">
    Install, sign in, configure `wavedash.toml`, and run commands.
  </Card>
</CardGroup>
