> For the complete documentation index, see [llms.txt](https://docs.cipp.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cipp.app/user-documentation/email/administration/contacts/edit.md).

# Edit Contact

The **Edit Contact** action on [Contacts](/user-documentation/email/administration/contacts.md) opens this page for the selected contact.

{% hint style="warning" %}
Contacts synchronised from on-premises Active Directory cannot be edited here and have to be changed at the source.
{% endhint %}

| Field                           | Description                                                                                                                                                             |
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Display Name                    | The display name for the contact. Required.                                                                                                                             |
| First Name                      | The first name for the contact.                                                                                                                                         |
| Last Name                       | The last name for the contact.                                                                                                                                          |
| Email                           | The email address for the contact. Required, and validated as an email address. Saving updates both the address shown on the contact and the address mail is routed to. |
| Hidden from Global Address List | A toggle to set whether this contact should be hidden from the Global Address List.                                                                                     |
| Company Name                    | The company name of the contact.                                                                                                                                        |
| Job Title                       | The contact's job title.                                                                                                                                                |
| Street Address                  | The street address for the contact.                                                                                                                                     |
| City                            | The city for the contact.                                                                                                                                               |
| Postal Code                     | The postal code for the contact.                                                                                                                                        |
| Country                         | The country for the contact. Select a valid option from the drop down.                                                                                                  |
| Mobile Phone                    | The mobile phone for the contact. Clearing the box removes the number from the contact.                                                                                 |
| Business Phone                  | The business phone for the contact. Clearing the box removes the number from the contact.                                                                               |

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/CyberDrain/CIPP/issues/new?template=feature.yml) on GitHub.


---

# 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.cipp.app/user-documentation/email/administration/contacts/edit.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.
