> For the complete documentation index, see [llms.txt](https://help.calcumate.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.calcumate.co/driving-conversions-and-efficiency-with-lead-capture/lead-data-that-can-be-captured.md).

# Lead data that can be captured

Calcumate can now provide you with improved lead flow by capturing rich lead data including:

* Contact details
* Details of items they wish to store or move
* Details of your appropriate storage units / moving trucks
* A link to be able to re-access the prospect's calculator, providing:
  * a reminder of what needs to be stored/moved
  * a loading plan which can be played, paused and rewound

**The specific data you are able to collect includes:**

| Field                     | Explanation                                                                                                                                                                                                                                                                                                                                              | Example                                                                                        |                                                                                                                          |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| **Full name**             | Full name                                                                                                                                                                                                                                                                                                                                                | Mr. Ben Smith                                                                                  |                                                                                                                          |
| **Email**                 | Email                                                                                                                                                                                                                                                                                                                                                    | <bensmith@gmail.com>                                                                           |                                                                                                                          |
| **Phone**                 | Phone                                                                                                                                                                                                                                                                                                                                                    | 934 012 3450                                                                                   |                                                                                                                          |
| **Start Date**            | The date that the person would like to begin storing their items.                                                                                                                                                                                                                                                                                        | 2024-03-10                                                                                     |                                                                                                                          |
| **Items List**            | A list of items and their quantities                                                                                                                                                                                                                                                                                                                     | 2 seat sofa X1, Coffee table X1, TV X1, Queen/King mattress X1, Bed base (frame) X1, Fridge X1 |                                                                                                                          |
| **Recommended Unit Size** | <p>For a storage calculator: <br><br>The title you give to the recommended unit.<br><br><br>For a movers calculator:<br></p><p>The recommended unit name, and its: capacity (space), utilisation (used) and total weight.</p>                                                                                                                            | <p><br>For a storage calculator:<br><br>5ft x 5ft                                              | $43 monthly<br></p><p><br>For a movers calculator:<br><br>Small Truck <br>Space: 18m3 Used: 3.73m3 Weight: 176.2 kgs</p> |
| **Unit Details**          | A description you give to the  unit.                                                                                                                                                                                                                                                                                                                     | Best for Studio or a few items                                                                 |                                                                                                                          |
| **Calculator Name**       | The name of the calculator. Useful if you have multiple calculator for different locations, franchisees, or similar.                                                                                                                                                                                                                                     | Hollywood Movers                                                                               |                                                                                                                          |
| **Shared Results Link**   | <p>An link to the customer's calculator results. You can send this to the customer so that they can:</p><ul><li>remember what they wanted to store</li><li>play, pause and rewind their step by step loading plan</li></ul><p>The customer will also be offered to bookmark the link, after they have filled out their details and sent them to you.</p> | <https://www.calcumate.co/?planId=6c5c9c50-17b3-4948-ab6b-f4fc29eb8f13>                        |                                                                                                                          |


---

# 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://help.calcumate.co/driving-conversions-and-efficiency-with-lead-capture/lead-data-that-can-be-captured.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.
