> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.unicornplatform.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to Upload Domain Verification Files to Your Website (ads.txt, well-known, apple-app-site-association, assetlinks)


### You need to follow a couple of simple steps:

1. Create the required file
2. Send it to Unicorn support chat
3. Please wait a bit for us to add your file to the server, we will let you know when it is ready
4. Check this out, if you still have a question, write to support again, we will be happy to help you

|| Example:  a file named microsoft-identity-association.json.

```json
{

   "associatedApplications": [
      {
         "applicationId": "<your-app-id>"
      },
      {
         "applicationId": "<another-app-id>"
      }
   ]
 }
```
