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

# Chat and modes

> How the WPOS chat works: modes, auto plan, voice, attachments, context, conversations, and tasks.

The chat is the heart of the [Command Center](/operate/command-center). You ask in
plain language, the agent acts on the site, and the preview updates. A few controls
shape how it works.

<Frame caption="The WPOS chat: ask in plain language, with mode, voice, and attach controls.">
  <img src="https://mintcdn.com/wpos/LoG6uJlJFWOqq72D/images/surfaces/chat.png?fit=max&auto=format&n=LoG6uJlJFWOqq72D&q=85&s=8edc09557e2abb66d9cb1f8eb5ecb5af" alt="The WPOS chat in the Command Center with the mode dropdown, attach, and voice input controls." width="1280" height="720" data-path="images/surfaces/chat.png" />
</Frame>

## Modes

The mode sets how the agent approaches a request. You can change it per chat, and
set a default in [Settings](/operate/settings).

<CardGroup cols={3}>
  <Card title="Balanced" icon="scale-balanced">
    The default. A good balance of speed and depth for everyday changes.
  </Card>

  <Card title="Expert" icon="brain">
    More thorough reasoning for harder or higher-stakes work.
  </Card>

  <Card title="Expert 1M" icon="maximize">
    Expert with a large context window, for work that spans a lot of the site at
    once.
  </Card>
</CardGroup>

## Controls

* **Auto plan.** When enabled in [Settings](/operate/settings), the agent shows a
  plan before executing complex tasks, so you can review the steps before it
  touches the site.
* **Voice input.** Dictate your request instead of typing.
* **Attach.** Add a file to your message, or click an element in the preview to
  attach it (the [click-then-ask](/operate/command-center) loop).
* **Context window.** Each conversation has a context budget. You can clear context
  or compact a long conversation from [Settings](/operate/settings) when it gets
  heavy.

## Conversations and tasks

* **Conversations.** Your chat history is kept, so you can reopen earlier threads
  and pick up where you left off.
* **Tasks.** Longer pieces of work show up in the Tasks panel with their status, so
  you can track what the agent is doing without watching the chat the whole time.

<Tip>
  Start in Balanced for routine edits and switch to Expert when a task is tricky or
  important. Turn on Auto plan when you want to see the agent's intended steps
  before anything changes.
</Tip>
