# Add a domain

Assigning a custom domain to your project ensures that visitors to your application experience a tailored, brand-aligned experience.

On dAppling, your custom domain can take any format you choose:

* `ethereum.org` (apex domain)
* `blog.ethereum.org` (subdomain)
* `*.ethereum.org` (wildcard domain)

You must already own a domain to use it with dAppling.

For more details on domains with dAppling, check out the [Domains](/domains.md) overview.

:cactus:*Fun Fact: Worms can eat up to half their body weight in soil and organic matter each day, making them excellent composters.*


---

# 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.dappling.network/introduction/add-a-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.
