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

# Managed Deliverability

> Safeguard your deliverability while sending emails at scale.

export const WebsiteIcon = ({size = 24}) => <svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height={size} width={size} xmlns="http://www.w3.org/2000/svg">
    <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"></path>
    <path d="M3.6 9h16.8"></path>
    <path d="M3.6 15h16.8"></path>
    <path d="M11.5 3a17 17 0 0 0 0 18"></path>
    <path d="M12.5 3a17 17 0 0 1 0 18"></path>
  </svg>;

export const MailboxesIcon = ({size = 24}) => <svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height={size} width={size} xmlns="http://www.w3.org/2000/svg">
    <path d="M10 21v-6.5a3.5 3.5 0 0 0 -7 0v6.5h18v-6a4 4 0 0 0 -4 -4h-10.5"></path>
    <path d="M12 11v-8h4l2 2l-2 2h-4"></path>
    <path d="M6 15h1"></path>
  </svg>;

## Overview

Unify's suite of deliverability features enable you to send large volumes of
emails without needing to manage your own infrastructure.

Maintaining high deliverability typically requires continuous, tedious work,
such as mailbox warming, IP rotation, and engagement monitoring. Unify takes
care of that for you by provisioning and managing mailboxes on your behalf.

Unify's deliverability capabilities integrate with Unify sequences and the rest
of the Unify product. Unify will automatically adjust sending patterns and
limits as needed.

## Setup

To get started, you'll first need to configure your domain and mailboxes. See
the next sections for more information.

<CardGroup cols={1}>
  <Card title="Domain Configuration" icon={<WebsiteIcon />} href="/reference/deliverability/domain-configuration" horizontal>
    Add domains to use for Unify-managed mailboxes.
  </Card>

  <Card title="Mailbox Configuration" icon={<MailboxesIcon />} href="/reference/deliverability/mailbox-configuration" horizontal>
    Provision Unify-managed mailboxes for your team to send emails from.
  </Card>

  <Card title="Mailbox Operations" icon={<MailboxesIcon />} href="/reference/deliverability/mailbox-operations" horizontal>
    Manage mailbox owners, forwarding, warmup, send limits, and backlog.
  </Card>
</CardGroup>
