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

# Guides

> Step-by-step guides for common Overlayed workflows.

<CardGroup cols={2}>
  <Card title="Creating Your First App" icon="rocket" href="/guides/creating-your-first-app">
    Get a brand new Overlayed app up and running.
  </Card>

  <Card title="Show/Hide Window Keybinds" icon="keyboard" href="/guides/keybinds-show-hide-windows">
    Set up keybinds to toggle showing and hiding your overlay windows.
  </Card>

  <Card title="Game Launch & Close Events" icon="play" href="/guides/game-launch-close-events">
    React to the game launching and closing from your overlay.
  </Card>

  <Card title="Game Events & State" icon="gamepad" href="/guides/game-events-state">
    Listen to game events and manage your overlay's game state.
  </Card>

  <Card title="Integrating Ads" icon="rectangle-ad" href="/guides/integrating-ads">
    Add ads to your overlay to monetize it.
  </Card>

  <Card title="Blocking Game Input" icon="hand" href="/guides/blocking-game-input">
    Prevent input from reaching the game while your overlay is focused.
  </Card>

  <Card title="Bug Report Logs" icon="bug" href="/guides/user-logs-bug-reports">
    Receive user logs submitted through bug reports.
  </Card>

  <Card title="Delaying Overlay Initialization" icon="hourglass" href="/guides/delaying-overlay-init">
    Wait to initialize your overlay until the game is ready.
  </Card>
</CardGroup>
