When you create a new branch, the branch URL is generated automatically based on the branch name.
URLs must adhere to certain universal restrictions, that’s why branch names:
- Must contain only lowercase letters and/or numbers.
- Must be three characters long, at least.
So if you name a branch e.g. sales under your e.g mydomain.talentlms.com portal, the URL would be sales-mydomain.talentlms.com
If you are using a custom domain and have mapped the mydomain.talentlms.com to your website mydomain.com, then the branch URL in the mapped domain would be sales.mydomain.com