Artifacts and Saved Responses
This guide explains how to create, manage, and use artifacts in PromptOwl’s Data Room, including saving AI responses for future reference.
Table of Contents
- What Are Artifacts?
- Accessing the Data Room
- Creating Artifacts
- Saving AI Responses
- Managing Artifacts
- Organizing with Folders
- Sharing Artifacts
- Using Artifacts with RAG
- Vector Sync and Citations
- Best Practices
- Troubleshooting
What Are Artifacts?
Artifacts are content pieces stored in your Data Room that serve as your knowledge base. They can be:
- Text documents you write
- Uploaded files (PDF, CSV, DOCX)
- Web links with scraped content
- Saved AI responses from conversations
Why Use Artifacts?
| Use Case | Benefit |
|---|---|
| Knowledge Base | Store company documents, policies, FAQs |
| RAG Source | AI retrieves relevant content when answering |
| Response Archive | Save valuable AI outputs for reuse |
| Team Resource | Share knowledge across your organization |
| Citation Source | AI references artifacts with proper attribution |
Artifact Types
| Type | Description | Icon |
|---|---|---|
| Text | Manual text content | Document |
| Link | Web URL with scraped content | Link |
| File | Uploaded PDF, CSV, DOCX | File |
| Document | Saved AI response | Document |
Accessing the Data Room
Navigation
- Click Data Room in the left sidebar
- View your artifacts and folders
Data Room Interface
The Data Room displays:
| Element | Description |
|---|---|
| Folders | Organized collections of artifacts |
| Root Artifacts | Artifacts not in any folder |
| Create Button | Add new artifacts or folders |
| Search | Find artifacts by name |
| Sync Status | Shows if content is indexed for AI |
Creating Artifacts
Creating a Text Artifact
- Click Create in the Data Room
- Select Artifact
- Choose Paragraph Text type
- Fill in the details:
| Field | Description | Required |
|---|---|---|
| Name | Artifact title | Yes |
| Content | Main text content (max 15,000 chars) | Yes |
| Title for Citation | How it appears when cited by AI | No |
| Author | Content creator | No |
| Publish Date | When content was created | No |
| Tags | Categories for organization | No |
- Click Create
Creating a Link Artifact
- Click Create → Artifact
- Select Link type
- Enter the URL
- System automatically scrapes and processes content
- Add metadata (title, author, date)
- Click Create
What Gets Scraped:
- Main content area of the page
- Headers and paragraphs
- Lists and tables
What Gets Removed:
- Navigation menus
- Footers and sidebars
- Ads and cookie banners
- Modals and popups
Uploading Files
- Click Create → Artifact
- Select File type
- Upload your file:
- Drag and drop onto the upload area
- Or click to browse and select
Supported Formats:
| Format | Extension | Max Size |
|---|---|---|
.pdf | 500 MB | |
| CSV | .csv | 500 MB |
| Word | .docx | 500 MB |
| Text | .txt | 500 MB |
- Add metadata (citation title, author, date)
- Click Create
Bulk Upload
For uploading multiple files at once:
- Click Bulk Upload button
- Drag multiple files or select from file browser
- Files upload simultaneously
- Each becomes a separate artifact
- Edit individual artifacts later for metadata
Saving AI Responses
Save valuable AI responses directly to your Data Room for future reference.
How to Save a Response
- Have a conversation with your AI prompt
- Find a response you want to save
- Click the Save icon on the response
- Response is saved as an artifact
Where Saved Responses Go
Saved responses are automatically organized:
| Scenario | Folder Location |
|---|---|
| Prompt has a name | Folder named after the prompt |
| Prompt unnamed | ”Conversation Artifacts” folder |
| Folder already exists | Added to existing folder |
Saved Response Details
Each saved response includes:
- Name: “Response - [timestamp]”
- Type: Document
- Content: Full AI response text
- Description: Links back to original conversation
- Date: When it was saved
Finding Saved Responses
- Go to Data Room
- Look for folder matching your prompt name
- Or search by “Response” to find all saved responses
Managing Artifacts
Viewing Artifact Details
- Click on an artifact card
- View full content and metadata
- See how content is chunked for AI retrieval
Editing Artifacts
- Open the artifact detail page
- Click Edit button
- Modify any fields:
- Name
- Content
- Citation title
- Author
- Publish date
- Tags
- Click Save
Note: Only artifact Owners and Editors can make changes.
Viewing Content Chunks
For RAG purposes, artifacts are split into chunks. To preview:
- Open artifact detail page
- Scroll to Chunk Preview section
- See how the AI will search and retrieve content
Each chunk shows:
- Chunk number
- Content preview
- Character count
Deleting Artifacts
- Click the trash icon on the artifact card
- Confirm deletion in the dialog
- Artifact is permanently removed
Warning: Deletion also removes the artifact from the vector store. This cannot be undone.
Organizing with Folders
Creating Folders
- In Data Room, click Create
- Select Folder
- Enter folder name
- Click Create
Moving Artifacts to Folders
-
Create artifacts directly in a folder:
- Open the folder first
- Then create the artifact
-
Or drag artifacts (if supported in UI)
Folder Structure
Data Room
├── Marketing Materials/
│ ├── Product Overview.pdf
│ ├── Pricing Guide.docx
│ └── FAQ Document
├── Technical Docs/
│ ├── API Reference
│ └── Integration Guide
├── Saved Responses/
│ └── Response - Dec 30, 2025
└── [Unfiled Artifacts]Folder Sync Status
Folders show sync status indicators:
| Status | Meaning | Action |
|---|---|---|
| Synced | All artifacts indexed | Ready for RAG |
| Pending | Changes not yet indexed | Will sync automatically |
| Modified | Content changed since sync | Needs re-sync |
Sharing Artifacts
Individual Artifact Sharing
- Open artifact detail page
- Click Share button
- Enter email addresses or select teams
- Click Share
Folder Sharing
Share an entire folder to give access to all artifacts within:
- Open folder
- Click Share on the folder
- Add emails or teams
- All artifacts in folder become accessible
Permission Levels
| Role | Can View | Can Edit | Can Delete | Can Share |
|---|---|---|---|---|
| Owner | Yes | Yes | Yes | Yes |
| Editor | Yes | Yes | No | Yes |
| Viewer | Yes | No | No | No |
Shared Artifact Indicators
Shared artifacts show:
- Number of people shared with
- “Shared by: [email]” if shared by someone else
- Team badges if shared with teams
Using Artifacts with RAG
Artifacts power RAG (Retrieval Augmented Generation), allowing AI to reference your content when answering questions.
Connecting Artifacts to Prompts
There are three main ways to connect your Data Room content to prompts:
Method 1: Using Variables (Recommended for Direct Content Injection)
- Add
\{data\}(or any variable name) in your prompt content, e.g.,Use the following data: \{data\} - The Variables section will automatically detect the variable
- Click Connect Data button next to the variable
- Select an artifact or folder from your Data Room
- The entire content will be injected into the prompt when used
Use this method when: You want the entire content injected directly into the prompt (good for small, specific content).
Method 2: Using Block Settings Dataset Field (For RAG/Semantic Search)
- Click on the block header (e.g., “Block 1”) to expand the block
- Look for the block’s LLM Settings or Tools and Data section
- Find the Dataset field within the block settings
- Click Connect Data to select folders or artifacts from your Data Room
- AI will search and retrieve relevant chunks from the connected dataset when the prompt runs
Use this method when: You want AI to search and retrieve relevant parts from large knowledge bases (RAG - Retrieval Augmented Generation).
Method 3: Using Tools & Data Section in Supervisor Mode
When using Run with Supervisor mode, you can connect datasets directly in the block’s Tools & Data section:
- Click on a block in your Supervisor agent (e.g., “SQA_BOOK_BLOCK”)
- Click Block Settings to expand the block settings
- Find the Tools & Data section
- Click the Artifact button (this is the Data field)
- Select folders or artifacts from your Data Room
- The connected dataset will be used for RAG when that specific block executes
Use this method when: You’re using Supervisor mode and want to connect datasets to specific blocks in your agent workflow. Each block can have its own dataset for specialized knowledge retrieval.
How RAG Works
User asks question →
AI searches connected artifacts →
Finds relevant chunks (top 10) →
Uses context to answer →
Cites sources in responseRAG vs Direct Variable
| Approach | When to Use | How It Works |
|---|---|---|
| RAG (Dataset) | Large knowledge bases | AI searches and retrieves relevant parts |
| Variable | Small, specific content | Entire content injected into prompt |
For detailed RAG configuration, see Understanding Agents and RAG.
Vector Sync and Citations
Understanding Vector Sync
Artifacts must be “synced” to be searchable by AI. Syncing:
- Splits content into optimized chunks
- Generates embeddings (semantic vectors)
- Stores in secure vector database
- Enables similarity-based retrieval
Sync Status Indicators
| Status | Badge | Meaning |
|---|---|---|
| Synced | Green | Content indexed and searchable |
| Unsynced | Yellow | New artifact, not yet indexed |
| Modified | Orange | Content changed, needs re-index |
When Sync Happens
- Automatic: When folder is accessed
- On Save: When artifact is created or edited
- Manual: Via sync button (if available)
Citation Display
When AI uses an artifact, citations appear:
Citation Information:
- Display title (from “Title for Citation” field)
- Author name
- Publish date
- Source URL (for links)
- Relevance score
Improving Citations
For better citations, always fill in:
| Field | Impact on Citation |
|---|---|
| Title for Citation | Shows as citation header |
| Author | Attribution in citation |
| Publish Date | Recency indicator |
| URL | Clickable source link |
Best Practices
Content Organization
Do:
- Use descriptive folder names
- Group related content together
- Keep artifacts focused (one topic each)
- Update content when it becomes outdated
Don’t:
- Create one giant artifact with everything
- Mix unrelated topics in same folder
- Leave artifacts without metadata
- Duplicate content across folders
RAG Optimization
Do:
- Write clear, well-structured content
- Use headers to organize sections
- Include key terms users might search for
- Test retrieval with sample questions
Don’t:
- Upload scanned images without OCR
- Rely on heavily formatted tables
- Expect AI to read charts/graphs
- Use abbreviations without definitions
Citation Quality
Do:
- Fill in all metadata fields
- Use meaningful citation titles
- Include author for accountability
- Add publish dates for time-sensitive content
Storage Management
- Review artifacts periodically
- Delete outdated content
- Consolidate duplicate information
- Archive old responses if not needed
Troubleshooting
Artifact Won’t Sync
- Check sync status indicator
- Try editing and saving the artifact
- Open the containing folder (triggers sync)
- Verify content isn’t empty
- Check for special characters in content
AI Not Finding Relevant Content
- Verify artifact is synced (green status)
- Check artifact is in connected dataset
- Test with different question phrasing
- Review chunk preview to see how content is split
- Ensure content contains relevant keywords
Link Scraping Failed
- Verify URL is accessible (not behind login)
- Check URL uses http:// or https://
- Try the URL in a browser first
- Some sites block automated scraping
- Consider copying content manually as text
File Upload Errors
- Check file size (max 500 MB)
- Verify file format is supported
- Ensure file isn’t corrupted
- Try re-saving file and uploading again
- Check file isn’t password protected
Citations Not Appearing
- Verify artifacts have citation metadata
- Check “Title for Citation” is filled
- Ensure RAG is enabled on prompt
- Confirm artifact is in connected dataset
- Check citation display is enabled in enterprise settings
Shared Artifact Not Visible
- Verify sharing was saved
- Ask owner to check sharing settings
- Ensure recipient email is correct
- Check team membership (for team shares)
- Recipient may need to refresh page
Quick Reference
Artifact Creation Checklist
Required:
- Name
- Content or file
Recommended:
- Title for Citation
- Author
- Publish Date
- Folder assignment
Supported File Types
| Type | Extensions |
|---|---|
| Documents | .pdf, .docx, .txt |
| Data | .csv |
| Max Size | 500 MB |
Artifact Limits
| Limit | Value |
|---|---|
| Text content | 15,000 characters |
| File size | 500 MB |
| Chunk size | 1,000 characters |
| Chunk overlap | 200 characters |
| RAG results | Top 10 chunks |