This article provides answers to frequently asked questions for new Userorbit users, covering installation, user identification, framework compatibility, testing, team collaboration, and support.
Quick answers for setting up a new Userorbit workspace.
Why does this workspace show a different plan or expired trial?
Plans and trials belong to a workspace. Open the workspace name at the top of the sidebar and select the workspace you intend to use. Then check Settings → Billing.Where do I install Userorbit?
Open Settings → Widget installation and copy the snippet for the current workspace. For npm-based applications, installuserorbit-js.How do I identify a signed-in user?
Calluserorbit.identify(userId, options) after authentication. You can also pass identity during the first init() call.Do single-page applications work?
Yes. The SDK detects common History API, Next.js, hash, and popstate navigation. CallregisterRouteChange() as a fallback if an experience does not re-evaluate.