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

# Onboarding

> Set up your Lettr team with the four-step onboarding wizard covering company basics, details, branding, and an email template style

<Warning>
  **This section is being completely reworked.** We're rebuilding the onboarding experience from the ground up to make getting started with Lettr faster, smoother, and a lot more enjoyable. A redesigned wizard with clearer guidance and a friendlier first run is on the way, and we think it's going to be a delight to use. In the meantime, the steps described below may be out of date and no longer match what you see in the app. Thanks for your patience while we put the finishing touches on something better.
</Warning>

When you first create a Lettr account, you'll be guided through a 4-step onboarding wizard to set up your team. This process helps Lettr configure the right defaults for your email infrastructure.

## Onboarding Steps

<Steps>
  <Step title="Company Basics">
    Enter your **company name**, **website**, and **business type**. If you provide a website URL, Lettr automatically fetches your company logo and other details in the background.
  </Step>

  <Step title="Additional Details">
    Optionally provide your **country**, **timezone**, **number of employees**, and **your role**. This helps Lettr tailor recommendations for your team. All fields in this step are optional.
  </Step>

  <Step title="Company Information">
    Review and confirm your **company logo** (auto-fetched from your website if available), and optionally add URLs for your **Terms of Use** and **Privacy Policy**. These can be included in email templates later.
  </Step>

  <Step title="Email Template Style">
    Browse and select an **email template style** that matches your brand. Lettr uses this to populate your default project with premade templates in your chosen style, giving you a head start on template creation.
  </Step>
</Steps>

<Tip>
  You can skip steps 2–4 by clicking **Skip & Complete** if you want to get started immediately. You can always update these settings later in your team settings.
</Tip>

## What Happens After Onboarding

Once you complete the wizard:

* A **default project** is created for your team with folders organized by email type
* **Premade templates** matching your selected style are added to your project
* Your team is ready to configure domains, create API keys, and start sending

## Domain Setup

After onboarding, you'll need to add and verify at least one sending domain. Lettr offers two approaches:

* **Domain Connect (Cloudflare)** — If your DNS is hosted on Cloudflare, you can configure all required records with a single click. See [Domain Connect](/learn/domains/domain-connect).
* **Manual DNS configuration** — For other DNS providers, add the required SPF, DKIM, and DMARC records manually. See the [DNS Guides](/knowledge-base/dns-guides/cloudflare) for provider-specific instructions.

After adding your domain, it goes through an automatic [approval process](/learn/domains/approval) that evaluates domain age, website content, and other factors. Most legitimate domains are approved within minutes.

## Next Steps

After completing onboarding, we recommend following these steps:

<CardGroup cols={2}>
  <Card title="Create an API Key" icon="key" href="/learn/api-keys/introduction">
    Generate an API key to start sending emails
  </Card>

  <Card title="Verify Your Domain" icon="globe" href="/learn/domains/introduction">
    Set up SPF, DKIM, and DMARC for your sending domain
  </Card>

  <Card title="Send Your First Email" icon="paper-plane" href="/learn/sending/introduction">
    Learn how to send emails via the API
  </Card>

  <Card title="Explore Templates" icon="paintbrush" href="/learn/templates/introduction">
    Customize your premade templates or create new ones
  </Card>
</CardGroup>
