# Create a subdomain

### What is a subdomain? [#](https://thirdwp.com/docs/domains/create-a-subdomain/#0-toc-title) <a href="#id-0-toc-title" id="id-0-toc-title"></a>

A subdomain is a kind of secondary website. A subdomain has its own content but not a new domain name. The initial part of the existing domain is modified to create a subdomain. A subdomain is basically an extension of the existing domain name with its own content.

Technically, a subdomain is a DNS record for the domain hostname. So it is possible for a subdomain to add its own DNS record editor related to the subdomain.

### When to use a subdomain? <a href="#id-1-toc-title" id="id-1-toc-title"></a>

Subdomains are often used to create separate entities from the main domain. Suppose you have a blog for your website; you could add a subdomain named blog for this. For example, the address would then become blog.(websitename).com. You can also use subdomains for mobile versions of a website, blogs, support, and online stores.


---

# 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.thirdwp.com/domains/create-a-subdomain.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.
