> 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/mobile-apps/ios-app/add-a-co-host.md).

# Add a Co-Host

To add a co-host to your invitation from the iOS app, please see the instructions below:

1. Log in to your Evite account using the app.
2. Tap on the **My Events.**
3. Locate your invitation on the dashboard.&#x20;
4. Tap to view the invitation.
5. Tap on the **three dots** in the top right corner.&#x20;
6. Select **Edit Invitation**.
7. Scroll down and select the **+ Co-Host** button.&#x20;
8. Enter the co-host's name and email address in the indicated fields.
9. Tap on **Save.**
10. Tap on **Done** to save your change&#x73;**.**

![](/files/AY5ESM3UsYDW2GdxWad8)

![](/files/7LrmrDu62gw0NBvXwZSI)

![](/files/jvFHAFFoT0QMeb6o8KXa)

![](/files/s2WWWylaVlB3PnciSVLV)

Notes:

* The co-host must have a registered Evite account.&#x20;
* ***After you have completed and sent your invitation***, your co-host will receive an email advising them that they've been added to your invitation as a co-host.
* The co-host will need to accept the invitation to co-host to have co-host access.


---

# 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/mobile-apps/ios-app/add-a-co-host.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.
