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

# Using your Domain

After registering a new domain name with us, your domain will initially not be displayed anywhere! The domain however is already associated with your wallet address and can be readily used.

If you want to check the domain ownership without wrapping your domain up, head to your profile dashboard!

Among the many uses you can find for your domain name, the most popular by far is simply transferring funds or assets via your wallet!

**Perform a transaction with a domain name**

To send SOL or any other token using a domain name simply add the domain name in the Recipient field, where you would usually add the wallet address. Hit Next, and you’re done!

<figure><img src="/files/dqeFnbOZHnjW7Wrtxdgh" alt=""><figcaption><p>Transfer funds using a domain name</p></figcaption></figure>

If you encounter any error while trying to perform a transaction there are a couple of reasons behind it:

1. You have the wrong domain name
2. The wallet you are using has not yet integrated our domain names.

<figure><img src="/files/ZJj275Aqeq1nq7llZjkF" alt=""><figcaption><p>Error with an unregistered domain name</p></figcaption></figure>

More use cases are available via our [integration](/protocol/integrations.md) partners. Just keep an eye on the expanding list of integrations.

Some communities that launched TLDs with us have taken domain names to another level entirely. Some have enabled discord gating, while others allow you to stake your domain names or even offer registration rewards!


---

# 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.alldomains.id/protocol/getting-started/using-your-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.
