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

# Usage Patterns

> Common ways teams use SyneHQ across workflows and industries

<Info>
  Explore practical, high‑impact ways to use SyneHQ. These patterns combine natural‑language querying, federated analytics, dashboards, and secure collaboration to accelerate decisions—without ETL.
</Info>

## Patterns

<AccordionGroup>
  <Accordion title="Connect multiple data sources (unify your view)">
    SyneHQ connects to databases and analytics tools so you can analyze everything in one place.

    <Info>
      Key benefit: Consolidate disparate data into a single analysis surface—no pipelines required.
    </Info>

    * Blend CRM + product analytics + billing
    * Join operational DBs with CSV/JSON/Parquet on the fly
    * Use Tangent Lake for cross‑engine joins

    <CardGroup cols={2}>
      <Card title="Data Sources" icon="database" href="/get-started/data-sources">
        Supported connectors and connection methods
      </Card>

      <Card title="Federated Analytics" icon="link" href="/features/federated-analytics">
        Query across Postgres, MySQL, files, and more
      </Card>
    </CardGroup>
  </Accordion>

  <Accordion title="Real‑time KPI monitoring and alerts">
    Build dashboards that refresh automatically and set up notifications for threshold breaches.

    <Info>
      Key benefit: Always know when key metrics move—no manual checks.
    </Info>

    * Team dashboards for daily/weekly reviews
    * Slack/email alerts on KPI deviations
    * Drill‑downs from cards to source queries

    <Card title="Visualization" icon="chart-line" href="/features/visualization">
      Create charts and dashboards from queries
    </Card>
  </Accordion>

  <Accordion title="Interactive exploration (ask questions in plain English)">
    Use natural language to get SQL, iterate quickly, and learn from the generated queries.

    <Info>
      Key benefit: Answer follow‑ups in seconds; share the exact SQL behind each insight.
    </Info>

    * Ask: "Show revenue by month for premium plans"
    * Refine: "Filter to last 90 days and include churn rate"
    * Compare: "Month‑over‑month change vs previous quarter"

    <Card title="AI Features" icon="brain" href="/get-started/ai-features">
      Tips for better NLQ and optimization
    </Card>
  </Accordion>

  <Accordion title="Team collaboration with governed access">
    Share queries, dashboards, and Tangents with precise permissions.

    <Info>
      Key benefit: Empower teams while protecting sensitive data with RBAC and audit trails.
    </Info>

    * Role‑based access to sources and folders
    * Share read‑only dashboards to stakeholders
    * Version and reuse query building blocks

    <Card title="Architecture & Security" icon="shield" href="/get-started/architecture">
      How RBAC, encryption, and auditing fit in
    </Card>
  </Accordion>

  <Accordion title="Industry playbooks (quick wins)">
    Concrete ways different teams apply SyneHQ.

    <Info>
      Key benefit: Ready‑to‑run ideas to prove value fast.
    </Info>

    * Finance: anomaly detection, revenue reconciliation, risk metrics
    * Product & Marketing: funnel analysis, cohort retention, attribution
    * Logistics & Manufacturing: inventory turns, on‑time delivery, scrap rate
    * E‑commerce: LTV by segment, cart abandonment cohorts, promo ROI

    <Card title="Examples" icon="code" href="/features/tangent-lake/examples">
      Copy‑paste SQL for cross‑source insights
    </Card>
  </Accordion>

  <Accordion title="Security and compliance‑first analytics">
    Keep data in your environment (self‑hosted) or use SaaS with zero data footprint.

    <Info>
      Key benefit: Meet SOC2/GDPR requirements without slowing teams down.
    </Info>

    * Local/private access via secure tunnel (Rabbit CLI)
    * No ETL copies; query sources live
    * Auditable access and query history

    <CardGroup cols={2}>
      <Card title="Local Connections" icon="bridge" href="/features/local-connections">
        Secure tunnels for on‑prem and local data
      </Card>

      <Card title="Deployment" icon="cloud" href="/get-started/deployment">
        SaaS, enterprise self‑hosted, or hybrid
      </Card>
    </CardGroup>
  </Accordion>
</AccordionGroup>

## Summary table

| Pattern                       | Primary benefit                      |
| ----------------------------- | ------------------------------------ |
| Connect multiple sources      | Unified analysis without pipelines   |
| Real‑time KPI monitoring      | Immediate awareness of changes       |
| Interactive exploration (NLQ) | Faster answers with transparent SQL  |
| Collaboration with RBAC       | Secure sharing and reuse             |
| Industry playbooks            | Proven ideas to ship value fast      |
| Security & compliance         | Private by default, auditable access |

## Next steps

<CardGroup cols={3}>
  <Card title="Quick Start" icon="rocket" href="/get-started/quickstart">
    Connect a source and run your first query
  </Card>

  <Card title="Tangent Lake" icon="database" href="/features/tangent-lake/overview">
    The federated query lake powering cross‑engine joins
  </Card>

  <Card title="Data Sources" icon="database" href="/get-started/data-sources">
    Explore supported connectors
  </Card>
</CardGroup>
