My Prompts Guide
Learn how to create, organize, version, and test your prompts in PromptReports for optimal AI-driven report generation.
My Prompts Overview#
Your prompts are the foundation of intelligent report generation in PromptReports. The My Prompts section provides tools to create, organize, test, and iterate on your prompts. Access your prompts via Prompt Folders in the sidebar navigation.
Organized Folders
Group related prompts into folders for easy management.
Version Control
Track changes with full version history and rollback.
Playground
Test and iterate on prompts in real-time.
Prompt Engineering Resources
Prompt Folders#
Prompt Folders are the primary way to organize your prompts. Each folder can contain multiple prompts and can be shared with team members.
Create a Folder
Add Prompts
Organize with Tags
Set Permissions
| Folder Feature | Description |
|---|---|
| Nested Folders | Create subfolders for hierarchical organization |
| Folder Templates | Pre-configured folder structures for common use cases |
| Bulk Operations | Move, copy, or delete multiple prompts at once |
| Access Control | Granular permissions per folder |
| Activity Feed | See recent changes across all prompts in a folder |
Managing Prompts#
Each prompt in your library has several management options available.
Edit Prompt
Modify the prompt content, settings, and metadata.
Duplicate
Create a copy to use as a starting point for variations.
Favorite
Star prompts for quick access from your favorites.
Archive/Delete
Archive unused prompts or permanently delete them.
| Action | Keyboard Shortcut | Description |
|---|---|---|
| Edit | E | Open prompt in editor |
| Run | Ctrl/Cmd + Enter | Execute prompt in playground |
| Duplicate | Ctrl/Cmd + D | Create a copy of the prompt |
| Search | Ctrl/Cmd + K | Quick search across all prompts |
| Save | Ctrl/Cmd + S | Save changes to the prompt |
Version Control#
PromptReports provides Git-like version control for your prompts, allowing you to track changes, compare versions, and rollback when needed.
Version History
View complete history of all changes to a prompt.
Compare Versions
Side-by-side diff view of any two versions.
Automatic Versioning
View Version History
Compare Versions
Restore a Version
Version Best Practices
- Add descriptive commit messages when saving major changes
- Use branches for experimental changes before merging
- Test thoroughly before promoting a version to production
- Review version diffs before rolling back
Prompt Variables#
Variables make your prompts dynamic and reusable. Define variables using double curly braces and fill them in at runtime.
You are a {{role}} expert helping with {{task}}.
Context: {{context}}
Please provide a detailed analysis of:
{{topic}}
Format the response as: {{format}}| Variable Feature | Syntax | Description |
|---|---|---|
| Basic Variable | {{variable_name}} | Simple text replacement |
| Default Value | {{name|default:"John"}} | Fallback if variable is empty |
| Required | {{name*}} | Must be provided, cannot be empty |
| Multiline | {{description:multiline}} | Accepts multiline text input |
| Dropdown | {{status:select["active","inactive"]}} | Predefined options |
Variable Presets
Testing Prompts#
Before deploying prompts to production, test them thoroughly using the Playground and evaluation tools.
Playground
Interactive environment to run prompts with different inputs.
Evaluations
Batch test prompts against datasets for quality assurance.
Open Playground
Fill Variables
Configure Model
Run and Iterate
Save Successful Runs
Sharing & Collaboration#
Collaborate with team members on prompt development and share your best prompts with the community.
Team Sharing
Share folders with team members for collaborative editing.
Access Control
Set view, edit, or admin permissions per user.
Public Sharing
Publish prompts to the community template library.
Export/Import
Export prompts as JSON for backup or transfer.
| Permission Level | Can View | Can Edit | Can Delete | Can Share |
|---|---|---|---|---|
| Viewer | Yes | No | No | No |
| Editor | Yes | Yes | No | No |
| Admin | Yes | Yes | Yes | Yes |
| Owner | Yes | Yes | Yes | Yes + Transfer |
Prompt Library#
Access pre-built prompts from the community and official templates to jumpstart your work.