# Dispose Lead

{% hint style="success" %}
After completing the call and successfully capturing the information, before initiating a new call, it's necessary to **dispose** of the old lead.
{% endhint %}

### Steps:

***

1. **Log in** to your NeoDove web application.
2. Press the **Start** button to receive the lead on your screen.
3. Review the lead information and contact history, then initiate the call by clicking on the **contact number** of the lead.
4. After completing the call, navigate to the **Dispose Lead** option.
5. Respond to the question "**Was the Call Connected?**"

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

{% hint style="success" %}
If we **logically** analyze it, when making calls, there are essentially **two outcomes**: either the call connects or it doesn't. Similarly, when we click on "**Dispose lead**," we are typically presented with **two options** for the question "**Was the call connected?**"— 'Not Connected' and 'Yes, Connected.'
{% endhint %}


---

# 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.neodove.com/neodove-web-application/dispose-lead.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.
