Adding and Organizing Documents
This guide explains how to upload, organize, and manage documents in PromptOwl’s Data Room for use with your AI prompts.
Overview
The Data Room is your central repository for all documents that power your AI prompts. Documents uploaded here can be:
- Connected to prompts for RAG (Retrieval Augmented Generation)
- Organized into folders
- Shared with team members
- Automatically indexed for AI search
Accessing the Data Room
- Click the Data Room icon in the left sidebar
- You’ll see your folders and documents displayed in a grid view
Creating Folders
Organize your documents with folders for easy management.
Adding a New Folder
- Click the New Folder button
- Enter a folder name (max 30 characters)
- Click Create
Folder Naming Guidelines
- Use letters, numbers, spaces, hyphens, and underscores only
- Choose descriptive names (e.g., “Product Documentation”, “FAQ Content”)
- Keep names concise but meaningful
Uploading Documents
PromptOwl supports several methods for adding content to your Data Room.
Supported File Types
| Type | Extension | Max Size |
|---|---|---|
| Text files | .txt | 100 MB |
| PDF documents | .pdf | 100 MB |
| CSV spreadsheets | .csv | 100 MB |
| Word documents | .docx | 100 MB |
Method 1: Single File Upload
- Navigate to a folder (or stay in root)
- Click Add Document
- Select File Attachment
- Choose your file or drag and drop
- Fill in the metadata:
- Name - Display name for the document
- Description - Brief summary (optional)
- Author - Source author (optional)
- Publish Date - Original publication date (optional)
- Click Upload
Method 2: Bulk Upload
Upload multiple files at once:
- Navigate to your target folder
- Click Bulk Upload
- Select multiple files (or drag and drop)
- Review the upload queue:
- Green checkmark = valid file
- Red X = invalid file type or size
- Click Upload All
Bulk Upload Features:
- Up to 3 files upload simultaneously
- Progress bar for each file
- Retry option for failed uploads
- Summary of successful/failed uploads
Method 3: Add Text Content
Add content directly without a file:
- Click Add Document
- Select Paragraph Text
- Enter a name for your content
- Type or paste your text in the editor
- Add optional metadata
- Click Save
Method 4: Add Website Link
Reference external web content:
- Click Add Document
- Select Website Link
- Enter the URL
- Add a display name
- Add optional description
- Click Save
The content from the URL will be fetched and indexed for AI use.
Document Metadata
Each document can include metadata that improves organization and citation quality.
Available Metadata Fields
| Field | Purpose | Used For |
|---|---|---|
| Name | Primary identifier | Display & search |
| Display Name | Citation title | AI citations |
| Description | Content summary | Search & context |
| Author | Content creator | Citations |
| Publish Date | Original publication | Citations |
| Tags | Keywords | Organization |
Why Metadata Matters
- Better Citations: When AI references your documents, proper metadata creates professional citations
- Improved Search: Descriptions and tags help you find documents quickly
- Organization: Consistent naming and tagging keeps your Data Room manageable
Organizing Documents
Moving Documents to Folders
- Open the document you want to move
- Click Move to Folder
- Select the destination folder
- Confirm the move
Editing Document Details
- Click on a document to open it
- Click Edit
- Update any fields (name, description, metadata)
- Click Save
Deleting Documents
- Find the document in your Data Room
- Click the … menu on the document card
- Select Delete
- Confirm deletion
Warning: Deleting a document removes it from all prompts using it. This action cannot be undone.
Folder Management
Renaming a Folder
- Click the … menu on the folder card
- Select Rename
- Enter the new name
- Click Save
Deleting a Folder
- Click the … menu on the folder
- Select Delete
- Confirm deletion
Warning: Deleting a folder also deletes ALL documents inside it.
Syncing Documents for AI Use
Documents must be synced (indexed) before AI prompts can search and retrieve their content.
Understanding Sync Status
Each document shows a sync status indicator:
| Status | Color | Meaning |
|---|---|---|
| Synced | Green | Ready for AI use |
| Modified | Orange | Content changed, needs re-sync |
| Unsynced | Red | Not yet indexed |
Syncing a Folder
- Navigate to the folder
- Click Sync Folder
- Wait for the sync to complete
The sync process:
- Extracts text from all documents
- Breaks content into searchable chunks
- Creates AI embeddings for semantic search
- Updates the sync status
When to Re-sync
Re-sync your folders when:
- You’ve added new documents
- You’ve updated existing documents
- You see “Modified” status on documents
- AI responses seem to miss relevant content
Sharing Documents
Sharing with Individuals
- Click the … menu on a document or folder
- Select Share
- Enter email addresses
- Select permission level:
- Viewer - Can view only
- Editor - Can view and edit
- Click Share
Sharing with Teams
- Click Share on a document or folder
- Select Share with Team
- Choose the team from the dropdown
- Click Share
Permission Inheritance
- When you share a folder, all documents inside inherit those permissions
- Direct document sharing overrides folder permissions
- Users see only what they have access to
Connecting Documents to Prompts
From the Prompt Editor
- Open your prompt in edit mode
- Go to the Variables section
- Click Connect Data on a variable
- Browse your Data Room
- Select a document or folder
- Click Connect
Connecting Single Documents
- Select a specific document for targeted retrieval
- Best for: FAQs, specific procedures, single reference materials
Connecting Folders
- Select an entire folder to search across all documents
- Best for: Large knowledge bases, multiple related documents
Using in System Context
Reference connected data in your prompt:
You are a customer support agent.
Use the following knowledge base to answer questions:
`{knowledge_base}`Where knowledge_base is connected to your folder of support documents.
Viewing Document Chunks
See how your documents are processed for AI:
- Open a document
- Click the Chunks tab
- View the text segments created for AI search
This helps you understand:
- How content is divided
- What context the AI sees
- Whether documents need restructuring
Best Practices
Document Organization
- Create a logical folder structure before uploading
- Use consistent naming conventions
- Group related documents together
- Don’t create too many nested levels
Content Quality
- Ensure documents are well-formatted
- Remove unnecessary headers/footers
- Use clear section headings
- Keep content up to date
Metadata Management
- Always set display names for citations
- Add descriptions for searchability
- Include author and date for credibility
- Use tags for cross-cutting categories
Sync Management
- Sync folders after bulk uploads
- Re-sync when content changes
- Monitor sync status regularly
- Address any sync errors promptly
Troubleshooting
Upload fails
- Check file size (max 100 MB)
- Verify file type is supported
- Ensure the file isn’t corrupted
- Try uploading again
Document not appearing in AI responses
- Verify the document is synced (green status)
- Check the document is connected to the prompt
- Re-sync the folder if recently updated
- Test with a direct question about the document content
Sync taking too long
- Large documents take longer to process
- PDF files with images take extra time
- Check your internet connection
- Try syncing smaller batches
Cannot delete folder
- Check you have owner permissions
- Ensure no prompts are using documents from this folder
- Try removing documents first, then delete folder
Search not finding content
- Verify documents are synced
- Check your search terms match document content
- Re-sync documents if recently updated
- Review chunk view to understand how content is indexed