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

# Get Up and Running

> Follow the three-step onboarding in the Nuntly dashboard - create an API key, send your first email, and set up your account.

<Note>Before you begin, [create a Nuntly account](/docs/guides/account-setup) if you haven't already.</Note>

The **Getting started** page in your dashboard walks you through three steps to get up and running. Each step builds on the previous one.

<Steps titleSize="h3">
  <Step title="Create your API key">
    Your API key authenticates all requests to the Nuntly API. On the getting started page:

    1. Enter a name for your key (the default is "Getting Started", but you can change it to anything descriptive)
    2. Click **Create API Key**

    <img src="https://mintcdn.com/nuntly/06GqUNpQP10WWOGx/images/getting-started/step1-create-key.png?fit=max&auto=format&n=06GqUNpQP10WWOGx&q=85&s=5f166a388837c4ccdb0a3cc63764a9ad" alt="The getting started page showing step 1 with the API key name input field" className="rounded-lg w-full" width="1730" height="676" data-path="images/getting-started/step1-create-key.png" />

    Your API key is displayed immediately after creation. Copy it and store it in a secure location. You will not be able to view it again from this page.

    <img src="https://mintcdn.com/nuntly/06GqUNpQP10WWOGx/images/getting-started/step1-key-revealed.png?fit=max&auto=format&n=06GqUNpQP10WWOGx&q=85&s=496bfa5fc0625c16ebdeac2f12990741" alt="Step 1 completed, showing the newly created API key value with copy and reveal buttons" className="rounded-lg w-full" width="1730" height="638" data-path="images/getting-started/step1-key-revealed.png" />

    <Warning>
      This is the only time your API key is displayed on this page. Store it in an environment variable or a secrets manager before moving on.
    </Warning>

    You can create and manage additional API keys at any time from the [API keys](/docs/guides/api-keys) page.
  </Step>

  <Step title="Send your first email">
    This step shows code samples for sending an email using the API key you just created. The samples are available in TypeScript, cURL, PHP, Python, Ruby, Go, and Java.

    <img src="https://mintcdn.com/nuntly/06GqUNpQP10WWOGx/images/getting-started/step2-send-email.png?fit=max&auto=format&n=06GqUNpQP10WWOGx&q=85&s=52c678f882952120a302afced092ebf4" alt="Step 2 showing the code samples with a language selector and a Send Email button" className="rounded-lg w-full" width="1730" height="1104" data-path="images/getting-started/step2-send-email.png" />

    Click **Send Email** to send a test email using your new API key. A success notification confirms the email was sent.

    For a deeper look at sending emails programmatically, see [Send your first email](/docs/guides/send-your-first-email).
  </Step>

  <Step title="Go further">
    Once your test email is sent, you can set up the next things:

    * **Setup your own domain** to send emails from your own domain instead of a shared one. See the [sending domains guide](/docs/guides/sending-domains).
    * **Setup webhooks** to receive real-time notifications when email events occur. See the [webhooks guide](/docs/guides/webhooks).
    * **Upgrade your plan** to increase your sending limits and unlock additional features.

    <img src="https://mintcdn.com/nuntly/06GqUNpQP10WWOGx/images/getting-started/step3-go-further.png?fit=max&auto=format&n=06GqUNpQP10WWOGx&q=85&s=b5ff1626c221fc27183779225ba1331b" alt="Step 3 showing cards for domain setup, webhook setup, and plan upgrade" className="rounded-lg w-full" width="1730" height="1308" data-path="images/getting-started/step3-go-further.png" />
  </Step>
</Steps>
