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

# Quick Start Guide

> Welcome to the home of your new documentation

##

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/api-reference">
    Checkout the typescript code API reference documentation here.
  </Card>

  <Card title="Listen to events" icon="palette" href="/guide/building-your-application/event-handling">
    Checkout the available events and how to listen to them
  </Card>

  <Card title="Build Message Components" icon="screwdriver-wrench" href="/guide/building-your-application/building-message-components">
    Build interactive features and designs to guide your users
  </Card>

  <Card title="Manage Business Account" icon="stars" href="/guide/building-your-application/managing-business-account">
    Manage your business account with ease.
  </Card>

  <Card title="Manage Message Templates" icon="stars" href="/guide/building-your-application/managing-message-templates">
    Create, update and delete message templates programmatically.
  </Card>

  <Card title="Manage Phone Numbers" icon="stars" href="/guide/building-your-application/managing-phone-numbers">
    Migrate and Get Phone Statuses with in-depth analytics like quality signals.
  </Card>

  <Card title="Fetch Account Analytics" icon="stars" href="/guide/building-your-application/managing-business-account#fetch-business-account-statistics">
    Fetch account analytics like message sent, recieved, read and more with ease.
  </Card>

  <Card title="Get Inspiration" icon="stars" href="https://github.com/wapikit/wapi.go/tree/master/packages/example-chat-bot">
    Check out the example chat bot to get inspiration
  </Card>
</CardGroup>
