> 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/products/invitations/manage-and-edit-guest-list/add-more-guests.md).

# Add More Guests

Evite hosts can add new guests to their guest list anytime leading up to their event date. Please see the instructions below to add more guests to your invitation:

1\. Log in to your Evite account.

2\. Click on your initials/photo in the top right corner.

3\. Select **My Invitations**.

4\. Locate your event on the dashboard.

5\. Select **Add Guests**.

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

6\. We have 5 different options for you to add more guests.

&#x20;     \- Manually enter the guests' email addresses or phone numbers in the text box provided.

&#x20;     \- **Use Past Guest Lists** to select guests from past events.

&#x20;     \- **Search Address Book** to view your Evite account contacts.

&#x20;     \- **Import from Google** to import contacts from your Google account.

&#x20;     \- **Upload File** to upload an Excel spreadsheet.\
\
7\. Click the **Done** button at the bottom of the page to send to your guests.

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

<br>

**Notes:**&#x20;

* Only your added guests will be sent the invitation when adding more guests. Guests who are already on the guest list will not be sent another invitation.&#x20;
* You do not need to add your full guest list at once. You can go back and add more people up until your event date.

<br>


---

# 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/products/invitations/manage-and-edit-guest-list/add-more-guests.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.
