# CRM Contacts Template The CRM Contacts template provides a complete contact management solution with natural language interface. Users can add, search, update, and manage contacts through conversational interactions. ## Overview | Property | Value | |----------|-------| | Template ID | `crm/contacts.gbai` | | Category | CRM | | Complexity | Intermediate | ## Features - Add new contacts with validation - Search contacts by name, email, or phone - Update contact information - Tag and categorize contacts - Export contacts to CSV ## Installation Copy the template folder to your work directory or use the Sources app to create from template. ## Configuration Add these settings to your `config.csv`: | Key | Value | Description | |-----|-------|-------------| | `contacts-table` | `contacts` | Database table name | | `require-email` | `true` | Require email for new contacts | | `allow-duplicates` | `false` | Allow duplicate entries | | `default-tags` | `lead` | Default tags for new contacts | --- ## Sample Conversations ### Adding a New Contact