# Adding Guests Manually

**To add a guest manually:**

1. Go to **Guest List** from the left sidebar
2. Click **Add Guest**
3. Fill in the guest details:
   * **Salutation** — Mr, Mrs, Ms, Dr, etc.
   * **First name** and **Last name**
   * **Contact number** *(optional)*
   * **Group** — Assign to an existing group or create a new one
   * **Adult count** — Number of adults in this guest's party
   * **Children count** — Number of children in this guest's party
4. Click **Save**

The guest will appear in your guest list immediately.

> **Tip:** Use the group field to organise guests by family, side of the family, or table — it makes filtering and managing large lists much easier.


---

# 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/adding-guests-manually.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.
