# Cano Analytics - [Cano Analytics: Real-Time Analytics for Modern Teams](https://canopy.wnstn.space/docs/introduction.md): Cano Analytics helps you track events, visualize data, and make faster decisions — all in one modern platform built for speed and scale. - [Get Started with Cano Analytics](https://canopy.wnstn.space/docs/quickstart.md): Send your first event and build your first live dashboard in Cano Analytics. This guide takes about 5 minutes from signup to your first insight. - [Core Concepts: How Cano Analytics Works](https://canopy.wnstn.space/docs/core-concepts.md): Understand Cano's data model — workspaces, events, users, properties, dashboards, data sources, and reports — before you start building. - [Dashboards in Cano Analytics: A Complete Overview](https://canopy.wnstn.space/docs/dashboards/overview.md): Explore how Cano Analytics dashboards bring your event data to life with real-time charts, flexible layouts, and powerful sharing tools. - [Creating and Managing Dashboards in Cano](https://canopy.wnstn.space/docs/dashboards/creating-dashboards.md): Step-by-step guide to creating, editing, duplicating, and organizing dashboards in Cano Analytics to keep your team's data views tidy. - [Charts, Metrics, and Widgets in Cano Analytics](https://canopy.wnstn.space/docs/dashboards/charts-and-widgets.md): Learn every chart and widget type available in Cano Analytics, how to configure the query builder, and how to write custom metric formulas. - [Sharing Dashboards and Managing Access](https://canopy.wnstn.space/docs/dashboards/sharing-and-permissions.md): Share Cano Analytics dashboards with teammates or external audiences using internal permissions, public links, embeds, and scheduled email reports. - [Data Sources in Cano Analytics: An Overview](https://canopy.wnstn.space/docs/data-sources/overview.md): Connect external databases and SaaS tools to Cano Analytics and query all your data — warehouse metrics and product events — in one place. - [Connect a Data Source to Cano Analytics](https://canopy.wnstn.space/docs/data-sources/connecting-a-source.md): Walk through connecting your first external database or SaaS tool to Cano Analytics, from entering credentials to configuring your sync schedule. - [Supported Data Source Integrations](https://canopy.wnstn.space/docs/data-sources/supported-integrations.md): Browse every database, data warehouse, and SaaS tool you can connect to Cano Analytics, with supported auth methods and notes on what each integration syncs. - [Configuring Data Refresh and Sync Schedules](https://canopy.wnstn.space/docs/data-sources/data-refresh.md): Set how often Cano Analytics syncs each connected data source, trigger manual refreshes, and troubleshoot failed syncs to keep your dashboards accurate. - [Track User Actions and Events Using Cano Analytics](https://canopy.wnstn.space/docs/tracking/event-tracking.md): Learn how to track user actions as events in Cano Analytics, from naming conventions to batch sending and viewing your real-time event stream. - [Identify and Link Users to Events in Cano Analytics](https://canopy.wnstn.space/docs/tracking/identify-users.md): Connect events to real user profiles using identify() calls, manage anonymous-to-known user aliasing, and understand traits vs. event properties. - [Custom Event and User Properties in Cano Analytics](https://canopy.wnstn.space/docs/tracking/custom-properties.md): Add typed properties to events and user profiles to make your Cano data fully queryable, filterable, and useful in every chart and dashboard. - [Configuring Your Cano Analytics Workspace](https://canopy.wnstn.space/docs/settings/workspace-settings.md): Control your workspace name, timezone, data retention, API keys, and notifications — everything that defines how your Cano environment behaves. - [Managing Your Team and Access Permissions](https://canopy.wnstn.space/docs/settings/team-and-permissions.md): Invite teammates to your Cano workspace, assign roles that match their responsibilities, manage ownership, and configure SSO for your organization. - [Billing, Plans, and Usage in Cano Analytics](https://canopy.wnstn.space/docs/settings/billing.md): Compare plans, monitor your monthly event usage, upgrade or cancel your subscription, and manage payment details and invoices — all from one place. - [Cano Analytics REST API Reference](https://canopy.wnstn.space/docs/api-reference/introduction.md): Explore the Cano Analytics REST API to track events, manage users, query dashboards, and automate workflows from any backend or script. - [Authenticating with the Cano Analytics API](https://canopy.wnstn.space/docs/api-reference/authentication.md): Learn how to generate API keys, apply the correct scope, and attach a Bearer token to every Cano Analytics API request you make. - [API Rate Limits and Quotas in Cano Analytics](https://canopy.wnstn.space/docs/api-reference/rate-limits.md): Understand Cano Analytics per-endpoint rate limits, how to read the limit headers on every response, and how to handle 429 errors with exponential backoff. - [Events API — Track and Query Events](https://canopy.wnstn.space/docs/api-reference/events.md): Use the Events API to ingest events server-side and query your event stream by user, name, or time range with cursor-based pagination. - [Users API — Identify and Manage User Profiles](https://canopy.wnstn.space/docs/api-reference/users.md): Use the Users API to create and update user profiles with traits, list your user base, retrieve individual profiles, and delete users for GDPR compliance. - [Dashboards API — List and Retrieve Dashboards](https://canopy.wnstn.space/docs/api-reference/dashboards.md): Use the Dashboards API to list all dashboards in your workspace and retrieve full dashboard metadata including charts, filters, and public share URLs. - [Reports API — Create and List Analytics Reports](https://canopy.wnstn.space/docs/api-reference/reports.md): Use the Reports API to list saved analytics reports, create new ones with custom schedules, and trigger on-demand report runs that return structured result data. - [Data Sources API — Connect and Manage Sources](https://canopy.wnstn.space/docs/api-reference/data-sources.md): Use the Data Sources API to list connected data sources, connect new databases or SaaS tools, and remove sources you no longer need — all programmatically. - [JavaScript SDK for Cano Analytics](https://canopy.wnstn.space/docs/sdks/javascript.md): Install and use the Cano JavaScript SDK to track events and identify users from browser or Node.js apps with a lightweight, promise-based API. - [Python SDK for Cano Analytics](https://canopy.wnstn.space/docs/sdks/python.md): Install and use the Cano Python SDK to track events and identify users from backend services, with synchronous and async support for any Python framework. - [Using the Cano Analytics REST API Directly](https://canopy.wnstn.space/docs/sdks/rest.md): Integrate Cano Analytics over HTTP from any language or environment. Learn authentication, event tracking, batching, pagination, and error handling for the REST API.