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

# Account setup

Getting your account ready involves a handful of one-time steps. Adding an email domain is required before you can send; the rest are optional but expand what the platform can do for you.

{% hint style="info" %}
Many of the options in this checklist are only accessible to users with the Administrator role.
{% endhint %}

{% stepper %}
{% step %}

### Complete the corporate details

Fill out your corporate contact information and upload your logo under **Account → Corporate settings**. This information is used in system emails sent from eMarketeer.
{% endstep %}

{% step %}

### Invite users

Add everyone on your team who needs access to eMarketeer. Each person gets their own login, and you control their permissions during the invite.

[How to invite users to your account](/guides/account-admin/invite-user-account.md)

Consider whether to enforce multi-factor authentication account-wide. This adds a second verification step for all users at login, reducing the risk of unauthorized access.

[Multi-factor authentication](/references/references/accounts-auth/multi-factor-authentication.md)
{% endstep %}

{% step %}

### Add an email domain

Authenticating your sending domain is required before you can send emails from eMarketeer. It also improves deliverability by proving to receiving mail servers that eMarketeer is authorized to send on your behalf.

Start this step early — DNS changes are often handled by an IT department or hosting partner who may need to schedule the work. The rest of your setup can continue in the meantime.

[Add email domain](/getting-started/account-setup/authorize-email-domain.md)
{% endstep %}

{% step %}

### Add a custom domain

A custom domain replaces the default `app.emarketeer.com` hostname in the links eMarketeer generates — including form URLs, landing page links, and email tracking links. This keeps your brand consistent and removes the eMarketeer hostname from links visible to your contacts.

[Custom domain](/guides/account-admin/domains.md)
{% endstep %}

{% step %}

### Add website scripts

Install two scripts on your website to connect it to eMarketeer. The **form base script** is required on any page where you want to embed a form. The **Web Tracker** records page visits and links them to identified contacts, giving you visibility into which pages a contact has browsed.

Set up the Web Tracker as early as possible — once installed it starts collecting data immediately, and that history becomes valuable the moment you begin sending campaigns.

[Website integration](/getting-started/account-setup/website-integration.md)
{% endstep %}

{% step %}

### Set up custom fields

Custom fields extend the contact record with data specific to your business — for example, industry, customer tier, or region. Use them to segment your database more precisely and to personalize email and form content.
{% endstep %}

{% step %}

### Integrate your CRM

Connecting eMarketeer to your CRM keeps marketing and sales data in sync. Contact data, consent records, and engagement signals flow between the two systems automatically — giving your sales team up-to-date marketing intelligence without manual exports.

Supported integrations:

* [SuperOffice](/integrations/superoffice.md)
* [Microsoft Dynamics 365](/integrations/dynamics.md)
  {% endstep %}

{% step %}

### Connect social media advertising

eMarketeer can receive lead submissions directly from social media ad campaigns. Each submission creates or updates a contact, sets a lead score, and can trigger a Journey — no manual CSV import needed.

Supported integrations:

* [Facebook Lead Forms](/integrations/integrations/facebook-lead-forms.md)
* [LinkedIn Lead Gen Forms](/integrations/integrations/linkedin-lead-gen-forms.md)
  {% endstep %}

{% step %}

### Create component templates

All components — emails, forms, and webpages — can be saved as templates for future reuse. If you want templates built to match your brand design, an eMarketeer consultant can help you set these up.

To get started creating your component templates, see our [Campaign basics](/getting-started/campaign-basics.md) guides.
{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://support.emarketeer.com/getting-started/account-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.
