> For the complete documentation index, see [llms.txt](https://appfront.gitbook.io/portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appfront.gitbook.io/portal/setup/ssl-certificates.md).

# order.yourdomain.com

## Setup Overview

1\. Appfront will provide the certificate for your domain; please send a request to **<support@appfront.ai>** (or **<integrations@appfront.ai>** if your application isn't live yet) with the domain / subdomain you wish to use for your online ordering site.&#x20;

2\. You will receive an **email from AWS - Amazon** Web Services Certificate manager - to verify that you own the domain to one of the following email addresses:

* admin@\[yourdomain.com]
* administrator@\[yourdomain.com]
* webmaster@\[yourdomain.com]

3\. Once you have approved this email, we will be able to accept this domain for your online ordering site, and connect a valid SSL Certificate for secure browsing.

4\. You will then need to go to your domain provider and define a **CNAME** with the path Appfront will provide for you in their follow up email

Go to your domain provider - and define a CNAME for **order.yourdomain.com** to **XXXXXXXXXX.cloudfront.net** **(without http or https!)** which you will receive from Appfront. <br>

## **GoDaddy: Instructions for adding CNAME**

&#x20;<https://documentation.unbounce.com/hc/en-us/articles/203687274-Setting-Up-Your-CNAME-with-GoDaddy><br>

## **Google Domains: Instructions for adding CNAME**

&#x20;<https://support.google.com/a/answer/47283?hl=en>

![](/files/-MciWFroC_OZA4PIoUnK)

5\. Save the changes; your domain has now updated!&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://appfront.gitbook.io/portal/setup/ssl-certificates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
