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

# Saytics: Analytics Platform for Product Teams

> Saytics helps you track user behavior, build custom dashboards, and understand what drives growth. Get started in minutes with our SDK or REST API.

Saytics is an analytics platform that gives your team a clear picture of how users interact with your product. Track events, identify users, build dashboards, and query your data — all from a single place.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get Saytics running in your app in under 5 minutes.
  </Card>

  <Card title="JavaScript SDK" icon="js" href="/tracking/javascript">
    Install the browser SDK and start tracking events on your site.
  </Card>

  <Card title="Server-Side Tracking" icon="server" href="/tracking/server-side">
    Send events from your backend using HTTP or a server SDK.
  </Card>

  <Card title="API Reference" icon="terminal" href="/api-reference/introduction">
    Explore the full REST API for events, users, and reports.
  </Card>
</CardGroup>

## How Saytics works

<Steps>
  <Step title="Install the SDK">
    Add the Saytics JavaScript snippet or server library to your application.
  </Step>

  <Step title="Track events">
    Call `Saytics.track()` to capture user actions like signups, purchases, or feature usage.
  </Step>

  <Step title="Identify users">
    Link events to specific users with `Saytics.identify()` to build user-level profiles.
  </Step>

  <Step title="Explore your data">
    Open your Saytics dashboard to build reports, create funnels, and share insights with your team.
  </Step>
</Steps>

## Explore the platform

<CardGroup cols={2}>
  <Card title="Core Concepts" icon="book" href="/concepts/events">
    Understand events, properties, users, and dashboards.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/overview">
    Connect Saytics to Slack, webhooks, and more.
  </Card>

  <Card title="Team & Account" icon="users" href="/account/team">
    Invite teammates and manage your workspace settings.
  </Card>

  <Card title="Authentication" icon="key" href="/api-reference/authentication">
    Learn how to authenticate API requests with your API key.
  </Card>
</CardGroup>
