Net Promoter Score (NPS) is the canonical metric for “would you recommend us?” surveys. Insito implements the standard formula — nothing custom.Documentation Index
Fetch the complete documentation index at: https://docs.insito.app/llms.txt
Use this file to discover all available pages before exploring further.
The formula
| Score | Bucket | Conventional reading |
|---|---|---|
| 0–6 | Detractor | Unhappy. Will likely churn or actively recommend against you. |
| 7–8 | Passive | Satisfied but not loyal. Easy to lose to competitors. |
| 9–10 | Promoter | Loyal advocates. Worth their weight in retention. |
What Insito shows
Open any survey with an NPS question in the dashboard → Analytics tab → you see:- Current NPS — the score across all responses.
- NPS over time — line chart with daily/weekly granularity.
- Distribution bar — bucketed promoter/passive/detractor percentages.
- Response count — for context (NPS with n=5 is noise).
Multiple NPS questions per survey
If a survey contains more than one NPS question, each is scored independently. The dashboard groups them by question text so you can compare “would you recommend us” vs. “would you recommend this feature” side-by-side.When NPS lies
Be careful interpreting NPS in these cases:Raw access
If you want to compute custom analytics, export the raw responses via the API:{ type: "nps", value: <number 0–10> }.
See Dashboard endpoints.