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

# Welcome

> Product guides, API references, and resources to help you integrate Wavix SMS and Voice services into your applications.

<Columns cols={2}>
  <Card title="Quick start" icon="rocket" href="/getting-started/create-account">
    Sign up for an account and start building.
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference/getting-started">
    Explore endpoints and learn how to integrate Wavix into your workflow.
  </Card>

  <Card title="SDKs" icon="code" href="/sdks/overview">
    Find official SDKs and client libraries.
  </Card>

  <Card title="Support" icon="headset" href="mailto:support@wavix.com">
    Need help? Contact our support team for technical assistance.
  </Card>
</Columns>

## Featured content

<Columns cols={2}>
  <Card title="Send your first SMS" icon="message-circle" href="messaging/send-sms">
    Step-by-step guides for sending SMS messages using the Wavix API.
  </Card>

  <Card title="Stream calls using WebSocket" icon="radio" href="/voice/call-streaming">
    Learn how to stream live call audio to your application in real time.
  </Card>

  <Card title="Configure 3CX PBX" icon="phone" href="/sip-trunking/guides/3cx">
    Connect 3CX to SIP trunks.
  </Card>

  <Card title="LiveKit AI voice agents" icon="bot" href="/sip-trunking/guides/livekit">
    Integrate LiveKit AI agents.
  </Card>
</Columns>

<script type="application/ld+json">
  {`
    {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "WebSite",
        "@id": "https://docs.wavix.com/#website",
        "url": "https://docs.wavix.com/",
        "name": "Wavix Documentation",
        "description": "Guides, API references, and resources to build with Wavix.",
        "publisher": {
          "@id": "https://wavix.com/#organization"
        },
        "inLanguage": "en-US",
        "potentialAction": {
          "@type": "SearchAction",
          "target": "https://docs.wavix.com/search?q={search_term_string}",
          "query-input": "required name=search_term_string"
        }
      },
      {
        "@id": "https://wavix.com/#organization",
        "@type": "Organization",
        "name": "Wavix",
        "url": "https://wavix.com/",
        "logo": {
          "@type": "ImageObject",
          "@id": "https://docs.wavix.com/logo/light.svg#logo",
          "url": "https://docs.wavix.com/logo/light.svg",
          "contentUrl": "https://docs.wavix.com/logo/light.svg",
          "caption": "Wavix"
        },
        "sameAs": [
          "https://linkedin.com/company/wavix",
          "https://github.com/Wavix"
        ]
      },
      {
        "@type": "WebPage",
        "@id": "https://docs.wavix.com/#webpage",
        "url": "https://docs.wavix.com/",
        "name": "Wavix Documentation",
        "isPartOf": {
          "@id": "https://docs.wavix.com/#website"
        },
        "description": "Product guides, API references, and resources to build with Wavix.",
        "inLanguage": "en-US",
        "breadcrumb": {
          "@id": "https://docs.wavix.com/#breadcrumb"
        }
      },
      {
        "@type": "BreadcrumbList",
        "@id": "https://docs.wavix.com/#breadcrumb",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "item": {
              "@type": "WebPage",
              "@id": "https://docs.wavix.com/",
              "url": "https://docs.wavix.com/",
              "name": "Home"
            }
          }
        ]
      }
    ]
    }
    `}
</script>
