> For the complete documentation index, see [llms.txt](https://humanic.gitbook.io/humanic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://humanic.gitbook.io/humanic/getting-started-with-humanic/domain-setup.md).

# Domain Setup

Humanic is an end-to-end system where you can generate and send emails. To send an email campaign, you need to connect your 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.&#x20;

With Humanic's auto-configuration, you can connect your domain in minutes.&#x20;

To connect your domain:

1. Navigate to **🌐 Domain Settings** in the left sidebar and click **+ Add Domain**.
2. Enter your domain name (we recommend a subdomain such as mail.yourdomain.com).
3. Click **Auto-Configure** to verify by simply signing in to your DNS provider (GoDaddy, Cloudflare, Namecheap, etc.).

To verify manually, copy each of Humanic's three DNS records (TXT, MX, CNAME) into your domain registrar. Return to Humanic and click Verify. Propagation typically takes 15–60 minutes.

### **Frequently asked questions**&#x20;

**Should I use a subdomain or root domain?**&#x20;

Use a subdomain (e.g., mail.yourdomain.com). This protects your root domain's reputation if deliverability issues arise during warm-up.&#x20;

**What if my domain doesn't verify?**&#x20;

Check that all three DNS records were added exactly as shown, with no extra spaces or missing characters. If it's been over 48 hours, contact support at <care@humanic.ai>.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
