# Editing Guest Details

**To edit a guest:**

1. Go to **Guest List**
2. Find the guest you want to update
3. Click the **Edit** icon on the guest row
4. Update the relevant fields
5. Click **Save**

Changes are saved immediately and reflected across all areas of the app including invitations.

**Fields you can update:**

* Salutation, first name, last name
* Contact number
* Group assignment
* Adult and children count

> **Note:** Editing a guest's name after their invitation has been sent will update the name on their invitation page immediately.


---

# 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://aislelist.gitbook.io/aislelist-docs/guest-list/editing-guest-details.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.
