# Leads Agents

### Creating a Leads Agent

When creating a user, set the Access Level to Leads Agent.

<figure><img src="/files/SgqTfEvf9bGObGmBWOhp" alt=""><figcaption><p>Access Level field set to Leads Agent</p></figcaption></figure>

Leads Agents are generally granted the Order Details report as well as the Customer Service and Order Entry pages.

### Leads Agent Dashboard

Leads Agents are automatically redirected to the Leads Agent Report upon login, which shows a list of their assigned leads and the 10 most recent customer history entries across their assigned customers.

<figure><img src="/files/0Festgo192lkp1otgxym" alt=""><figcaption><p>Leads Agent Dashboard</p></figcaption></figure>

The Resolve button allows agents to resolve the lead without completing a sale.&#x20;

<figure><img src="/files/lvttfs4BlfHnWTqXTd76" alt=""><figcaption><p>Mark Lead As Resolved form</p></figcaption></figure>

The Leads Agent is able to choose a disposition from those setup as Sales Dispositions in the Call Dispositions section of the Call Centers page.

{% hint style="info" %}
Leads are automatically resolved when a sale is completed through Order Entry.
{% endhint %}

### Assigning Leads to Leads Agents

#### Assigned Leads Tab on the Users Page

<figure><img src="/files/WjaFAnLluAW1A7CcN9qi" alt=""><figcaption><p>Users Page Assigned Leads Tab</p></figcaption></figure>

From the Users Page Assigned Leads Tab, currently assigned leads can be viewed with the option to Unassign the lead.

To assign a new lead (partial orders only), click the green plus button.

<figure><img src="/files/GYeWwI7acVDOSjrB7pLi" alt=""><figcaption><p>Assign Lead form</p></figcaption></figure>

The User field has a selection of all Leads Agent users.

The Lead to Assign field has a selection of customers with the most recent orders in Partial status.

Click Assign.

#### Order Details Report Batch Update

Enable the Show Leads Agent option on the Order Details Report to display a column with the currently assigned Leads Agent for the order's customer.

<figure><img src="/files/yAuQnIfIHwhZ0L516o3E" alt=""><figcaption><p>Order Details Report Show Leads Agent option</p></figcaption></figure>

<figure><img src="/files/BR22q4c4LkKDC9sIvdb7" alt=""><figcaption><p>Leads Agent Order Details Report Column</p></figcaption></figure>

Click show/hide batch updates.

Select the orders to be assigned.

Select the Leads Agent to assign.

Click Assign Leads.

<figure><img src="/files/4em39TzG0to3qnoIkN5F" alt=""><figcaption><p>Assign Leads Batch Update Form</p></figcaption></figure>

<figure><img src="/files/zDmJRy9KM70ztBFTBdJC" alt=""><figcaption><p>Batch Lead Assignment Result Log</p></figcaption></figure>

### Account Settings Options

#### Allow Leads Agents to View Non-Partial Orders

By default, Leads Agents are only able to view orders in partial status in reports. This option allows Leads Agents to view non-partial orders in reports. Example: You want your Leads Agents to contact a customer with a completed order in order to upsell them.

#### Lock Leads Agents to Assigned Customers

Only allow Leads Agent users to view customers assigned to them. Leads can be assigned to Leads Agent users via the Assigned Leads tab on the Users page or via the Order Details Report batch update. Leads Agents will only be able to view their assigned customers in reports and the Customer Search. The Leads Agent will be redirected back to the Customer Search page if they attempt to view a customer not assigned to them or one that has been resolved for over an hour.


---

# 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://help.checkoutchamp.com/crm/admin-setup/create-a-user/leads-agents.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.
