> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/survey-3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/survey-3/contacts/creating-new-contacts/creating-new-contacts-manually.md).

# Creating New Contacts (Manually)

* Select the ***Create New Contacts*** option that has been displayed by default after creating a contact group.

**Or**

* Select the ***Create New Contacts*** option from the ***More Options*** context menu provided next to the Contact Name.

<figure><img src="https://859511478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGDmsjfjJBNqow7Fo97cO%2Fuploads%2FNb1SrOVqm26NqupcZpAT%2Fimage.png?alt=media&#x26;token=43beca29-bc48-441d-8b43-f1ecb93f0fce" alt=""><figcaption><p>Two ways to access the Create New Contacts</p></figcaption></figure>

* The user gets redirected on the ***Create Contacts*** panel.
* Enter the following information manually:
  * First Name
  * Last Name
  * Email
  * Mobile No.
* Click the ***Create*** option.

<figure><img src="https://859511478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGDmsjfjJBNqow7Fo97cO%2Fuploads%2FelRyrRTfGyGBNIET8Leu%2Fimage.png?alt=media&#x26;token=a6198c12-3f8b-4dc5-a61b-7664522d1dfa" alt=""><figcaption><p>Manually entering the Contact details</p></figcaption></figure>

* The manually added contact gets created and added to the Contacts List.
* A message appears to display the same.

<figure><img src="https://859511478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGDmsjfjJBNqow7Fo97cO%2Fuploads%2FRHUBCpq31AK7KlLtEKOu%2Fimage.png?alt=media&#x26;token=c81e21c0-93df-4c19-a9a5-8a318e15786e" alt=""><figcaption><p>Notification message after adding a Survey Contact manually</p></figcaption></figure>

### Add Multiple Contact (Manually) <a href="#add-multiple-contact-manually" id="add-multiple-contact-manually"></a>

* Navigate to the ***Contacts*** page.
* Click the ***Add*** option multiple time to add multiple contacts fields.
* Enter the required contact details and click the ***Create*** option to create the multiple contacts.

<figure><img src="https://859511478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGDmsjfjJBNqow7Fo97cO%2Fuploads%2FASy19sLrDp4Z3a3uMreY%2Fimage.png?alt=media&#x26;token=760dab5d-44e2-4186-a6bc-979a96b1559d" alt=""><figcaption><p>Add option to add multiple contact details​</p></figcaption></figure>


---

# 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.bdb.ai/survey-3/contacts/creating-new-contacts/creating-new-contacts-manually.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.
