# Setting up a Custom URL

Other than the general configuration of your portal's design (loading the correct assets and ensuring the website has the correct colors and styles to match your institution's brand), there still remain two key activities to complete before your portal looks and feels fully like it is a part of your institution:

1. Change the URL to match your primary domain (such as, "transfers.yourschool.edu")
2. Allow all assets to be presented through your firewalls

\---

1. **Changing your URL**

To change the URL to [transfers.youruniversity.edu](https://transfers.youruniversity.edu), please simply add an CNAME record pointing to this new subdomain ("transfers") to [platform.degreesight.com](http://platform.degreesight.com/).

Next, create 2 TXT records with the information provided by your DegreeSight onboarding representative.  For example:

{% hint style="info" %}
Once this is updated, please contact your DegreeSight onboarding representative to let them know so we may create the relevant SSL certs and the domain styling thereafter.
{% endhint %}

<figure><img src="https://3046618989-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiyviMMlChSSdhBqB0jnD%2Fuploads%2Fdtdfha0OAWZtjgMiRu2E%2Fimage.png?alt=media&#x26;token=b56839e7-6560-4d29-b4f4-9c53821af104" alt=""><figcaption></figcaption></figure>

2. **Allowing assets to be presented through your firewalls**

To ensure that your logos and custom CSS are presented effectively at your new custom subdomain, please allow all traffic on your firewall from ("fully trust") the following:&#x20;

* `assets.degreesight.com`&#x20;
* `assets-qa.degreesight.com`


---

# 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://degreesight.gitbook.io/getting-started/setting-up-your-instance/customizing-your-portal/setting-up-a-custom-url.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.
