> ## 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.

# Email Tools

> The tools Brew uses behind the scenes when generating an email, covering brand and design, images, email creation, and live research.

Brew reaches for these tools on its own, chosen from what your prompt asks for. You never call them directly. Knowing they exist makes it easier to ask for the thing you actually want.

For how to phrase a request in the first place, see the [Prompt Guide](/create-emails/prompt-guide).

These are the tools Brew has access to behind the scenes. You don't have to call them directly. Brew picks the right one based on your prompt, but knowing they exist helps you ask for what you want.

### Brand and Design

<AccordionGroup>
  <Accordion title="Brand Detective" icon="search">
    **What it does:** Extracts brand colors, fonts, logos, and design details from any domain.

    **When Brew uses it:** When you mention a domain in your prompt or ask Brew to "use the brand from X."

    **When to call it directly:** When you want Brew to pull a specific brand's assets (e.g. a partner co-marketing email).

    *"Use the brand from acme.com for this email."*
  </Accordion>

  <Accordion title="Component Library" icon="puzzle-piece">
    **What it does:** Returns production-ready email patterns for common layouts (product grids, pricing tables, hero sections).

    **When Brew uses it:** When your request matches a known pattern.

    *"Use a 3-column grid layout."*
  </Accordion>

  <Accordion title="Template Finder" icon="magnifying-glass">
    **What it does:** Pulls inspirational examples from Brew's example store to guide structure and tone.

    **When Brew uses it:** When you describe a vibe or style rather than an exact layout.

    *"Make it feel like a luxury fashion promotional email."*
  </Accordion>

  <Accordion title="Figma Import" icon="figma">
    **What it does:** Converts Figma designs into responsive emails that work in every inbox.

    **When Brew uses it:** When you paste a Figma URL with `node-id`.

    *"Convert this Figma design: [https://www.figma.com/file/...?node-id=](https://www.figma.com/file/...?node-id=)..."*
  </Accordion>

  <Accordion title="Footer Icon Fetcher" icon="icons">
    **What it does:** Returns curated social and app-store icons at the right sizes, no broken or mismatched icons.

    *"Add social media icons in black to the footer."*
  </Accordion>
</AccordionGroup>

### Images

<AccordionGroup>
  <Accordion title="Image Creator" icon="image">
    **What it does:** Generates new images from natural-language descriptions. Returns hosted URLs ready to embed.

    **When Brew uses it:** When you describe an image but don't attach one.

    *"Create a hero image of a laptop on a wooden desk in warm morning light."*

    <Tip>
      Use camera, lighting, composition, and material details. Avoid abstract or fantastical descriptions.
    </Tip>
  </Accordion>

  <Accordion title="Styled Image Creator" icon="palette">
    **What it does:** Produces new images that match the visual style of a reference, so the imagery in an email stays cohesive.

    *"Create a product image that matches the style of our OG image, product on linen, warm soft light."*
  </Accordion>

  <Accordion title="Image Editor" icon="wand-magic-sparkles">
    **What it does:** Edits an existing image, color tweaks, retouches, small composition changes.

    *"Make the hero image warmer and more contrasty."*
  </Accordion>

  <Accordion title="Background Eraser" icon="eraser">
    **What it does:** Removes backgrounds and returns transparent PNGs.

    *"Remove the background from the product image so I can place it on a gradient."*
  </Accordion>

  <Accordion title="Animator" icon="film">
    **What it does:** Animates static images into GIFs.

    *"Animate the hero image."*

    <Warning>
      Static images are the default. Keep motion subtle and limited to 1-2 GIFs per email, focused on hero or product areas.
    </Warning>
  </Accordion>

  <Accordion title="Pixel Snapshot" icon="camera">
    **What it does:** Captures a website or email screenshot for visual analysis. Brew uses the image only for analysis. It doesn't embed the screenshot directly.

    *"Take a look at this email and tell me what to improve."* (with image attached)
  </Accordion>
</AccordionGroup>

### Email Creation

<AccordionGroup>
  <Accordion title="Email Composer" icon="envelope-open">
    **What it does:** Composes a complete email from a prompt, components, or examples, fully responsive and production-ready.

    *"Create a welcome email for Acme with our logo and a hero shot of the product."*
  </Accordion>

  <Accordion title="Email Editor" icon="pen">
    **What it does:** Applies precise edits to an existing email while preserving image URLs and responsive structure.

    *"Change the CTA text to 'Get Early Access' and make the button our brand color. Replace the hero with the new image."*

    <Note>
      For a full rebrand, list every replacement asset so Brew does a comprehensive swap.
    </Note>
  </Accordion>
</AccordionGroup>

### Research

<AccordionGroup>
  <Accordion title="Web Search" icon="globe">
    **What it does:** Looks up live information for accurate copy.

    *"Look up the latest Stripe pricing changes for 2025."*
  </Accordion>
</AccordionGroup>

## 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 explore it further with ChatGPT or Claude.
      </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>
