# Solute SDK ## Docs - [Event Tracking Methods](https://docs.solute.so/api-reference/event-tracking.md): API reference for event tracking methods - [Feature Flag Methods](https://docs.solute.so/api-reference/feature-flags.md): API reference for feature flag and A/B testing methods - [React Hooks](https://docs.solute.so/api-reference/react-hooks.md): API reference for React hooks in Next.js - [Server Utilities](https://docs.solute.so/api-reference/server-utilities.md): API reference for server-side utilities in Next.js - [SoluteClient](https://docs.solute.so/api-reference/solute-client.md): Main SDK client class - [User Management Methods](https://docs.solute.so/api-reference/user-management.md): API reference for user management methods - [Alias Endpoint](https://docs.solute.so/backend-api/alias.md): POST /api/alias - Merge user identities (optional) - [Authentication](https://docs.solute.so/backend-api/authentication.md): How to authenticate with the Solute backend API - [Events Endpoint](https://docs.solute.so/backend-api/events.md): POST /api/events - Receive batched events from the SDK - [Feature Flags Endpoint](https://docs.solute.so/backend-api/feature-flags.md): GET /api/feature-flags - Serve feature flags for a user - [Group Endpoint](https://docs.solute.so/backend-api/group.md): POST /api/group - Associate users with groups (optional) - [Identify Endpoint](https://docs.solute.so/backend-api/identify.md): POST /api/identify - Update user traits (optional) - [Backend API Introduction](https://docs.solute.so/backend-api/introduction.md): Overview of the Solute SDK backend API - [Configuration](https://docs.solute.so/getting-started/configuration.md): Complete configuration options for Solute SDK - [Installation](https://docs.solute.so/getting-started/installation.md): Install the Solute SDK in your project - [Quick Start](https://docs.solute.so/getting-started/quickstart.md): Get up and running with Solute SDK in minutes - [Event Tracking](https://docs.solute.so/guides/event-tracking.md): Track custom events, page views, and user actions - [Feature Flags & A/B Testing](https://docs.solute.so/guides/feature-flags.md): Use feature flags and run A/B tests with the Solute SDK - [Next.js Integration](https://docs.solute.so/guides/nextjs-integration.md): Integrate Solute SDK with Next.js App Router - [Server-Side Tracking](https://docs.solute.so/guides/server-side-tracking.md): Track events and use feature flags on the server - [User Identification](https://docs.solute.so/guides/user-identification.md): Identify users and manage sessions - [Solute SDK](https://docs.solute.so/index.md): Event tracking and A/B testing SDK for Solute - AI-powered product analytics platform ## OpenAPI Specs - [openapi](https://docs.solute.so/api-reference/openapi.json)