Template Overview
This template includes a complete solution for website-based agents:- Website crawler configuration
- Content extraction and processing pipelines
- Knowledge base creation and management
- RAG (Retrieval Augmented Generation) configuration
- Conversational agent setup
Automated Crawling
Configurable crawler for efficient website content extraction
Intelligent Processing
Content chunking and embedding optimization
Semantic Search
Advanced retrieval to find the most relevant information
Conversational Interface
Natural dialogue about website content
Use Cases
- Documentation Agents
- Marketing & Sales
- Knowledge Bases
Create assistants that help users navigate and understand:
- Product documentation
- API references
- Technical specifications
- User guides
Key Features
- Configurable Crawler: Set crawl depth, URL patterns, and content filters
- Content Preprocessing: HTML cleaning, text extraction, and metadata handling
- Advanced RAG: Optimized retrieval settings for better answer relevance
- Citation Support: Responses reference specific pages and content sources
- Incremental Updates: Add new content without rebuilding the entire knowledge base
Getting Started
For self-hosted Prisme.ai installations, follow these steps:1
Download the Template
Visit the Prisme.ai Templates Repository and download the ZIP file
2
Import the Template
In your Prisme.ai instance, go to AI Builder > Import Workspace and upload the ZIP file
3
Configure the Crawler
Enter the website URL and adjust crawling parameters (depth, URL patterns to include/exclude)
4
Run the Content Pipeline
Execute the automation to crawl the website and build the knowledge base
5
Test and Publish
Test the agent’s responses and publish it to AI Store when ready
SaaS Prisme.ai users can access this template directly from the Template Gallery.
Performance Considerations
- Website Size: Large websites may require adjusting the crawler configuration
- Content Quality: The agent’s effectiveness depends on the website’s content quality
- Update Frequency: Consider how often the website content changes and schedule regular updates
Next Steps
After implementing this template, you can:- Explore the SharePoint/Confluence to Agent template for internal knowledge bases
- Learn about advanced RAG techniques in Advanced RAG documentation
- Add custom tools to extend your agent’s capabilities with the Autonomous Agent with Tools template