# 1. Definition of a Domain

### **What is a domain?**

**Domain** is the address of a website on the internet; it serves as the identifier for every website. A domain name helps users easily recognize and remember your website. You can think of a domain name like a home address or a zipcode that helps to locate the site. With a domain name, users can find your website. Each domain name is unique, and if someone else has already purchased a domain name, you will not be able to buy it.

### **Meaning of some common domain extensions:**

You can refer to the meanings of some popular domain extensions below:

* **.vn** - Vietnam country code domain
* **.com** (Communication) - Used for all types of entities: individuals, businesses
* **.net** (Network) - Used for web service providers or networks
* **.org** (Organization) - Used by non-governmental or non-profit organizations
* **.biz** (Business) - Used for commercial websites
* **.gov** (Government) - Used by government organizations
* **.edu** (Education) - Used by educational institutions
* **.info** (Information) - Used for informational websites
* **.name** (Name) - Used for personal websites, blogs, or individual websites

### **Some popular domain providers:**

* <https://nhanhoa.com/>
* <https://www.pavietnam.vn/>
* <https://www.matbao.net/>
* <https://tenten.vn/>
* <https://hostvn.net/>
* <https://vn.godaddy.com/>
* <https://name.com/>
* <https://www.namecheap.com/>
* <https://www.cloudflare.com/>

After purchasing a domain, you will need to point this domain to ShopOne's hosting, and then link it to the landing pages you have created. Once you have purchased a domain, you can create multiple subdomains:

For example, if your domain is: **tenmien.vn**, you can create multiple subdomains such as: **tintuc.tenmien.vn, san-pham.tenmien.vn, blog.tenmien.vn,...**

After pointing the domain to the ShopOne system, you can also create directories and link them to specific landing pages: **tenmien.vn/sanpham1, tenmien.vn/san-pham, tenmien.vn/gioi-thieu,...**

{% hint style="info" %}
**Note**: After pointing the domain, you will need to wait for the domain provider to update the information. This may take up to 24 hours, although it can often be faster (usually within 2 hours, depending on the domain provider you registered with).
{% endhint %}


---

# 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://docs.shopone.io/english/domain-setup/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.
