> For the complete documentation index, see [llms.txt](https://support.evite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.evite.com/account/account-questions/manage-address-book.md).

# Manage Address Book

To add or edit email addresses in your **Evite Address Book**, follow the steps below:

1. Log in to your Evite account.
2. Click on your name/photo in the top right corner.
3. Select **Address Book**.
4. Click on **New Contact** to add a new contact to your list.
5. Fill in the contact name and/or email and phone number.&#x20;
6. Select **Add Contact** to save them to the list.

<div align="left"><figure><img src="/files/x4sEDvoGWu5sbhFL2RwY" alt="" width="375"><figcaption></figcaption></figure></div>

<figure><img src="/files/SvOuns8bx5xmvNofEint" alt=""><figcaption></figcaption></figure>

<div align="left"><figure><img src="/files/asP0nB7qnPrWKzhnuWEn" alt="" width="375"><figcaption></figcaption></figure></div>

<br>

To edit an existing contact:

1. Log in to your Evite account.
2. Click on your name/photo in the top right corner.
3. Select **Address Book**.
4. Scroll down to locate the contact you wish to edit.
5. Click on the pencil icon to the right of their name and email/phone number.
6. Make your changes.
7. Select **Save Contact** to save your changes

<div align="left"><figure><img src="/files/BoFs4YvJak8YhKrmf4Bv" alt="" width="563"><figcaption></figcaption></figure></div>

\
\
**Note:**&#x20;

* Guests added to your event guest list will automatically be added to your address book.
* If you remove any contacts from your address book and copy a past event with those guests, they will reappear on your contact list.


---

# 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://support.evite.com/account/account-questions/manage-address-book.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.
