# Edit Contact

Here you can edit the contact's information.

| Field                           | Description                                                                        |
| ------------------------------- | ---------------------------------------------------------------------------------- |
| Display Name                    | The display name for the contact                                                   |
| First Name                      | The first name for the contact                                                     |
| Last Name                       | The last name for the contact                                                      |
| Email                           | The e-mail address for the contact                                                 |
| 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                                                   |
| Business Phone                  | The business phone for the contact                                                 |

***

## Feature Requests / Ideas

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


---

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