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

# Home

> Find guidance for setup, core features, events, settings, and troubleshooting.

<div className="mx-auto flex w-full max-w-5xl flex-col gap-14 px-4 py-12 lg:py-16">
  <div className="flex flex-col items-center gap-12">
    <div className="flex w-full max-w-lg flex-col gap-1">
      <h1 className="text-center text-4xl font-semibold tracking-tight text-gray-900 dark:text-gray-50">
        MailerPath Documentation
      </h1>

      <p className="text-center text-balance text-base text-gray-600 dark:text-gray-400 mt-2">
        Find practical guides for getting started, running core features, integrating events, managing settings,
        and troubleshooting delivery issues.
      </p>
    </div>

    <div className="flex w-full max-w-lg flex-col gap-4">
      <div className="flex w-full flex-col gap-2.5 sm:flex-row sm:items-stretch">
        <div className="kb-search-entry min-w-0 w-full flex-1">
          <button type="button" data-search-trigger className="pointer-events-auto flex h-11 w-full cursor-pointer items-center justify-between gap-2 truncate rounded-full bg-gray-50 pl-4 pr-3 text-left text-sm font-normal leading-6 text-gray-500 shadow-none hover:text-gray-500 ring-1 ring-gray-100 hover:ring-gray-200 dark:bg-white/[0.04] dark:text-white/50 dark:hover:text-white/50 dark:ring-1 dark:ring-white/[0.08] dark:hover:ring-white/15">
            <div className="flex min-w-0 flex-1 items-center gap-2">
              <Icon icon="search" size={14} className="shrink-0 text-gray-700 dark:text-gray-400" />

              <div className="min-w-0 truncate font-normal text-gray-500 hover:text-gray-500 dark:text-white/50 dark:hover:text-white/50">
                Search documentation
              </div>
            </div>

            <span className="flex-none text-xs font-semibold text-gray-500 hover:text-gray-500 dark:text-white/50 dark:hover:text-white/50">
              ⌘K
            </span>
          </button>
        </div>

        <button type="button" id="custom-homepage-assistant-entry" data-assistant-trigger aria-label="Ask AI" className="group/ai flex pointer-events-auto h-11 w-full shrink-0 cursor-pointer flex-row items-center justify-center gap-1.5 rounded-full bg-gray-50 px-4 text-sm font-normal leading-6 text-gray-500 shadow-none ring-1 ring-gray-100 hover:text-gray-600 hover:ring-gray-200 dark:bg-white/[0.04] dark:text-white/50 dark:ring-1 dark:ring-white/[0.08] dark:hover:text-white/70 dark:hover:ring-white/15 sm:w-auto">
          <Icon icon="sparkles" size={16} className="shrink-0 text-gray-700 group-hover/ai:text-gray-800 dark:text-gray-400 dark:group-hover/ai:text-gray-200" />

          <span className="whitespace-nowrap text-gray-500 dark:text-white/50">Ask AI</span>
        </button>
      </div>

      <div className="flex flex-wrap items-center justify-center gap-3 text-sm text-gray-500 dark:text-gray-400">
        <span>Popular searches</span>

        <div className="flex flex-wrap justify-center gap-1">
          {['events', 'campaigns', 'api keys'].map((term) => (
                              <button
                                key={term}
                                type="button"
                                data-popular-search
                                data-term={term}
                                className="rounded-md bg-gray-100 px-1.5 py-1 font-mono text-xs font-bold uppercase tracking-tight text-gray-600 transition hover:bg-gray-200 dark:bg-white/10 dark:text-gray-300 dark:hover:bg-white/15"
                              >
                                {term.toUpperCase()}
                              </button>
                            ))}
        </div>
      </div>
    </div>
  </div>

  <div className="flex flex-col gap-4">
    <h3 className="text-base font-medium text-gray-900 dark:text-gray-50">Featured sections</h3>

    <Columns cols={3}>
      <Card horizontal icon="list-checks" iconType="light" title="Getting started checklist" href="/documentation/getting-started/checklist">
        Step-by-step path from signup to first send
      </Card>

      <Card horizontal icon="workflow" iconType="light" title="Workflows" href="/documentation/core-functionalities/workflows/overview">
        Predefined automation paths and customization guidance
      </Card>

      <Card horizontal icon="zap" iconType="light" title="Event vocabulary" href="/documentation/events/event-vocabulary">
        Canonical event types, actions, and status values
      </Card>
    </Columns>
  </div>

  ***

  <div className="flex flex-col gap-4">
    <h3 className="text-base font-medium text-gray-900 dark:text-gray-50">All sections</h3>

    <Columns cols={3}>
      <Card title="Getting started" icon="rocket" iconType="light" href="/documentation/getting-started/overview" cta="Open section">
        Setup checklist, first actions, and navigation basics
      </Card>

      <Card title="Contacts" icon="users" iconType="light" href="/documentation/core-functionalities/contacts" cta="Open page">
        Contact records, imports, subscription state, and journey history
      </Card>

      <Card title="Campaigns" icon="megaphone" iconType="light" href="/documentation/core-functionalities/campaigns" cta="Open page">
        One-time and scheduled sends for targeted audiences
      </Card>

      <Card title="Workflows" icon="workflow" iconType="light" href="/documentation/core-functionalities/workflows/overview" cta="Open page">
        Event-driven automation and predefined workflow library
      </Card>

      <Card title="Templates" icon="layout-template" iconType="light" href="/documentation/core-functionalities/templates" cta="Open page">
        Reusable email structure and personalization variables
      </Card>

      <Card title="Tags and segmentation" icon="tags" iconType="light" href="/documentation/core-functionalities/tags-and-segmentation" cta="Open page">
        Behavioral tags and targeting strategy
      </Card>

      <Card title="Send" icon="mail" iconType="light" href="/documentation/send/overview" cta="Open section">
        Transactional send, delivery status, and sent email history
      </Card>

      <Card title="Events" icon="zap" iconType="light" href="/documentation/events/overview" cta="Open section">
        Event ingestion, vocabulary, payload examples, and diagnostics
      </Card>

      <Card title="Analytics" icon="chart-bar" iconType="light" href="/documentation/analytics/overview" cta="Open section">
        Campaign and workflow performance metrics
      </Card>

      <Card title="Contact journey" icon="route" iconType="light" href="/documentation/contact-journey/overview" cta="Open section">
        Full activity timeline per contact
      </Card>

      <Card title="Health and AI" icon="sparkles" iconType="light" href="/documentation/health-ai/health-monitor" cta="Open section">
        Health monitor, risk detection, and AI advisor
      </Card>

      <Card title="Settings" icon="settings" iconType="light" href="/documentation/settings/overview" cta="Open section">
        API keys, sender domain, limits, and feature controls
      </Card>

      <Card title="Troubleshooting" icon="bug" iconType="light" href="/documentation/troubleshooting/overview" cta="Open section">
        Common API issues, send failures, and operational checks
      </Card>
    </Columns>
  </div>
</div>
