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

# Chatting with Pretty

> The Chat tab is where you work: how the composer is laid out, what a turn looks like, and what the step rows are telling you.

The **Chat** tab is the main working surface. You describe what you want, Pretty works through it in
front of you, and slides appear in the deck you have open.

## The composer

The box at the bottom of the pane. The placeholder reads *"Ask about your presentation..."*.
Type `/` instead and it switches to *"Type / for skills"*, the slash menu of your
[skills](/skills/overview).

<Frame caption="The composer, with the context dial and model picker along its bottom edge.">
  <img src="https://mintcdn.com/pretty/AolTsLIDSZTnCk8e/images/chat-composer.png?fit=max&auto=format&n=AolTsLIDSZTnCk8e&q=85&s=49697e3239b0d8e5dd671dd53be6a1bd" alt="Pretty chat composer with attach button, context dial, model picker and send button" width="1420" height="240" data-path="images/chat-composer.png" />
</Frame>

Along the bottom edge of the composer:

| Control          | What it does                                                                                                      |
| ---------------- | ----------------------------------------------------------------------------------------------------------------- |
| **+**            | *"Add files"*. Attach documents, images or PDFs. See [Referencing your work](/chat/references).                   |
| Context dial     | How full the chat's context is. Hover it for *"\~42% context used"*. See [Context and compaction](/chat/context). |
| **Edit**         | The chat mode. In the add-in there is one (see below).                                                            |
| **Select model** | Which model runs this chat. See [Choosing a model](/chat/models).                                                 |
| Send             | Sends the message. While a turn is running it becomes a stop button.                                              |

If you select shapes on the slide before typing, a badge appears above the composer, something
like *Slide 4 | 3 Items*. Click it to point your message at exactly those shapes.

## What a turn looks like

<Steps>
  <Step title="You send a message">
    Press Enter. Send again while Pretty is still working and the new message is held as
    *"Queued"* until the turn finishes.
  </Step>

  <Step title="Pretty works, out loud">
    A stack of step rows appears: *"Planning steps"*, *"Find icon"*, *"PowerPoint"*,
    *"Snapshot"*, *"Reviewing design"*. Rows arrive as the work happens.
  </Step>

  <Step title="Slides change in your deck">
    Under a **PowerPoint** row you get a line per slide touched: *Inserted slide*, *Edited slide*,
    *Moved slide*, *Deleted slide*, *Duplicated slide*. Click one to jump to that slide.
  </Step>

  <Step title="Pretty replies, and asks how it went">
    A written answer, then *"How good was this answer?"*. Rating it is optional and takes a
    second. See [Managing chats](/chat/managing-chats).
  </Step>
</Steps>

## Reading the step rows

<Frame caption="One turn: a plan, an icon search, the write to your deck, and Pretty checking its own work.">
  <img src="https://mintcdn.com/pretty/AolTsLIDSZTnCk8e/images/chat-turn-steps.png?fit=max&auto=format&n=AolTsLIDSZTnCk8e&q=85&s=b1301338fcfa8f0085c46f242a36a12a" alt="Step rows reading Planning steps, Find icon, PowerPoint, Snapshot and Reviewing design" width="1120" height="412" data-path="images/chat-turn-steps.png" />
</Frame>

Each row is Pretty narrating one piece of work. A running row reads *"Running Snapshot…"*, and a
row that is part of a longer script shows *"Step 3/7"*. Click any row to expand it and see the
arguments it used and the output it got back.

<Frame caption="An expanded PowerPoint row: what it ran, what came back, and a line per slide it touched.">
  <img src="https://mintcdn.com/pretty/AolTsLIDSZTnCk8e/images/chat-step-expanded.png?fit=max&auto=format&n=AolTsLIDSZTnCk8e&q=85&s=09deceab8cfc8b861fe77b8363f09656" alt="Expanded PowerPoint step row showing code, output and slide action lines" width="1120" height="782" data-path="images/chat-step-expanded.png" />
</Frame>

Expanded rows carry copy buttons where they help: **Copy output**, **Copy hints**,
**Copy error**. A *"Hints"* block is a geometry or overflow notice Pretty picked up and worked
around, not a failure.

<Note>
  Every row label is plain language chosen for you, not the internal tool name. The full list,
  and what each one does, is in the [tool reference](/help/tools).
</Note>

Three rows to recognise on sight:

| Row            | What it is                                                                                                 |
| -------------- | ---------------------------------------------------------------------------------------------------------- |
| **PowerPoint** | Pretty writing to your deck. If the write fails, it rolls back rather than leaving the slide half-changed. |
| **Snapshot**   | Pretty rendering the slide to a picture so it can look at its own work.                                    |
| **Asking you** | A clarifying question with two to four choices, and an **Other** box. Nothing moves until you answer.      |

## Undoing a slide

Hover a slide line under a **PowerPoint** row and a revert arrow appears, titled
*"Revert to previous version"*. It opens *"Revert slide?"*, which re-inserts the version of that
slide from before the change. Once a checkpoint has aged out, the arrow greys out and reads
*"Checkpoint no longer available"*.

## Edit mode and Admin mode

The composer's mode picker shows **Edit** in the add-in. Edit mode is the only one with the tools
that write shapes to your deck and review the result.

**Admin** is a different assistant. It edits the shared workspace configuration (org skills and
asset libraries) rather than slides, and workspace admins reach it from the web editor.

## Where to go next

<Columns cols={2}>
  <Card title="Writing good prompts" icon="pen" href="/chat/prompting">
    What to say, what to leave out, and how to scope a request.
  </Card>

  <Card title="Referencing your work" icon="paperclip" href="/chat/references">
    Selections, attachments and asset badges.
  </Card>

  <Card title="Choosing a model" icon="microchip" href="/chat/models">
    The picker, the capability marks, and the EU badge.
  </Card>

  <Card title="Managing chats" icon="comments" href="/chat/managing-chats">
    Parallel chats, duplicating, editing a message, feedback.
  </Card>
</Columns>
