> For the complete documentation index, see [llms.txt](https://docs.4everland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.4everland.org/hositng/guides/domain-management.md).

# Domain Management

{% hint style="info" %}
After creating a site, 4EVERLAND will automatically assign domains based on the platform your site is hosted on.
{% endhint %}

Projects deployed on 4EVERLAND are automatically assigned a default domain name for the project, along with a unique version-specific domain name for each deployed version. The project domain automatically points to the latest deployed version, while version-specific domains remain permanently linked to their corresponding versions.

* If your site is hosted on IPFS, it will be assigned domains like: `name.4everland.app` .
* If your site is hosted on an Internet computer, 4EVERLAND will automatically assign the domains by: `[CANISTER_ID].app`. For example, it may look like this: `https://ihun5-jqaaa-aaaag-aayaa-cai.ic0.app`
* Similarly, sites on Arweave will be automatically assigned a domain name by `name.4everland.app`.&#x20;

You can easily connect your IPFS, Internet computer sites, and Arweave applications to unique domains using 4EVERLAND.&#x20;

To advance your websites into the Open Web by decentralizing their naming, use custom DNS domains or blockchain domains (IPFS only) like Ethereum Name Service(ENS) & Solana Name Service(SNS) on your websites.&#x20;

Additionally, DNSLink can be configured to direct domains to dynamic IPFS file hashes.

#### Getting Started <a href="#getting-started" id="getting-started"></a>

Here are some guides on how to get started, and if you run into any issues along the way, you can always visit our troubleshooting guide, or contact us for help.

{% content-ref url="/pages/GMINFDt23hl00KsPBZrI" %}
[DNS Setup Guide](/hositng/guides/domain-management/dns-setup-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/EWBcWeY3CmDWydSYnM8h" %}
[ENS Setup Guide](/hositng/guides/domain-management/ens-setup-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/Or79sgdUDlKHDhG8bYW3" %}
[SNS Setup Guide](/hositng/guides/domain-management/sns-setup-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/EMvMrlGhXc4dPRLqFFbK" %}
[Troubleshooting](/hositng/guides/troubleshooting.md)
{% endcontent-ref %}


---

# 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.4everland.org/hositng/guides/domain-management.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.
