> For the complete documentation index, see [llms.txt](https://docs.neodove.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neodove.com/neodove-web-application/calling-leads/my-leads-wise.md).

# Calling Leads Through ‘My Leads’

### To start calls based on 'My Leads,' follow these steps:

***

1. **Log in** to your NeoDove web application.
2. Navigate to the dashboard and select "**My Leads**" to view all the new, follow-up, and non-connected leads.

<figure><img src="/files/KYiHP7VZ1Gaf8uGqTYZy" alt=""><figcaption></figcaption></figure>

3. Select the desired option to **initiate calls**, whether it's from New/Unattempted leads, Follow-up Leads, or Not Connected Leads.
4. If you prefer to check the leads manually, click on the **View** button from Not Connected Leads or New/Un-attempted Leads. For the **Follow-up Leads**, the leads will appear as per the **date wise filter** being selected.

<figure><img src="/files/00UpImCWW3teSM8SQU64" alt=""><figcaption></figcaption></figure>

5. If you directly want to **initiate** the call flow without manually viewing and selecting any lead, click on **Start Calling**.

<figure><img src="/files/GW7itV8DJ34dcmHLqeMJ" alt=""><figcaption></figcaption></figure>

6. Once you click the button, **leads** will start appearing.

<figure><img src="/files/hS5jyuviblalBydTMlTB" alt=""><figcaption></figcaption></figure>

7. If the **automatic call dialing** option is enabled, the system will automatically initiate the call after a set interval. If not, you can manually start the call by clicking on the number. Subsequently, you'll receive a **notification** on your phone, allowing you to make the calls from the **dialer** as needed.
8. Select your preferred **SIM card** for making the call, especially if you have a **dual-SIM** phone.
9. The app will automatically **place** the call, so there's no need to **dial** the number manually.
10. Once you've successfully finished your call, [**proceed** ](#user-content-fn-1)[^1]to the Lead Details Form or Customer Details Form

{% hint style="success" %}
**Note:** By default, to make calls, click on the **lead's contact number**. If you prefer automatic call dialing, access the **settings** in the Admin portal to enable this feature. Once enabled, calls will automatically initiate based on the **set time interval** when the lead appears on the screen.
{% endhint %}

[^1]:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.neodove.com/neodove-web-application/calling-leads/my-leads-wise.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
