# Connect IONOS Domain

When your domain is using IONOS DNS, you need to add DNS records in your domain settings.

Wegic will provide:

* A record value (IP address)
* CNAME record value (domain)

{% hint style="info" %}

## IONOS Official Guides

You can refer to the official IONOS documentation:

* [A record setup](https://www.ionos.com/help/domains/configuring-your-ip-address/changing-a-domains-ipv4/ipv6-address-a/aaaa-record)
* [CNAME record setup](https://www.ionos.com/help/domains/configuring-cname-records-for-subdomains/configuring-a-cname-record-for-a-subdomain/)
  {% endhint %}

## Open DNS Settings

1. Sign in to your [IONOS account](https://my.ionos.com/)
2. Go to [Domains & SSL](https://my.ionos.com/domains)
3. Select your domain
4. Click **DNS** or **Edit DNS** Settings
5. Open the **DNS** Records section

<figure><img src="/files/1yddRAi7bvHt0KPP3MrQ" alt=""><figcaption></figcaption></figure>

## Add A Record

1. Click **Add Record**

<figure><img src="/files/rSKe8DmpbDoLejLO2L0p" alt=""><figcaption></figcaption></figure>

2. Select **Type → A**

<figure><img src="/files/qq8a5LSxmyQ69jYReceg" alt=""><figcaption></figcaption></figure>

3. Fill in A Record

* **Host Name** → Enter @ (root domain)
* **Points to** → Paste the IP address provided by Wegic
* **TTL** → Keep default

4. Click to **Save** A Record

<figure><img src="/files/frqHNSeTG4gA8srAr7AZ" alt=""><figcaption></figcaption></figure>

## Add CNAME Record

1. Click **Add Record**

<figure><img src="/files/rSKe8DmpbDoLejLO2L0p" alt=""><figcaption></figcaption></figure>

2. Select **Type → CNAME**

<figure><img src="/files/JRs7cdWWdDoUnsJgA5FC" alt=""><figcaption></figcaption></figure>

3. Fill in CNAME Record

* **Host Name** → Enter prefix only (e.g. www)
* **Points to** → Paste the CNAME provided by Wegic (e.g. xxxxx.n2.wegic.app)
* **TTL** → Keep default

4. Click to **Save** CNAME Record

<figure><img src="/files/2S3PlxdWFVoGUzJyM9AE" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

## Important Notes

* Field names may appear as **Host Name / Points to** instead of **Name / Value**
* Only one record type can exist per host (A or CNAME)
* **Remove conflicting records before saving**
  {% endhint %}

## DNS Update Time

* Usually within 1 hour
* May take up to 48 hours globally

## Finish in Wegic

1. Return to Wegic
2. Click **Update / Publish** (top-right corner) → This opens the publish settings modal
3. In the modal, click **Custom Domain → Connect**
4. Verification starts automatically
5. If successful, you will see a success message
6. Click **Publish** to apply your website to the domain


---

# 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://help.wegic.ai/features/custom-domain/connect-ionos-domain.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.
