# DNS configuration

**Power Embedded** is a **SaaS platform in white-label format**, allowing each client to fully customize their experience. In addition to colors and images, it is possible to define a **custom access URL** for the system.

### Creating DNS Records

To access the system with a custom URL, there are two available options:

1. **Use your own domain** → Example: bi.yourcompany.com
2. **Use the Power Embedded domain** → Example: yourcompany.powerembedded.com.br

If you choose to use your own domain, you will need to add two records to your DNS: the CNAME and TXT entries to be able to use this custom URL in Power Embedded:

| Type  | Name     | Value                                                            |
| ----- | -------- | ---------------------------------------------------------------- |
| CNAME | bi       | powerportal-client-eastus2.azurewebsites.net                     |
| TXT   | asuid.bi | D1B15490F13A639D57FF7985A837F7E5242DD6F062BEEC8698E3CC36A6CBD693 |

The example above is for when you are configuring the subdomain bi.yourcompany.com

### Configuration Example

If the custom URL is bi.yourcompany.com, use the values above. If you want a different name, such as reports.mycompany.com, only the "Name" field will change:

* CNAME → Name: "reports"
* TXT → Name: "asuid.reports"

The values in the "Value" column remain the same.

{% hint style="warning" %}
After completing the indicated configurations, remember to contact the Power Embedded support team so they can activate it in the system.

Use the [DNSChecker](https://dnschecker.org/) website to verify if the DNS record creation has already propagated.
{% endhint %}

### Configuring the New URL in Power Embedded

After the support team's approval, follow the steps below to complete the configuration:

1. Access the **Settings** page in Power Embedded.
2. Enter the **custom subdomain** in the corresponding field.

### How to Configure on Other Platforms

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Cloudflare</strong></td><td>Learn how to configure</td><td></td><td><a href="/pages/BSrHrGZRE9CRmILYYPeI">/pages/BSrHrGZRE9CRmILYYPeI</a></td></tr></tbody></table>


---

# 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.powerembedded.com/administration-portal/dns-configuration.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.
