Quick Start Guide
Get up and running with PromptReports in under 10 minutes. Learn the essential workflow for creating, testing, and evaluating prompts.
Prerequisites#
Before you begin, make sure you have:
- A PromptReports account (sign up at promptreports.ai)
- Logged in to your dashboard
- Basic understanding of prompt engineering concepts
Pro Tip
Step 1: Create a Prompt Folder#
Prompt folders are the organizational backbone of PromptReports. They help you group related prompts, manage team access, and maintain version history.
Navigate to Prompt Folders
Click "Create Folder"
Configure your folder
- Name: Give your folder a descriptive name (e.g., "Customer Support Prompts")
- Description: Add context about the folder's purpose
- Tags: Add tags for easy filtering later
Step 2: Create Your First Prompt#
With your folder created, it's time to add your first prompt.
Open your folder
Click "Add Prompt"
Write your prompt
{{variable_name}}.You are a helpful customer support assistant for {{company_name}}.
The customer has the following question:
{{customer_question}}
Provide a helpful, professional response that:
1. Addresses their specific concern
2. Offers actionable next steps
3. Maintains a friendly tone
Response:Step 3: Test in Playground#
The Prompt Playground is your interactive testing environment where you can run your prompts with different inputs and model configurations.
Open the Playground
Fill in variables
Configure model settings
- Model: Choose from available AI models
- Temperature: Control creativity (0 = focused, 1 = creative)
- Max Tokens: Set response length limit
Run your prompt
Streaming Responses
Step 4: Create a Test Dataset#
Test datasets allow you to evaluate your prompts systematically across multiple inputs. This is essential for quality assurance.
Navigate to Datasets
Create new dataset
Add test cases
- Add rows manually
- Import from CSV
- Create from execution history
company_name,customer_question
"TechCorp","How do I reset my password?"
"TechCorp","What are your business hours?"
"TechCorp","Can I get a refund on my subscription?"Step 5: Run an Evaluation#
Now run your prompt against the test dataset to evaluate quality:
Select your dataset
Configure evaluation
Run evaluation
Review results
- Individual responses for each test case
- Quality scores (if configured)
- Comparison with previous evaluations
Congratulations!
Next Steps#
Now that you've mastered the basics, explore these advanced features: