> 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/connect-namecheap-domain.md).

# Connect NameCheap Domain

### [After connecting the domain from Vintcer Dashboard, Sign in to your NameCheap Dashboard to change the DNS settings.](/connect-your-own-domain.md)

### 1. Sign into your **Namecheap account** (The Sign In option is available in the top hat of the page).&#x20;

### 2.Select **Domain List** from the left sidebar and click on the **Manage** button next to your domain:

![](/files/-LBzDD2md660QJlevizl)

### 3. Navigate to the **Advanced DNS** tab at the top of the page:&#x20;

![](/files/-LBzDOn_6FwunF6DaWQQ)

### 4. Find the **Host records** section and click on the **Add New Record** button.

![](/files/-LBzDSBxDB9_wVcUVZv_)

### 5. Choose CNAME Record and then  A record from drop down options-

![](/files/-LBzFUSvgSUfPTJF8rBi)

### 6. Enter the Following DNS records-

| **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 (Green colored Tick ✓) to save the changes.

Make sure to **SAVE** these changes.&#x20;

### **Few important notes:**

1\) It may take up to 24 hours for these changes to propagate worldwide.

2\) If there are previous A records in your DNS settings - make sure to delete them.<br>


---

# 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/connect-namecheap-domain.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.
