> 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/walk-in-leads.md).

# Walk-In Leads

{% hint style="success" %}
A "**Walk-in lead**" refers to a potential customer or client who visits a physical business location, such as an office, store, or service center, to **express** interest in the products or services offered.
{% endhint %}

In certain situations, users may receive leads through **references** or from **different sources**. If the lead is not already in the **database**, users don't have to go to their manager or admin to upload and reassign it.&#x20;

Instead, they can add it themselves by clicking on the **'Walk-In leads'** option at the extreme bottom of the mobile screen.

***

![](https://lh7-us.googleusercontent.com/VXLl2zseIU6qoWua1D9MOWtdFfTBmGv7Jlb3emIjRFzw_xalr5dMqKTHQXK8xjg2Q2SgxF_-SreC2BbZxZcgANuwd0ZvUpFY5YhwOcDRtc5Vxunpo6bRBDg7M2hMkcW_I0TcmiIojXlQLlNO6aTEouI)<br>

After clicking on the '**Walk-in Leads**' button, you will be prompted to provide the essential details of the lead. Once you input all the necessary information, **click on Submit**.&#x20;

The lead will then be **created** in the database and **assigned** to the user who added it.

***

![](https://lh7-us.googleusercontent.com/sAOcsF38xuWt75pjwGloYNajQKqtMfumnJYpaw73SCm1UT5dq-2iVKjyg7Qog1lci-weQ9rOpbT6jHuDPvhdx4kaXn-VCX7U60aTzS-TNfUnyHDbuvfYlcfIQrKcxIg1kPnKhrwJ1-RiM6WwBxfC9rU)![](https://lh7-us.googleusercontent.com/Nu6aHVQQGDSeLufzjFGfVauWy9yFm7F3TTSQeRYpIgEB2BfjRWcRRClA4c1KWvMO3AugP4clQn6AB-DQ7TaYZ1fzkm210vm0krEhztR5vVN6j0PxZ9xwyZQdqwoxuw8VA-K_XLuQVsEjRSXJaIOhoZU)

{% hint style="success" %}
**Note:** After adding a "**Walk-in lead"**, it will appear in the **notification panel**, indicating that a walk-in lead has been added. Users can simply click on the **notification** to open the lead instead of **searching** for it by name, number, or other details.
{% 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/walk-in-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.
