# Connect GoDaddy Domain

When your domain is using GoDaddy nameservers, you need to add DNS records to your DNS zone file.Wegic will provide:

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

{% hint style="success" %}

## Quick Access

You can also refer to the official GoDaddy guides for detailed instructions:

* [A record setup](https://www.godaddy.com/en/help/add-an-a-record-19238)
* [CNAME record setup](https://www.godaddy.com/en/help/add-a-cname-record-19236)
  {% endhint %}

## **Open DNS Settings**

1. Sign in to [GoDaddy Domain Portfolio](https://dcc.godaddy.com/control/portfolio\&prog_id=PROG_ID)
2. Select your domain (opens Domain Settings)

<div align="left"><figure><img src="/files/Y1of6O1UDq6YnjbOhoxZ" alt=""><figcaption></figcaption></figure></div>

3. Click DNS to open DNS records page

<div align="left"><figure><img src="/files/jxap15HSqHO1UQufB2rY" alt=""><figcaption></figcaption></figure></div>

## **Add A Record**

#### **1. Create A Record**

* Click Add New Record
* Select Type → A

#### **2. Fill in A Record**

* Name → Enter @
* Value → Paste the IP address provided by Wegic
* TTL → Keep default (1 hour)

#### **3. Save A Record**

* Click Save
* If multiple records exist: click Save All Records

## **Add CNAME Record**

#### **1. Create CNAME Record**

* Click Add New Record
* Select Type → CNAME

#### **2. Fill in CNAME Record**

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

#### **3. Save CNAME Record**

* Click Save
* Or Save All Records if multiple records are added

## **Domain Verification (if shown)**

If Domain Protection is enabled:

* Enter SMS code, or
* Authenticator app code, or
* Email one-time password

## **DNS Update Time**

* Usually within 1 hour
* 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. If the connection is successful, you will see a success message
5. 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-godaddy-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.
