> For the complete documentation index, see [llms.txt](https://docs.my.box/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.my.box/docs/configure-your-.box/configure-dns/set-up-a-subdomain.md).

# Set up a subdomain

Step-by-step:

1. **Log in to** [**my.box**](https://my.box) **and connect your wallet.**
2. **Go to the “My Domains” section** and select the domain you want to configure.
3. **Click the DNS tab** to view and manage your DNS records.
4. **Click “Add Record.”**
5. Choose **A Record** as the type.
6. In the **Host** field, enter your subdomain (e.g. `blog` for `blog.yourname.box`).
7. In the **Value** field, enter the IP address provided by your hosting provider.
8. **Click Save** and confirm the transaction in your wallet.

Your subdomain will now route to the specified IP address. DNS propagation may take a few minutes.


---

# 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:

```
GET https://docs.my.box/docs/configure-your-.box/configure-dns/set-up-a-subdomain.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.
