# Adding New Contacts

From the Admin Home Page, select **Contacts** toolkit.

In the **Counters** panel, click on **People** counter.

Click on **Add New Person** link to create/add a new contact (Top of the page).

Provide Basic Details for the new contact person. The following fields are **Required Fields:**

* First Name
* Last Name
* Email

Select the checkbox next to **User Access Granted** to grant access to the user you are adding. An **Temporary Password** will automatically be generated for the user to use for their first login. A user will be required to change this password the first time they sign in.

Select the permission list to which you want to assign this new user account.

Click **Save** to save the new contact.

Once a new user has been added, an **Welcome Email** will automatically be sent to the user with their **Login Name** and **Temporary Password**. The user will be required to update their password when they login for the first time.

If the user does not receive the **Welcome Email**, you can resend the **Welcome Email** to the user by searching for the user (see [**Searching Contacts**](https://github.com/InSite/docs/blob/master/ui/help/portal/contacts/editing-contacts/searching-contacts/README.md)) and click on **System Access** tab. Click on the **Send Email** button and select Welcome. On the Send Email screen, select the Shift iQ Alerts (Mailgun) sender and review the information in the content field. You are able to make changes to the content if needed, then click the **Next** button. You will be redirected to the Confirm screen to review the message that will be sent to the user. Click **Confirm** to send the message.

***Please Note: If the contact record was created 72 hours prior to sending the Welcome Email, you would need to do a*** [***Password Reset***](https://github.com/InSite/docs/blob/master/ui/help/portal/contacts/editing-contacts/password-resets/README.md) ***before sending the Welcome Email.***


---

# 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://docs.shiftiq.com/help/contacts/adding-new-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.
