> For the complete documentation index, see [llms.txt](https://docs.limecall.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limecall.com/agents-usage-guide/managing-leads/manually-adding-a-lead.md).

# Manually Adding A Lead

Here are the steps to manually add a Lead to LimeCall.

* Sign in to your LimeCall account.
* Click on the "Leads" tab.
* Click on the "Add Lead" button.

<figure><img src="/files/9hngpptrvpsUrMqqCOQG" alt=""><figcaption></figcaption></figure>

* Follow the "Add Lead" page steps.
* Tell us about the Lead

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

* Enter additional info available&#x20;

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

* Tell us where the Lead came from.

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

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

* Add additional data

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

* Once complete, select "Add Lead"
* Your new lead will appear in the Leads page

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

* Select "Preview" to view your Lead details

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

**The lead will be added to your LimeCall account and you will be able to start tracking their progress through the sales process!**

Here are some additional tips to add leads to LimeCall:

* You can import leads from a CSV file.
* You can use the LimeCall API to add leads programmatically.
* You can use the LimeCall lead capture widget to capture leads from your website.

By following these steps, you can easily add leads to LimeCall and start tracking their progress through the sales process.


---

# 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.limecall.com/agents-usage-guide/managing-leads/manually-adding-a-lead.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.
