# Contacts

A contact is created in wotSABot when a user interacting with the chatbot provides either their email or phone number.

Every contact is unique in wotSABot, and no duplicate contacts are created.

wotSABot also adds other system-related information, such as the values of the variables collected during the conversation and information about the City, Country, Zip Code, etc.

### Contact creation <a href="#contact-creation" id="contact-creation"></a>

Contacts can be created in wotSABot in the following ways:

#### **Using 'Form'** <a href="#using-form" id="using-form"></a>

With this action block, the visitors will be able to fill out the form while having a conversation with the bot. You can define the fields of the form as per your preference

#### **Using 'Collect Input'** <a href="#using-collect-input" id="using-collect-input"></a>

With this action block, the visitors will be asked to answer the questions while conversing with the bot. You can define the questions that the bot will be asking to the visitors

#### **Passing contact details via APIs** <a href="#passing-contact-details-via-apis" id="passing-contact-details-via-apis"></a>

When contact details are received via API call and stored into contact variables.

### Why are Contacts important? <a href="#why-are-contacts-important" id="why-are-contacts-important"></a>

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

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

With Contacts,

* You can view all the leads generated by the bot
* 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

### Exporting contacts <a href="#exporting-contacts" id="exporting-contacts"></a>

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

{% content-ref url="/pages/vF7Rje6LgLbThyrnp8HT" %}
[Exporting a Contact List](/wotsabot-help-articles/contacts/exporting-a-contact-list.md)
{% endcontent-ref %}

{% content-ref url="/pages/fpFqqsWOZYl9E5i0zQ54" %}
[Scheduling a Contact Report](/wotsabot-help-articles/contacts/scheduling-a-contact-report.md)
{% endcontent-ref %}


---

# Agent Instructions: 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.wotsabot.ai/wotsabot-help-articles/contacts.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.
