> 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-mobile-application/calling-leads/calling-leads-through-my-leads.md).

# Calling Leads Through ‘My Leads’

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

***

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

![](https://lh7-us.googleusercontent.com/lTsiL9qnDyqTfg_j94mklvTQwEeDPqF8fYCdD4vPyvp_S9-MSQsaQUSGB9wn8xzN1e7MfQj_lGru-bU-d4ZPGz0LF3afyNyoUycsyWuV4waEagWe69WpBsOUQiMvxfOUg12TnjEIawGlB9sH9Hu8jAg)<br>

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 that particular lead. If you want to initiate the call flow, click on **Start Calling.**
5. Once you click the **button**, leads will start appearing.
6. 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.
7. Select your **preferred SIM card** for making the call, especially if you have a **dual-SIM** phone.
8. The app will automatically **place** the call, so there's no need to **dial** the number manually.
9. Once you've successfully finished your call, **proceed** to the Lead Details Form or Customer Details Form.

&#x20;   ![](https://lh7-us.googleusercontent.com/I9ET6Lu1mesR_bRE0bOSbJuph_rAF7E_SAzN4wzd19QNXo4-xVkXh4Ql5NVgwl7lsjIZunrEn4bLwV7RnuMXwu-9G3f6IcpXH_VyGpbWFHYlAyMmpX4-Y8ma_VXSZ4HpfvhaFx_ZRpJ5WKaBc8OUUH0)

{% 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 %}


---

# 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-mobile-application/calling-leads/calling-leads-through-my-leads.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.
