Templates are pre-built agent configurations designed for common business use cases. Each template includes a complete agent definition (model, tools, orchestration, guardrails, prompts) with customizable variables so you can adapt it to your specific needs.
On the Forge home screen or dashboard, click Start from Template .
Browse the gallery by category or search by keyword.
Select a template to see its description, recommended channels, and preview.
Click Use Template to open the wizard pre-filled with the template configuration.
Fill in the template variables (e.g., company name, brand voice, product details).
Optionally edit tools, model, guardrails, or prompts.
Review and deploy.
Template variables (like {{company_name}}) are resolved client-side in Forge before the agent configuration is sent to the node API.
Template Recommended Channels Description Sales Qualifier WhatsApp, Web Chat Qualifies leads using BANT methodology. Scores 1-10, recommends next action. CRM integration for company lookup. Product Advisor WhatsApp, Telegram Recommends products based on customer needs. Asks discovery questions, matches to catalog, generates comparisons.
Template Recommended Channels Description Support Agent WhatsApp, Telegram, Web Chat Resolves FAQs using RAG-powered knowledge base. Escalates to human when confidence is low. Empathetic tone. Returns & Claims WhatsApp Manages product returns and warranty claims. Collects order info, validates policy, generates return labels.
Template Recommended Channels Description Payment Reminder WhatsApp Sends payment reminders with configurable escalation. Friendly first notice, firmer follow-ups. Negotiates payment plans. Debt Collector WhatsApp, Telegram Structured debt follow-up. Generates payment commitments, tracks promises, escalates non-responsive accounts.
Template Recommended Channels Description Campaign Bot Telegram, WhatsApp Sends promotional campaigns, segments responses by interest, captures leads from engagement.
Template Recommended Channels Description Brand Chef WhatsApp, Instagram Recommends recipes using the brand’s products. Cooking tips, meal planning, ingredient substitutions. Personalized to user preferences. Nutritionist Web Chat Nutritional information about products. Dietary recommendations, allergen alerts, healthy combinations.
Template Recommended Channels Description Service Scheduler WhatsApp, Web Chat Schedules workshop appointments. Reminds preventive maintenance based on mileage. Receives problem photos for pre-diagnosis. Parts Advisor WhatsApp Checks parts availability, generates quotes, schedules installation appointments. Compatible parts lookup by vehicle model.
Template Recommended Channels Description Property Agent WhatsApp Qualifies interested buyers/renters. Matches preferences to listings. Schedules property viewings.
Template Recommended Channels Description Tutor Assistant Telegram, Web Chat Homework help, concept explanations, practice exercises. Adapts to student level.
Template Recommended Channels Description HR Assistant Slack, Web Chat Answers HR questions (policies, vacation balance, benefits). Routes complex requests to HR team. Onboarding Buddy Slack Guides new employees through first weeks. Checklist tracking, team introductions, tool setup help.
You can create your own templates by adding .template.yaml files to config/templates/.
A template file follows this structure:
display_name : " My Custom Template "
Description of what this agent does and which
business use case it addresses.
reason : " Why this channel is a good fit "
label : " Your company name "
label : " Tone of communication "
placeholder : " Professional and friendly "
default : " Professional and friendly "
# Full agent YAML specification
# (model, tools, orchestration, guardrails, prompts)
Custom templates appear alongside built-in templates in the Forge gallery. The node serves them via GET /v1/templates.