What You’ll Build
A complete document management system with:- A user-friendly document upload interface
- Automatic AI-based document classification
- A searchable and filterable document repository
- Document management capabilities (view, categorize, delete)
Prerequisites
Before starting this tutorial, make sure you have:- An active Prisme.ai account
- The Knowledge Client app installed in your workspace
- The Collection app installed in your workspace
- Basic familiarity with Prisme.ai Builder
Step 1: Creating Your Document Management Workspace
Let’s start by setting up a dedicated workspace for our document management system:Access Builder
Create a New Workspace
Configure Workspace Settings
Step 2: Building the Document Upload Interface
Now, let’s create a user-friendly interface for document uploads and management:Create a New Page
Configure Page Properties
- Name your page “Document Upload Form”
- Set the slug to “upload-docs” (this will be used in the URL)
Add a Form Block
Add a Data Table Block
Save Your Page
Step 3: Creating the Document Classification Automation
Next, let’s set up the automation that will classify documents when they’re uploaded:Navigate to Automations
Create Document Classification Automation
Create Data Retrieval Automation
Create Document Deletion Automation
Deploy Your Automations
Step 4: Testing and Using Your Document Classification System
Now it’s time to test your document management system:Access Your Document Upload Page
workspace-slug.pages.host/lang/upload-docsUpload a Test Document
- Upload a sample document (PDF) through the form
- Add a description that gives context about the document’s content
- Submit the form
Verify Classification
Test Document Management
Step 5: Version Control and Deployment
To finalize your document classification system:Push Your Changes
Create a Version
Configure Access Controls
Monitoring and Improving Your System
After deployment, regularly check the system’s performance:Monitor Activity Logs
Review Classification Accuracy
Optimize for Performance
Extending Your Document Classification System
Your base system is powerful, but consider these enhancements:- Advanced Classification: Train a more specialized model for your specific document types
- Content Extraction: Extract key information from documents based on their category
- Automated Workflows: Trigger specific actions based on document type (e.g., route invoices to accounting)
- Search Functionality: Add search capabilities to find documents by content or metadata
- Integration: Connect with other systems like CRM or ERP platforms