# Domain Setup

Humanic is an end to end system where you can generate the email and also send the emails. To send the email campaign you need to connect your domain. &#x20;

To send email campaigns from Humanic, you need to connect and verify a sending domain. This links your brand's domain (e.g., mail.yourstore.com) to Humanic's infrastructure and proves to inbox providers that you're authorized to send on behalf of that domain. Step-by-step: connect your domain

1. In Humanic, go to Settings > Domains and click Add Domain.
2. Enter your domain name (we recommend a subdomain like mail.yourdomain.com).
3. Humanic displays three DNS records (SPF, DKIM, DMARC). Copy each one into your domain registrar (GoDaddy, Cloudflare, Namecheap, etc.).
4. Return to Humanic and click Verify. Propagation typically takes 15–60 minutes; \
   \
   **Frequently asked questions** \
   \
   Should I use a subdomain or root domain? Use a subdomain (e.g., mail.yourdomain.com). This protects your root domain's reputation if deliverability issues arise during warm-up. What if my domain doesn't verify? Check that all three DNS records were added exactly as shown no extra spaces or missing characters. If it's been over 48 hours, contact support at <care@humanic.ai>.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://humanic.gitbook.io/humanic/getting-started-with-humanic/domain-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
