> For the complete documentation index, see [llms.txt](https://docs.wfolio.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wfolio.pro/getting-started/en/domain/subdomain.md).

# Сonnecting a subdomain

If you have a registered domain, such as `mydomain.com`, you can connect a subdomain like `gallery.mydomain.com` to your Wfolio website or galleries. Each Wfolio account can have only **one** domain or subdomain connected at a time.

{% hint style="info" %}
If you registered your domain [**through Wfolio**](/getting-started/en/domain/new.md) or connected it via [**Wfolio DNS servers**](/getting-started/en/domain/existing-domain.md#specify-wfolio-servers-as-dns-servers), you’ll need to contact support via live chat to enable subdomain setup.
{% endhint %}

* Go to **Settings → Site Address** or **Disk Web Address**. Click on the **I already have a domain** link.

<figure><img src="/files/1upS0y7Jz15OStRtCttY" alt="" width="563"><figcaption></figcaption></figure>

* Enter your subdomain (e.g., `gallery.mydomain.com`).
* Click on the **Connect** button.

Then you see the **settings** you need to **enter on your domain registrar's website**.

### Configure the subdomain in your registrar's panel

Add **two A records** pointing to Wfolio's IP address:

1. Set the first record's **host name** as your subdomain (e.g., `gallery`).
2. Set the second record's **host name** as `www.gallery`.

{% hint style="info" %}
Some domain registrars may require you to **create the subdomain first** before adding A records.
{% endhint %}

Choose the appropriate **server location** based on your needs.

#### Worldwide servers

| Type | Name (Host) \*                    | Value               | TTL  |
| ---- | --------------------------------- | ------------------- | ---- |
| A    | gallery                           | **103.137.248.164** | 3600 |
| A    | [www.gallery](http://www.gallery) | **103.137.248.164** | 3600 |

#### Kazakhstan servers

|   |                                   |                  |      |
| - | --------------------------------- | ---------------- | ---- |
| A | gallery                           | **213.148.2.60** | 3600 |
| A | [www.gallery](http://www.gallery) | **213.148.2.60** | 3600 |

#### Belarus servers

| Type | Name (Host)                       | Value             | TTL  |
| ---- | --------------------------------- | ----------------- | ---- |
| A    | gallery                           | **45.135.234.71** | 3600 |
| A    | [www.gallery](http://www.gallery) | **45.135.234.71** | 3600 |

***

### Configure a domain with Wix

{% hint style="info" %}
After entering the settings, the subdomain should connect **within two days**.
{% endhint %}

If there are any problems during the connection process, write to us in the support chat on the website.


---

# 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.wfolio.pro/getting-started/en/domain/subdomain.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.
