diff --git a/content/en/docs/2026.3/getting-started/on-premise/add-configuration-portal-to-cortex/installation.md b/content/en/docs/2026.3/getting-started/on-premise/add-configuration-portal-to-cortex/installation.md
index edbc7c251..dd83ebe92 100644
--- a/content/en/docs/2026.3/getting-started/on-premise/add-configuration-portal-to-cortex/installation.md
+++ b/content/en/docs/2026.3/getting-started/on-premise/add-configuration-portal-to-cortex/installation.md
@@ -228,6 +228,16 @@ On the Web Application Server:
### Configure the {{% ctx %}} Configuration Portal Website
+#### Copy robots.txt file
+
+To provide guidance for search engine crawlers and common AI bots not to index CORTEX Configuration Portal, it is necessary for the robots.txt file to reside in the site’s root directory of the CORTEX Configuration Portal. This is only necessary if CORTEX Configuration Portal is being installed on a different machine than CORTEX Gateway has been installed.
+
+1. Open the folder where `Cortex Innovation {{< version >}} - Configuration Portal.zip` was extracted to.
+1. Open the `Cortex Configuration Portal` folder.
+1. Copy the `robots.txt` file
+1. Navigate to the `Cortex` website directory, typically `C:\inetpub\wwwroot\Cortex`.
+1. Paste the `robots.txt` file
+
#### Configure the Redirect rule
On the Web Application Server:
@@ -239,6 +249,12 @@ On the Web Application Server:
```
+1. If not present in the `Redirect Cortex to gateway` rule, add a condition as follows:
+
+ ``` xml
+
+ ```
+
1. Save the file.
#### CORS Configuration
diff --git a/content/static/word/CORTEX Interaction Portal - Deployment Guide.docx b/content/static/word/CORTEX Interaction Portal - Deployment Guide.docx
index 8b1e557d2..dcc54ae24 100644
Binary files a/content/static/word/CORTEX Interaction Portal - Deployment Guide.docx and b/content/static/word/CORTEX Interaction Portal - Deployment Guide.docx differ