> For the complete documentation index, see [llms.txt](https://aislelist.gitbook.io/aislelist-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aislelist.gitbook.io/aislelist-docs/events/assigning-guests-to-events.md).

# Assigning Guests to Events

You can assign guests to events in two ways — when editing a guest, or through the invitation modal.

***

**Option 1 — Via the Invite modal**

1. Go to **Guest List** from the left sidebar
2. Find the guest you want to assign
3. Click the **Invite** button on the guest row
4. In the modal that opens, scroll to the **Invited Events** section
5. Check the events this guest is invited to
6. Click **Save**

The assigned events will appear as **pills on the guest row** so you can confirm the assignment at a glance.

***

**Option 2 — Via Edit guest**

1. Go to **Guest List**
2. Click the **Edit** icon on the guest row
3. In the edit form, select the events this guest is assigned to
4. Click **Save**

***

**If you update events after sending:**

* The invitation page updates immediately — no need to resend the link
* The guest will see the updated events the next time they open their invitation

> **Note:** Only guests assigned to an event will see that event on their invitation page. Guests not assigned to an event will not see it at all.


---

# 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:

```
GET https://aislelist.gitbook.io/aislelist-docs/events/assigning-guests-to-events.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.
