# CRM Module

CRM stands for Customer Relationship management

### Features:

1. Followup
   * Followup with Leads, customers & Supplier
   * One-time followup
   * Recurring followups
   * Followup based on Pending/Partial/Overdue invoices
2. Leads
   * Add/Edit/Delete leads
   * Convert leads to customer
   * Leads source: Know which source (e.g. Google/Facebook etc) leads are converting to more customers.
   * Leads life stage: Know the life stage of the lead (New/Qualified/Opportunity/ etc)
3. Campaigns
   * Email & SMS campaign
4. Contact Login
   * Multiple logins for customers & suppliers
   * Contact can check previous orders, purchases, sales, payments & ledger.
5. Proposal
   * Create proposal templates with Subject, Body & attachments
   * Send proposal to leads
6. Report
   * Follow-ups by user
   * Follow-ups by contacts
   * Lead to customer conversion

### Adding contact login users

To add a contact login, Go to `CRM -> Contact Login Tab`

Click the add button, and a pop-up window is shown

Provide the required details in the pop-up window and save it.

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kbgfuzion.com/erp/knowledge-base/modules/crm-module.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
