> For the complete documentation index, see [llms.txt](https://help.supporthunt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.supporthunt.com/reporting/what-are-contacts-in-support-hunt.md).

# What are contacts in Support Hunt?

### When is Contact created in Support Hunt?&#x20;

It is said to be created when the visitor interacting with the bot has provided either his/her phone number or email address.&#x20;

Support Hunt also adds other system related information like values of the variables collected during the conversation as well as information about the City, Country, Zip Code etc..&#x20;

There are three ways by which the contact is created in Support Hunt, they are;&#x20;

* Using 'Form':\
  \
  With this action block, the visitors will be able to fill up the for while having the conversation with the bot. You can define the fields of the form as per your preference\
  &#x20;
* Using 'Collect Input': \
  \
  With this action block, the visitors will be asked to answer the questions while having a conversation with the bot. You can define the questions that the bot will be asking to the visitors<br>
* Passing contact details via APIs: \
  \
  When contact details are received via API call and stored into contact variables&#x20;

### Why are Contacts important?&#x20;

Depending on the use case for which you are using the chatbot, contacts can have varying importance.&#x20;

Going with the majority, if you are reading this article; it is most likely that you are using the chatbot to generate leads.&#x20;

With Contacts,&#x20;

* You can view all the leads generated by the bot&#x20;
* You can filter and export the lead list for filtering or importing to CRM
* Schedule reports to be sent on a daily or weekly basis

### Can I export the contact list or inquiries collected by the bot?&#x20;

There are three ways through which you will be able to export the contacts or inquiries collected by the bot, they are;&#x20;

* Direct Export: \
  \
  Select the date range along with required columns to export the list into CSV file<br>
* Schedule Report: \
  \
  Receive the contact report on defined email address either on daily basis or monthly basis<br>
* Integration with CRM: \
  \
  Integration with the chatbot with your CRM, so that whenever a lead or inquiry is generated, it is automatically sent to your CRM


---

# 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.supporthunt.com/reporting/what-are-contacts-in-support-hunt.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.
