> For the complete documentation index, see [llms.txt](https://docs.realmacsoftware.com/elements-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/domains/subdomains.md).

# Subdomains

A **subdomain** is a way to create a separate section of your website using your existing domain name. For example, if your main website is `yourwebsite.com`, a subdomain could be something like `blog.yourwebsite.com` or `shop.yourwebsite.com`.

When you create a subdomain in the Elements Hosting Reactor Panel, it gets its own folder to store files. This lets you use it for a blog, store, or any other part of your site, while still being connected to your main website.

To add a subdomain to your Elements Hosting account, follow the steps below.

#### Step 1

Log into the [Elements Hosting Reactor Panel](https://reactor.elementshosting.io/login) and click on `Websites` in the sidebar, then click on the website you'd like to add a subdomain to.

<figure><img src="/files/MirejtIi3ks7zJZ2Q2hT" alt=""><figcaption></figcaption></figure>

#### Step 2

Click on `Domains` in the top menu, then click on the blue `Add domain` button.

<figure><img src="/files/Mf8ZGT2lyEOyBZAL3SaF" alt=""><figcaption></figcaption></figure>

#### Step 3

Select `Subdomain`, then in the `Domain*` field enter your desired subdomain. The `Document root` field will be auto-filled as you type your subdomain. We recommend leaving this as-is as this is the folder where your subdomain's website files should be uploaded to.&#x20;

When finished click the blue `Add` button.

<figure><img src="/files/ibsidAHD1l7q2p0bcIIb" alt=""><figcaption></figcaption></figure>

#### Step 4

You will now see your subdomain listed in your Domains list.&#x20;

Click on `...` in order to:

* Manage your subdomain's document root folder
* Delete your subdomain if needed

{% hint style="info" %}
If your subdomain's DNS is not yet pointed to your Elements Hosting account's IP address, you will see a yellow padlock next to it indicating a Let's Encrypt SSL certificate has not yet been issued for it.

Once you point the DNS for your subdomain to your Elements Hosting account's IP address, a new Let's Encrypt SSL certificate will be auto-provisioned and you will then see a green padlock next to it in the list, indicating your website is SSL secured!
{% endhint %}

<figure><img src="/files/8Cgt8qnpxqjaLtKuJBgv" alt=""><figcaption></figcaption></figure>


---

# 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.realmacsoftware.com/elements-docs/hosting/elements-hosting-reactor-panel/websites/manage-websites/domains/subdomains.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.
