> ## 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.

# Prompts

> 4 MCP prompts that load canonical moderator-guide templates before you create a study.

The server exposes 4 MCP prompts. Clients surface them as slash commands. Use the
matching prompt **before** `create_study` so the generated study prompt matches
the in-dashboard structure.

| Prompt                               | When to use                                       |
| ------------------------------------ | ------------------------------------------------- |
| `study_planning_context`             | Standard voice study (default)                    |
| `chat_planning_context`              | Chat-mode study (`enable_chat=true`)              |
| `concept_test_planning_context`      | Concept-test voice study (`is_concept_test=true`) |
| `concept_test_chat_planning_context` | Concept-test + chat-mode (both flags true)        |

Each prompt fetches the canonical moderator-guide template from the User Intuition
backend at resolve time, so updates to the templates propagate without redeploying
your MCP client.
