# Insito > In-app micro-surveys for mobile apps. Drop-in SDK, real-time NPS dashboard, no analytics-team setup required. ## Docs - [Authentication](https://docs.insito.app/api/authentication.md): How the Insito API authenticates SDK calls (project API keys) vs dashboard calls (Supabase JWTs). - [SDK endpoints](https://docs.insito.app/api/sdk-endpoints.md): The five REST endpoints the React Native SDK uses — call them directly to integrate from any other platform. - [Data model](https://docs.insito.app/concepts/data-model.md): The objects Insito tracks — organizations, projects, surveys, respondents, responses, and how they relate. - [NPS scoring](https://docs.insito.app/concepts/nps-scoring.md): How Insito computes Net Promoter Score from raw 0–10 responses. - [Plan limits](https://docs.insito.app/concepts/plan-limits.md): What counts against your monthly cap, what doesn't, and how Insito communicates plan exhaustion. - [Throttling](https://docs.insito.app/concepts/throttling.md): How Insito decides not to show the same survey to the same user too often. - [Triggers](https://docs.insito.app/concepts/triggers.md): Triggers are how your app tells Insito a survey-worthy moment just happened — and how the dashboard decides whether to show one. - [Analytics](https://docs.insito.app/dashboard/analytics.md): Read NPS, response rate, and per-question breakdowns inside the dashboard. - [Creating surveys](https://docs.insito.app/dashboard/creating-surveys.md): Build a survey in the Insito dashboard — name, trigger key, questions, throttling, and activation. - [Slack integration](https://docs.insito.app/dashboard/integrations/slack.md): Get a Slack notification in your team's feedback channel every time a user submits a survey response. - [Webhook integration](https://docs.insito.app/dashboard/integrations/webhook.md): POST every response to your own HTTP endpoint with HMAC verification. - [Responses](https://docs.insito.app/dashboard/responses.md): Browse, filter, and export individual survey responses. - [Triggers](https://docs.insito.app/dashboard/triggers.md): Manage trigger keys across all your surveys from one view. - [Introduction](https://docs.insito.app/introduction.md): In-app micro-surveys for mobile apps. Drop-in SDK, real-time NPS dashboard, zero analytics-team setup. - [Quickstart](https://docs.insito.app/quickstart.md): Sign up, install the SDK, and ship your first in-app survey in under 5 minutes. - [API reference](https://docs.insito.app/sdk/react-native/api-reference.md): Every method, type, and lifecycle event exported by @insito/react-native. - [Configure](https://docs.insito.app/sdk/react-native/configure.md): Every option the InsitoConfig object accepts, with defaults and recommendations. - [Lifecycle events](https://docs.insito.app/sdk/react-native/events.md): Subscribe to MicroSurvey lifecycle events to wire analytics, debugging, and side effects. - [Install](https://docs.insito.app/sdk/react-native/install.md): Add the Insito React Native SDK to an Expo or bare RN app in two commands. - [Screen tracking](https://docs.insito.app/sdk/react-native/screen-tracking.md): Auto-discover the screens your app uses, target surveys per-screen, and audit the screen-map view. - [Theming](https://docs.insito.app/sdk/react-native/theming.md): Match the Insito modal to your brand with one of four presets or any subset of design tokens. ## OpenAPI Specs - [openapi](https://docs.insito.app/api-reference/openapi.json)