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

# The Interface

> Where everything lives in Brew and how to move around.

Brew is built around one idea: you describe what you want, Brew builds it. Everything starts in chat. This page explains where things live and how to move around.

## The Chat

Every interaction starts in chat. Open it from **Home**, or use the chat panel on the left side of the canvas.

Type what you want and submit. You can ask for one email, several at once, a full automation flow, or edits to something you've already made:

* *"Create a Black Friday email with a product grid and a 24-hour countdown."*
* *"Generate three subject-line variations for this announcement."*
* *"Build a 4-step welcome flow for new SaaS trial users."*
* *"Preview this across real inboxes."*
* *"Make this more direct and cut it by half."*

Brew picks the right tool based on what you ask, generating an email, editing one, building variants, running an [inbox preview](/create-emails/preview-in-real-inboxes), or assembling an automation flow. You don't select a mode.

<Tip>
  **@-mentions.** Need to reference an existing email or automation? Type `@` in chat and pick from your recent work.
</Tip>

**Add to chat.** Select any email on the canvas and click **Add to chat** in the toolbar to bring that specific design into the conversation. Edits and previews you ask for then run against it, without touching anything else on the canvas.

**Chat tabs.** Open a new chat, switch between active chats, or reopen an older conversation using the tabs across the top of the canvas.

## The Emails Section

Open **Emails** in the sidebar. A toggle at the top switches between two tabs: **Emails** (one-off sends) and **Automations** (triggered flows).

### The Emails Canvas

When you create an email, it appears on the **Emails canvas**.

The canvas is your working surface for one-off emails. From here you can:

* See several designs side by side: when one prompt produces multiple emails, they appear next to each other on the same row
* Click into any email to edit it
* Resize, clone, or delete any email from the toolbar
* Switch between versions: every edit creates a new version, and the version dropdown lets you preview earlier ones
* Import designs from Figma, HTML, or images

**Canvas view vs list view.** Toggle between two views from the top of the Emails tab:

* **Canvas view.** Best for creating and editing. The default working surface.
* **List view.** Best for scanning a large library. Shows every email in a compact table.

## The Automations List and Flow Editor

Switching to the **Automations** tab opens a **list view**, every automation with its status and trigger. Click an automation in the list to open it on its own flow canvas. Each automation has a dedicated canvas, so the flow you're editing is always exactly the one you selected.

The flow editor shows the trigger, Send Email nodes, Wait nodes, Filter nodes, and Split nodes. Click the trigger node to edit or change what starts the flow: an integration event, a custom HTTP trigger, or a [manual audience](/create-emails/automations#manual-audience) you run on demand. You can still use chat to make changes; the artifact you're editing is a flow instead of a single email.

For everything about building automations, see [Automations](/create-emails/automations).

## Import Tools

Already have email designs? Bring them into Brew from the **Import** tools on the right side of the canvas:

| What you have                     | What to use              | What Brew does                                              |
| --------------------------------- | ------------------------ | ----------------------------------------------------------- |
| HTML from an existing email       | Upload HTML              | Imports it as an editable email on the canvas               |
| A Figma design                    | Connect with Figma       | Converts the frame into a responsive email                  |
| A screenshot or image of an email | Upload image to recreate | Recreates the structure and style as an editable Brew email |

You can also forward emails to `hello@email.brew.new`. Forwarded emails land in **Templates → Forwarded** and can be remixed into your brand.

## Navigation Shortcuts

**Global search.** Press **Cmd+K** (or **Ctrl+K**) to search navigation, emails, contacts, settings, and integrations from anywhere in the product.

**Brand switcher.** The active brand is shown at the top of the sidebar. Switching brands updates the canvas, audience, automations, analytics, domains, and integrations, everything scopes to whichever brand is active.

## AI Model Picker

By default, Brew uses Claude Sonnet for the orchestrator and Claude Haiku for fast email generation. Change models any time from **Settings → AI**:

* Anthropic (Claude Sonnet, Claude Haiku)
* OpenAI (GPT-4.1 Mini, GPT-5 Nano)
* Google (Gemini 3.1 Pro, Gemini 3 Flash)

You can also enable **reasoning effort** (low / medium / high) for slower but more thoughtful generations on Anthropic models.

## Need help?

Our team is ready to support you at every step of your journey with Brew. Choose the option that works best for you:

<Tabs>
  <Tab title="Self-Service Tools">
    <CardGroup cols="2">
      <Card title="Search Documentation" icon="magnifying-glass" color="#c44925">
        Type in the "Ask any question" search bar at the top left to instantly find relevant documentation pages.
      </Card>

      <Card title="ChatGPT/Claude Integration" icon="robot" color="#c44925">
        Click "Open in ChatGPT" at the top right of any page to analyze documentation with ChatGPT or Claude for deeper insights.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Talk to Our Team">
    <CardGroup cols="2">
      <Card title="Schedule a Call" icon="calendar" color="#c44925" href="https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ1iYoRUG1J792XQpbuQLjSRRDupr7MwraFK-HQRCtTYdBmrQi8nZu2qXfzKQigb8gbKJK3KN3-R">
        Book time with our founders for personalized guidance on strategy, best practices, or complex implementation questions.
      </Card>

      <Card title="Call Us Directly" icon="phone" color="#c44925">
        Need immediate assistance? Reach us at **+1-(332)-203-2145** for urgent issues or time-sensitive questions.
      </Card>

      <Card title="Slack Channel" icon="slack" color="#c44925">
        Our preferred support channel. You'll receive an invite after signup for direct founder support and fast responses.
      </Card>

      <Card title="Email Support" icon="envelope" color="#c44925" href="mailto:support@brew.new">
        Contact us at **[support@brew.new](mailto:support@brew.new)** for detailed inquiries or if you prefer not to use Slack.
      </Card>
    </CardGroup>
  </Tab>
</Tabs>
