> For the complete documentation index, see [llms.txt](https://kb.appareljunction.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.appareljunction.com/setting-up-a-custom-domain.md).

# Setting Up a Custom Domain

*Please Note: Examples in this guide will be from GoDaddy, but the information is, in general, applicable to all Domain Providers.*

**Pointing your custom subDomain to Apparel Junction's Micro Store**&#x20;

For GoDaddy, go to your domains, then select the desired domain:

<figure><img src="https://help.inksoft.com/hc/article_attachments/18355669320987" alt=""><figcaption></figcaption></figure>

Next, click the DNS tab at the top or right side of the page:

<figure><img src="https://help.inksoft.com/hc/article_attachments/18355669324955" alt=""><figcaption></figcaption></figure>

#### Adding a CNAME Record for Your Apparel Junction Store

1. **Create a new CNAME record.**
   * **Name (Host/Subdomain):** Enter the subdomain you want to use.
     * Example: `shop` if you want `shop.roofing.com`
   * **Data (Target):** Enter `stores.inksoft.com`
2. **Save your changes.**

***

#### Example

* Your domain: `roofing.com`
* Your chosen subdomain: `shop`
* CNAME record:
  * **Name:** `shop`
  * **Data:** `stores.inksoft.com`

***

#### How it Works

* When someone visits [**www.roofing.com**](http://www.roofing.com), they will still see your existing website.
* When someone visits **shop.roofing.com**, they will be directed to your Apparel Junction store.

<figure><img src="https://help.inksoft.com/hc/article_attachments/13837131709339" alt=""><figcaption></figcaption></figure>

Please note - changes can take up to 24-48 hours to propagate within the system. [To learn more about Propagation, click here!](https://www.godaddy.com/help/what-factors-affect-dns-propagation-time-1746)


---

# 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://kb.appareljunction.com/setting-up-a-custom-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.
