This page addresses the most commonly encountered issues when using Prisme.ai. For each issue, we provide clear explanations and step-by-step solutions. If you don’t find your specific problem here, please refer to our Troubleshooting Guide or contact our support team.Documentation Index
Fetch the complete documentation index at: https://prismeai-legacy.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication and Access Issues
I can't log in to my Prisme.ai account
I can't log in to my Prisme.ai account
- Password Reset:
- Click “Forgot Password” on the login page
- Follow the instructions sent to your email
- Set a new password and try logging in again
- Check Your Email Address:
- Ensure you’re using the correct email address for your account
- Check for typos or case sensitivity issues
- Browser Issues:
- Clear your browser cache and cookies
- Try using an incognito/private browsing window
- Try a different browser altogether
- Account Status:
- Your account may be locked or inactive
- Contact your organization’s administrator
- SSO Configuration:
- If your organization uses SSO, make sure you’re using the SSO login option
- Contact your IT department to verify SSO settings
I can't access a specific workspace or project
I can't access a specific workspace or project
- Check Your Role:
- Different roles have different access levels
- Ask your workspace administrator to verify your assigned role
- Workspace Membership:
- You may not be added to the workspace yet
- Request access from the workspace owner
- Project Visibility:
- Projects can be set to private or limited visibility
- Ask the project owner to share it with you
- Organization Boundaries:
- Some workspaces may be restricted to specific organizations
- Verify you’re using the correct organization context
- License Limitations:
- Your license may not include access to certain features
- Contact your organization’s Prisme.ai administrator
Single Sign-On (SSO) integration isn't working
Single Sign-On (SSO) integration isn't working
- Configuration Check:
- Verify the SSO settings in both Prisme.ai and your identity provider
- Check that entity IDs, URLs, and certificates match exactly
- Certificate Expiration:
- SAML certificates may have expired
- Generate and upload new certificates
- Attribute Mapping:
- User attributes may not be mapping correctly
- Review attribute mapping configuration
- Browser Issues:
- Ensure cookies and third-party cookies are enabled
- Some browsers block redirects in security modes
- Network Restrictions:
- Check if firewalls or proxies are blocking authentication redirects
- Whitelist necessary domains and endpoints
AI Knowledge and RAG Issues
My uploaded documents aren't being processed correctly
My uploaded documents aren't being processed correctly
- Check Document Format:
- Ensure your documents are in a supported format (PDF, DOCX, TXT, etc.)
- Convert documents to a different format if needed
- File Size and Complexity:
- Very large files (>50MB) may take longer to process
- Complex documents with lots of formatting, images, or tables may have extraction issues
- Text Extraction:
- Some PDFs contain images of text rather than actual text
- OCR processing may be needed for scanned documents
- Processing Status:
- Check the document processing status in the AI Knowledge interface
- Documents in “Processing” state may need more time
- Character Encoding:
- Documents with unusual character encoding may not process correctly
- Try saving in UTF-8 format
AI responses don't include information from my documents
AI responses don't include information from my documents
- Check Document Status:
- Verify that documents are fully processed and in “Active” state
- Documents in “Pending” or “Error” state won’t be used
- Query Formulation:
- Be specific in your questions
- Use keywords that appear in your documents
- Try rephrasing your question in different ways
- Chunk Size and Overlap:
- Adjust chunk size settings for your documents
- Smaller chunks may improve retrieval of specific information
- Larger chunks provide more context
- Embedding Settings:
- Different embedding models have varying performance characteristics
- Try changing the embedding model in your project settings
- Retrieval Configuration:
- Adjust the number of chunks retrieved
- Enable query enhancement or self-query features
- Prompt Engineering:
- Review and refine your system prompt
- Include specific instructions about using document content
AI responses are inaccurate or contain hallucinations
AI responses are inaccurate or contain hallucinations
- Check Retrieved Context:
- Review the chunks retrieved for each query
- Verify if the correct information is being provided to the model
- Adjust Retrieval Settings:
- Increase the number of retrieved chunks
- Improve retrieval relevance with query enhancement
- Prompt Tuning:
- Add explicit instructions to prioritize retrieved information
- Include directives to avoid making up information
- Use phrases like “If you don’t know, say so”
- Model Selection:
- Some models are more prone to hallucination than others
- Try switching to a different LLM
- Document Quality:
- Ensure your documents contain clear, accurate information
- Break down complex documents into more manageable pieces
- Implement Testing:
- Set up automated tests with expected answers
- Regularly evaluate accuracy against known information
AI Builder and Custom App Issues
My automation workflow isn't triggering
My automation workflow isn't triggering
- Event Configuration:
- Verify that the event name matches exactly between the trigger and emitter
- Check for typos or case sensitivity issues
- Automation Status:
- Ensure the automation is published and active
- Unpublished changes won’t affect the live automation
- Scope Issues:
- Events may be limited to specific scopes (current socket, workspace, etc.)
- Check the event emission target configuration
- Error Handling:
- Check activity logs for errors
- Add error tracking to your automation
- Permissions:
- Verify that the user has permissions to trigger the automation
- Some automations require specific roles
- Rate Limiting:
- Frequent triggers may be subject to rate limiting
- Implement backoff strategies for high-frequency events
Custom code function is failing
Custom code function is failing
- Syntax Errors:
- Check for JavaScript syntax errors in your code
- Use console.log statements to debug
- Parameter Handling:
- Ensure all required parameters are being passed
- Check parameter types and formats
- Environment Access:
- Custom code has limited access to environment variables
- Verify you’re not trying to access restricted resources
- Execution Timeout:
- Functions have maximum execution times
- Optimize long-running operations
- External Dependencies:
- Custom code can’t import external packages
- Use built-in JavaScript functionality
- Error Handling:
- Implement try/catch blocks in your code
- Return meaningful error messages
API integration is returning errors
API integration is returning errors
- Authentication:
- Check API keys and credentials
- Verify token expiration and refresh mechanisms
- Endpoint Configuration:
- Confirm the API endpoint URL is correct
- Check for typos or formatting issues
- Request Format:
- Verify the request body matches the API requirements
- Check content type headers
- Parameter Validation:
- Ensure all required parameters are provided
- Check parameter formats and data types
- Rate Limiting:
- Many APIs have rate limits
- Implement retry logic with backoff
- Response Handling:
- Add proper error handling for API responses
- Parse response data correctly
Deployment and Performance Issues
Self-hosted deployment is failing
Self-hosted deployment is failing
- Infrastructure Requirements:
- Verify your environment meets the minimum requirements
- Check CPU, memory, and storage allocations
- Kubernetes Configuration:
- Ensure Kubernetes version is compatible
- Check pod, service, and ingress configurations
- Network Issues:
- Verify network policies allow required communications
- Check DNS resolution and service discovery
- Storage Configuration:
- Ensure persistent volumes are properly configured
- Check storage class and provisioner settings
- Container Registry Access:
- Verify access to container images
- Check image pull secrets if using private registries
- Helm Chart Configuration:
- Review values.yaml for misconfigurations
- Check version compatibility between components
The platform is running slowly
The platform is running slowly
- Browser Performance:
- Clear browser cache and close unnecessary tabs
- Try a different browser or device
- Network Connectivity:
- Run a speed test to check your internet connection
- Check for VPN or proxy issues
- Resource Utilization:
- For self-hosted deployments, check CPU, memory, and disk usage
- Scale resources if necessary
- Concurrent Users:
- High user load can affect performance
- Check usage patterns and consider scaling
- Large Data Volumes:
- Very large knowledge bases may affect performance
- Consider optimizing document chunking
- Model Selection:
- Some AI models are more resource-intensive than others
- Try switching to a lighter model for faster responses
Error when pushing changes: conflict detected
Error when pushing changes: conflict detected
- Pull Latest Changes:
- Always pull the latest version before pushing
- This ensures you’re working with the most recent state
- Identify Conflicting Items:
- Check the error message for specific items causing conflicts
- Look for items that may have been modified by others
- Resolve Conflicts:
- For each conflicting item, decide which version to keep
- You may need to manually merge changes
- Coordinate with Team Members:
- Communicate with others who might be working on the same workspace
- Establish coordination practices for shared workspaces
- Use Versioning:
- Create a new version before making major changes
- This preserves the previous state as a fallback
- Structured Workspaces:
- Consider splitting large workspaces into smaller ones
- This reduces the likelihood of conflicts
Billing and Account Issues
I need to change my subscription plan
I need to change my subscription plan
- Contact Sales:
- Reach out to our sales team at hello@prisme.ai
- Specify your current plan and desired changes
- Self-Service Option:
- Organization administrators can manage subscription changes
- Navigate to Organization Settings > Billing > Subscription
- Select “Change Plan” and follow the prompts
- Mid-cycle Changes:
- Changes during a billing cycle are prorated
- You’ll receive a credit or additional charge as appropriate
- Contract Adjustments:
- For enterprise contracts, contact your account manager
- Contract amendments may be required
My invoice or payment is incorrect
My invoice or payment is incorrect
- Review Invoice Details:
- Check the invoice in your billing dashboard
- Verify the billing period, plan, and any additional charges
- Usage-based Charges:
- Some plans include usage-based billing
- Review your usage metrics in the dashboard
- Payment Method:
- Verify your payment method is current
- Check for expired cards or insufficient funds
- Tax Information:
- Ensure your tax information is complete and correct
- Tax rates vary by location
- Contact Billing Support:
- Email billing@prisme.ai with your account details
- Include the invoice number and specific concerns
How do I add or remove users from my organization?
How do I add or remove users from my organization?
- Administrator Access:
- Only organization administrators can manage users
- Verify you have the necessary permissions
- Adding Users:
- Navigate to Organization Settings > Users > Add User
- Enter the user’s email address and select their role
- An invitation will be sent automatically
- Removing Users:
- Navigate to Organization Settings > Users
- Find the user you want to remove
- Click “Remove” and confirm
- Bulk User Management:
- For adding multiple users, use the bulk import option
- For enterprise customers, SCIM provisioning is available
- License Considerations:
- Adding users may affect your licensing costs
- Some plans have user limits
- Role Assignment:
- Be sure to assign appropriate roles to new users
- Roles determine what actions users can perform
If You Still Need Help
If you’ve tried the solutions above and are still experiencing issues:Troubleshooting Guide
Contact Support
Training Programs
FAQ
- Detailed description of the problem
- Steps to reproduce the issue
- Error messages (if any)
- Screenshots (when applicable)
- Environment details (browser, operating system)
- Account information (organization name, workspace)