Research-platform modes
For live AI-moderated interview studies, mode is expressed as flags on the study record rather than a separate field. See the Study-creation playbook for full flag semantics.| Mode | enable_chat | enable_video_recording | Notes |
|---|---|---|---|
| Voice (default) | false | false | Audio interview, no video |
| Chat | true | false | Text-chat interview |
| Video | false | true | Voice interview with video recording |
| Chat + video | true | true | Chat interview with video recording |
false. You can combine them freely.
Concept tests
Concept tests are a special study variant available in both voice and chat modes.- Set
is_concept_test: trueon the study when callingcreate_studyorupdate_study. - Use
upload_concept_linkto attach concept material (a URL, mockup, or prototype link). The tool deduplicates by label, so re-uploading the same label updates the URL in place rather than creating a duplicate entry. - Remove a concept link with
delete_concept_linkby passing itsid.
| Study variant | Prompt to use |
|---|---|
| Voice concept test | concept_test_planning_context |
| Chat concept test | concept_test_chat_planning_context |

