> For the complete documentation index, see [llms.txt](https://help.leadboxer.com/leadboxer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.leadboxer.com/leadboxer/fundamentals/projects/lead-card-complete-lead-details-in-one-page.md).

# Lead card: Complete lead details in one page

### **What is a lead card?**

A lead card is a (responsive) webpage that shows all details for any of your website visitors. It contains all the company and personal data, the leadscore graph, all the other lead properties and the complete clickstream /behaviour of the last 5 visits.

### How can i user the lead card?

You can use the lead card to share or visualise the details of your individual website visitors. You can share a lead card by using the share button or by sending the link directly. You can also use the lead card link and add it to your CRM or any other application or and load it in an iframe to show the latest details.

#### Where can i find the URL of a leadcard?

On your leadboard, Click on any lead. Then

1. open the lead properties and&#x20;
2. click on the open lead card link.

![](//d33v4339jhl8k0.cloudfront.net/docs/assets/565e1cb7c697915b26a5c214/images/597262c62c7d3a73488b4d27/file-8JbbBXcfCC.png)

#### How to dynamically generate a lead card link

A lead card link needs a couple of parameters before it can be rendered:

* userId: This is leadboxer used ID and is necessary to calculate the lead score based on the setting of this user ID
* leadId: The userId of the visitor (this can be retrieved from the cookie, see the [lead tags document](https://help.leadboxer.com/leadboxer/fundamentals/projects/docs.leadboxer.com/article/96-lead-tags) for an example to get this ID)
* site: the dataset ID
* timezone (optional)

Example:

<https://app.leadboxer.com/view/leaddetail?userId=1132&leadId=1500387702082.1625569983&site=20abf326e7508744f6db1950044a1ac3&timezone=Europe/Amsterdam>

Still need help? [Contact Us](broken://pages/t3dNRy4wS0fsahzclYnf) [Contact Us](broken://pages/t3dNRy4wS0fsahzclYnf)

Last updated on January 23, 2019


---

# 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:

```
GET https://help.leadboxer.com/leadboxer/fundamentals/projects/lead-card-complete-lead-details-in-one-page.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.
