By default, Alguna serves your hosted pages on a subdomain that is based on the organization slug you have configured in your settings. For example:Documentation Index
Fetch the complete documentation index at: https://alguna.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Adding a custom domain
To point your custom domain to our service, you need to add a CNAME record in your DNS provider’s settings pointing todomains.alguna.io, where <subdomain> is replaced
by your desired subdomain.
| Type | Host | Value | TTL |
|---|---|---|---|
| CNAME | <subdomain> | domains.alguna.io | 30 mins |
buy.waystar.com we’d add a CNAME record for buy on waystar.com
| Type | Host | Value | TTL |
|---|---|---|---|
| CNAME | buy | domains.alguna.io | 30 mins |