> ## Documentation Index
> Fetch the complete documentation index at: https://docs.event-pilot.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Using the Chat

> Learn how to use the EventPilot chat interface to describe your event, interact with the AI, and keep your planning on track.

The chat is the **primary way to give EventPilot information about your event**. Instead of filling in a form field by field, you describe your event in natural language and the AI extracts structured data automatically.

***

## Getting started: onboarding chips

When you open a new event, the chat shows a set of **quick-action chips** to help you get started quickly. Click any chip to immediately bootstrap your event with the right context.

The available event type chips include:

* Meeting
* Messe / Ausstellung
* Tagung
* Kongress / Konferenz
* Teambuilding

Click **Show more** to expand the full list, which includes over 25 event types such as Barcamp, Gala / Preisverleihung, Workshop, Seminar, Hochzeit, Firmenevent, and more.

<Tip>
  Clicking a chip sends an initial message for you. You can then continue describing your event naturally from there.
</Tip>

***

## Typing natural language descriptions

You don't need to follow any special format. Describe your event the way you'd explain it to a colleague.

**Example:**

> "We're planning a two-day conference for around 300 IT professionals in Munich in October. It will include keynote speakers, breakout sessions, and an evening dinner. Our budget is around €80,000."

From a message like this, the AI automatically extracts and fills in:

* Event type and format
* Expected attendance and audience profile
* Location (Venue section)
* Date range and duration
* Agenda structure (keynotes, breakout sessions)
* Catering (evening dinner)
* Budget

The smart form fields on the right update in real time as the AI processes your message.

***

## How the AI responds

The AI communicates through several message types:

<CardGroup cols={3}>
  <Card title="Text messages" icon="message" href="#text-messages">
    Follow-up questions, summaries, and clarifications in conversational prose.
  </Card>

  <Card title="Checklists" icon="list" href="#checklists">
    Structured lists of confirmed details, open items, or recommended next steps.
  </Card>

  <Card title="Suggestion cards" icon="sparkles" href="#suggestion-cards">
    Inline cards proposing specific field values you can accept, reject, or defer.
  </Card>
</CardGroup>

***

## The "Ask AI" button on smart fields

Every field in the smart form has an **Ask AI** button (the sparkle icon next to the field). Clicking it **pre-fills the chat input** with a targeted question about that specific field.

For example, clicking Ask AI on the Budget field might pre-fill:

> "What budget should I plan for this type of event?"

Send the pre-filled message as-is, or edit it before sending. This is a quick way to get AI guidance on any individual planning decision without leaving the form.

***

## Chat history and the audit trail

All chat messages — yours and the AI's — are **saved permanently**. You can scroll back through the full conversation history at any time.

This permanent record serves as an audit trail, showing:

* What information you provided and when
* What the AI inferred or suggested
* The sequence of decisions made during planning

<Note>
  Chat history is preserved even if you close and reopen the event. Your conversation continues exactly where you left it.
</Note>

***

## Switching planning modes

EventPilot has two planning modes that change how the AI interacts with you:

<Tabs>
  <Tab title="Guided mode (Schritt für Schritt)">
    The AI asks one focused question at a time and walks you through planning step by step. Best for planners who want structure and prompting throughout the process.

    In Guided mode, the onboarding screen shows event type chips to help you define the event format first.
  </Tab>

  <Tab title="Expert mode (Expertenplanung)">
    The AI processes everything you share at once, extracts as much as possible in bulk, and surfaces only the most important gaps (3–5 prioritized questions). Best for experienced planners who want to move quickly.

    In Expert mode, the onboarding screen shows action chips: **Event-Brief**, **ToDo-Liste**, and **Event planen**.
  </Tab>
</Tabs>

### How to switch modes

Use the **planning mode toggle** in the chat input bar to switch between Guided and Expert at any point mid-conversation. The change takes effect on the next message you send.

You can also set a default mode in your **Profile settings** so EventPilot always opens in your preferred mode. Setting it to "Always Ask" shows the mode selection prompt each time you open an event.

***

## When the AI makes a mistake

The AI can misinterpret information or suggest incorrect field values. You are always in control.

<Steps>
  <Step title="Reject the suggestion">
    Click **Reject** on any inferred field value to clear it. The field returns to empty and waits for correct input.
  </Step>

  <Step title="Edit the field manually">
    Click directly on any field value in the smart form to edit it. Your manual edit takes precedence over AI inferences.
  </Step>

  <Step title="Correct the AI in chat">
    Simply tell the AI what was wrong: "The event is in Hamburg, not Munich." The AI updates the relevant fields accordingly.
  </Step>
</Steps>

<Warning>
  Once you **confirm** a field, the AI will not overwrite it. If the AI later receives contradicting information, it surfaces a conflict warning instead of silently changing your confirmed value. See [Confirm Fields](/guides/confirming-fields) for details.
</Warning>
