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

# Cano Analytics Documentation

> Welcome to Cano Analytics — the modern analytics platform for tracking events, visualizing data, and making smarter decisions in real time.

Cano Analytics gives your team a unified place to collect events, connect data sources, build dashboards, and share insights — all without writing complex queries or managing infrastructure. Whether you're tracking product usage, monitoring business metrics, or exploring raw data, Cano is built to get you answers fast.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/docs/quickstart">
    Send your first event and build your first dashboard in under 5 minutes.
  </Card>

  <Card title="Core Concepts" icon="lightbulb" href="/docs/core-concepts">
    Understand workspaces, events, users, and dashboards before diving in.
  </Card>

  <Card title="API Reference" icon="code" href="/docs/api-reference/introduction">
    Explore the full REST API — events, users, dashboards, reports, and more.
  </Card>

  <Card title="SDKs" icon="box" href="/docs/sdks/javascript">
    Use the JavaScript or Python SDK to track events with minimal setup.
  </Card>
</CardGroup>

## Get Up and Running

<Steps>
  <Step title="Create your workspace">
    Sign up at [app.canoanalytics.io](https://app.canoanalytics.io) and create a workspace for your project or organization.
  </Step>

  <Step title="Grab your API key">
    Navigate to **Settings → API Keys** and generate your first API key. You'll use this to authenticate all SDK and API calls.
  </Step>

  <Step title="Install the SDK">
    Install the JavaScript or Python SDK, initialize it with your API key, and start tracking events in minutes.
  </Step>

  <Step title="Build your first dashboard">
    Head to **Dashboards**, create a new dashboard, and add a chart powered by the events you just started tracking.
  </Step>
</Steps>

## Explore by Topic

<CardGroup cols={3}>
  <Card title="Dashboards" icon="chart-bar" href="/docs/dashboards/overview">
    Build, customize, and share real-time dashboards.
  </Card>

  <Card title="Data Sources" icon="database" href="/docs/data-sources/overview">
    Connect databases, warehouses, and third-party tools.
  </Card>

  <Card title="Event Tracking" icon="bolt" href="/docs/tracking/event-tracking">
    Capture user actions and product events automatically.
  </Card>

  <Card title="User Identification" icon="user" href="/docs/tracking/identify-users">
    Link events to real users with identify calls.
  </Card>

  <Card title="Team & Permissions" icon="users" href="/docs/settings/team-and-permissions">
    Invite teammates and manage access levels.
  </Card>

  <Card title="Billing" icon="credit-card" href="/docs/settings/billing">
    Manage your plan, usage, and invoices.
  </Card>
</CardGroup>
