> For the complete documentation index, see [llms.txt](https://docs.vintcer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vintcer.com/connect-your-own-domain/godaddy-domain-connect-godaddy-domain-to-your-website.md).

# GoDaddy Domain- Connect GoDaddy domain to your website

{% hint style="info" %}
This article explain connecting domain to your website. To learn how to verify your domain for Business email(email for domain) please check the respective article.
{% endhint %}

{% hint style="info" %}
Make sure to add your domain in Vintcer Dashboard too. To enter your domain into your Vintcer dashboard first click on Publish button and then enter your domain name.
{% endhint %}

1. Login into your GoDaddy account and click on the DNS button.

![](/files/-LHP8GCcB0tR6Yn1M17_)

2\. Click on ADD button to add new required records.&#x20;

![](/files/-LHPAC0rLAuVItXQ-FSV)

3\. In your registrar's Control Panel, change the A record and the CNAME:

| **TYPE**     | HOST    | VALUE                   |
| ------------ | ------- | ----------------------- |
| **A RECORD** | **@**   | **34.96.116.138**       |
| **CNAME**    | **WWW** | **connect.vintcer.com** |

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LBo_mo13rwfUpGj8X6-%2F-Lj0um63HBY-Va7RDcUB%2F-Lj0ut4UukaHlfMMA-ZD%2FScreenshot%202019-07-05%2017.05.34.png?alt=media\&token=4b830c33-fe03-4b82-9977-fcba6d23c40b)

Click Save button and wait for the DNS to propagate. Once the DNS starts propagating your website will be live.&#x20;

## FAQ

### I connected my domain but it's still not showing me website?

If you followed the instructions on how to connect your own domain but it's still not showing up, there are a few reasons for why it might happen:

1. You entered the wrong domain when you first publish your website. If that's the case, go back to the editor and hit 'Publish'. You'll then see the domain we linked this website to and an option to 'Change' it right below. Click it to change to the right domain.

2\.  Not enough time has passed since you changed your DNS settings. It can take up to 24 hours for DNS settings to be changed at certain domain registrars.

3\.  Your DNS settings are not configured properly. There might be old A or CNAME records you need to delete, or you might have entered the wrong details. Double check that.


---

# 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://docs.vintcer.com/connect-your-own-domain/godaddy-domain-connect-godaddy-domain-to-your-website.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.
