Overview
The Marketplace provides access to:- Community Templates: Pre-built templates from the Flowise community
- Custom Templates: Your private templates shared across workspaces
- Chatflow Templates: Ready-to-use conversation flows
- AgentflowV2 Templates: Advanced agent workflows
- Tool Templates: Custom tools and integrations
Browsing the Marketplace
Marketplace Interface
The Marketplace features a searchable interface with filtering options:View Options
Switch between viewing modes:- Card View: Visual grid layout with previews
- List View: Detailed table with metadata
Filtering Templates
By Tag
Filter by template badges:- POPULAR: Most used templates
- NEW: Recently added templates
By Type
Filter by template category:- Chatflow: Standard conversation flows
- AgentflowV2: Advanced agent workflows
- Tool: Custom tools and functions
By Framework
Filter by underlying framework:- Langchain: LangChain-based templates
- LlamaIndex: LlamaIndex-based templates
By Use Case
Select from predefined use cases:Searching Templates
Search across:- Template names
- Descriptions
- Node types used
- Categories and tags
Using Community Templates
Popular Template Categories
Conversational AI
Templates for building chat experiences:- Simple Chatbot: Basic Q&A with memory
- Context-Aware Chat: With conversation history
- Multi-Turn Conversations: Complex dialogue flows
RAG (Retrieval-Augmented Generation)
Document-based Q&A templates:- PDF Q&A: Ask questions about PDF documents
- Website Chatbot: Chat with website content
- Multi-Document Search: Search across multiple sources
- SQL Database Chat: Natural language to SQL
Agents and Tools
Autonomous agent templates:- ReAct Agent: Reasoning and acting agent
- Multi-Tool Agent: Agent with multiple tools
- Research Assistant: Web research and summarization
- Code Interpreter: Execute and debug code
Integrations
API and service integration templates:- Slack Bot: Connect to Slack workspace
- Discord Bot: Discord integration
- Email Automation: Send automated emails
- CRM Integration: Connect to Salesforce, HubSpot
Data Processing
Templates for data workflows:- CSV Analyzer: Analyze CSV data
- Web Scraper: Extract data from websites
- Data Transformer: Process and transform data
- Report Generator: Generate formatted reports
Creating Custom Templates
Share your chatflows as templates:{
"name": "Customer Support Bot",
"description": "AI assistant for handling customer inquiries",
"badge": "NEW",
"type": "Chatflow",
"framework": ["Langchain"],
"usecases": ["Customer Support", "Q&A"],
"categories": ["support", "automation"]
}
Public templates undergo review before appearing in the community marketplace.
Managing Custom Templates
View Your Templates
Switch to the My Templates tab to see your custom templates.Share with Workspace
Share templates with team members:- Click the Share icon on a template
- Select workspace to share with
- Set permissions:
- View Only: Can use template
- Can Edit: Can modify template
Update Template
Modify existing templates:- Open the template in canvas
- Make changes
- Save and republish
Delete Template
Remove unwanted templates:- Click the delete icon on a template
- Confirm deletion
Template Structure
Templates are JSON files containing:Using Templates Programmatically
List Marketplace Templates
Get Specific Template
Import Template
Create Custom Template
Best Practices
Template Creation
- Clear Documentation: Provide detailed descriptions
- Default Values: Set sensible defaults for inputs
- Error Handling: Include error handling nodes
- Credentials: Use credential nodes, not hardcoded keys
- Modularity: Make templates easy to customize
Template Naming
Use descriptive, searchable names:Categorization
Tag templates appropriately:- Use multiple relevant use cases
- Add framework information
- Include difficulty level in description
- Mention required services (OpenAI, Pinecone, etc.)
Version Control
Maintain template versions:- Document breaking changes
- Keep older versions available
- Update descriptions with version notes
Troubleshooting
Template Import Fails
- Check for missing node types
- Verify compatibility with your Flowise version
- Review error messages in console
- Ensure all required components are installed
Missing Credentials
- Add required credentials after import
- Check credential configuration
- Verify API keys are valid
Template Not Working
- Review template instructions
- Check node configurations
- Test each node individually
- Verify input/output connections
Can’t Find Template
- Check spelling in search
- Try different filters
- Browse by category
- Clear search and filters
