# Friendly Portal URL Address

This section explains how to set up access to the WorkSpaces Manager portal using your **registered domain**. Instead of accessing the portal via the instance's IP address, you can add a DNS record to your domain. Here's how to configure it:

1. **Open DNS Manager**: Access your DNS management console, which is typically provided by your domain registrar or internal DNS service.
2. **Add an A Record**:
   * In **DNS Manager**, add a new **A record** to your domain.
   * Set the **hostname** (e.g., portal.yourdomain.com) as the subdomain for accessing the WorkSpaces Manager portal.
   * Reference the **IP address** of the WorkSpaces Manager EC2 instance in the record.
3. **Save and Apply**: Save the DNS changes. It may take some time for the new DNS record to propagate.

Once the DNS record is active, you can access the WorkSpaces Manager Portal via the friendly domain name (e.g., **portal.yourdomain.com**) instead of the instance’s IP address.

![](https://manula.r.sizr.io/large/user/21827/img/ad.png)

This setup will now allow you to reference the portal using a friendly domain name. In this scenario, we have used [**http://portal.nuvens.cloud**](http://portal.nuvens.cloud), but make sure to use your own domain in place of "Nuvens."

Once you have configured a **Load Balancer**, you will need to:

1. **Add a CNAME Record**:
   * In your **DNS Manager**, add a **CNAME** record for your domain (e.g., **portal.yourdomain.com**).
   * Set this CNAME to reference the DNS name of your **Load Balancer**.
2. **Reference the Load Balancer's DNS Record**:
   * For example, if your Load Balancer’s DNS record is **lb-1234567890.us-west-2.elb.amazonaws.com**, you would use this as the target for the **CNAME**.

This configuration will ensure that when users access **portal.yourdomain.com**, they are directed to the **Load Balancer**, which distributes traffic to your EC2 instances hosting the WorkSpaces Manager portal.

<figure><img src="/files/MkGsX8W6ifG2i9aILC8k" alt=""><figcaption></figcaption></figure>


---

# 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.nuvens.cloud/install/appendices/friendly-portal-url-address.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.
