Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.userintuition.ai/llms.txt

Use this file to discover all available pages before exploring further.

In this product, an assistant IS a study. The same row drives both the recruit-and-interview workflow and the AI interviewer’s prompt. 13 tools.
ToolDescription
list_assistantsList your studies
get_assistantFetch a single study (always call BEFORE update_assistant)
create_assistantCreate a new study
update_assistantPATCH a study (screener_questions REPLACES the full list)
delete_assistantSoft-delete a study
create_assistant_from_invite_idPromote an invite into a fully-editable study
stop_panelsCancel all active RepData panel surveys for a study
upload_concept_linkAdd a concept-test external link (dedups by label)
delete_concept_linkRemove a concept-test link by id
list_available_panel_questionsCatalog of standard panel screener questions (call BEFORE adding panel screeners)
list_available_languagesSupported voice/interview ISO language codes
list_available_modesVoice / chat / video mode catalog
list_study_typesCatalog of study TYPES (Win/Loss, Churn, NPS+CSAT, Onboarding, Brand Health, etc.) with per-user recommended_slug

How User Intuition handles this

Studies are the central object in User Intuition’s research platform — every interview, screener, and panel order flows through them. Use list_study_types and list_available_modes to configure the right study shape before calling create_assistant. See /platform/agentic-research/ for how agents orchestrate the full study lifecycle end to end.