# Contacts

Use the “**Contacts**” tab to assign an extension to your virtual agent. Each contact can represent a department or a specific person, as long as they have a direct line or extension.&#x20;

You can define each contact by clicking on its name, or create a new contact by clicking “**Add contact**”. Once you’ve created the first contact, you’ll be prompted to fill in their details.

![](/files/-Mb629FqF0e4liPEK-h-)

### Full name / Department

You can use a full name of an employee, an extension number, or a department name. This name should be unique to a contact, as the virtual agent will read out this name to the caller.&#x20;

In case there are two or more contacts with the same first or last name, or in case that two contacts share the same keyword (like “Marketing” and “Marketing Lead”), the agent will read out both possible options, and the user will choose between the two. Your agent will readout only the name under “Full name”, so keep it clean and user-friendly.&#x20;

### Call Preferences

You can choose between adding a phone number or connecting via SIP.

If your agent is prompted to call or send a text message to this recipient, this is the phone number/ sip connection used.&#x20;

If you choose to enter a phone number, make sure to include the country code without the "+" sign.&#x20;

For each Contact, under "Call preference" there will be a SIP option.

Example for SIP: [<mark style="color:blue;">123456789@sip.server.com</mark>](mailto:123456789@sip.server.com)&#x20;

![](/files/-Mb62nmGahBtaDYKr_Ql)

### Email Address

Add an email address to your contact. If your agent is prompted to send an Email to the Recipient, they will receive it at this email address.&#x20;

### Synonyms

Similar to entities, you can add synonyms to each of your contacts. For example, if your contact’s full name is Anita Brown who leads the Marketing department, you can add the words “Marketing”, “Marketing team lead”, “Advertising” or any other phrase that callers may use when looking for Ms. Brown. <br>


---

# 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://studio.docs.ai.vonage.com/properties-1/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.
