# Sub-domain

## Introducing sub-domain

With this new feature, by owning a Cronos ID domain (e.g. johndoe.cro), you can now create sub-domains (e.g. 1.johndoe.cro) under the parent domain!

To create a sub-domain, the owner of the parent domain just needs to assign the controller wallet address and pay the transaction fee involved.

## What is Controller?

**Controller** is the account that can manage the domain, e.g. editing domain profile, creating sub-domains. **Registrant** is the account that owns the NFT token of the domain. They can set the controller address and transfer domain ownership to another address.

For example, if you registered for johndoe.cro, you will be both the Registrant and Controller, with full control over the domain. If you create a sub-domain 1.johndoe.cro, you can assign either yourself or someone else as the controller of the domain.

## What are sub-domains for?

Sub-domains can benefit both individual users and organizations. Here are some examples:

1. Organize your wallets:&#x20;

   \
   You can create sub-domains like coldwallet.johndoe.cro and nft.johndoe.cro , then link to the wallet addresses serving different purposes for easier management.<br>
2. Identity for your staff or community:\
   \
   Sub-domains will help you create verified identities under your organization for your team or even community members.

<br>

To learn more about how to create a sub-domain, click here.

\
\ <br>


---

# 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.cronosid.xyz/user-guides/cronos-id-domains/sub-domain.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.
