MenuToggle Menu

AI Document Q&A

Overview

AI Document Q&A helps you find answers about ProtoPie Studio features, formulas, and documentation without leaving your workspace. Ask questions in natural language and get instant, relevant answers with code examples and resource links.

What You Can Ask

  • How to use specific triggers, responses, or formulas
  • Formula syntax and examples
  • Feature explanations and best practices
  • Diagram generation with Mermaid

Example Prompts

  • "How do I create a scrolling interaction?"
  • "Explain the indexOf function"
  • "Show me tutorials about variables"
  • "Draw a user flow diagram of this prototype using Mermaid"

Using Code Examples

When AI provides formula code:

  1. Review the code explanation
  2. Click [Copy] to copy the formula
  3. Paste it into your formula field in Studio
  4. Adjust variable names to match your prototype

Example formula response:

// This formula checks if the email field contains an "@" symbol, returning true if valid. indexOf(`Email field`.text, "@") > -1

Resource Cards

Documentation responses include interactive resource cards:

Document Cards

  • Title with document icon
  • Link path (e.g., "Getting Started | Formulas | ProtoPie Guide")
  • Preview description

Video Cards

  • Video thumbnail with play icon
  • Video title and description
  • Link to YouTube or tutorial platform

Limitations

AI Document Q&A:

  • Searches ProtoPie's official documentation only
  • Cannot access your specific project files or custom workflows
  • May not have information about very recent feature updates during beta
  • Provides guidance but cannot directly modify your prototype (use AI Interaction Creation for that)
Back To Top