From 6b64e6fa236888610197bbbf7c44db6f532e710b Mon Sep 17 00:00:00 2001
From: Jacques Erasmus <jerasmus@gitlab.com>
Date: Fri, 9 Feb 2024 13:15:20 +0000
Subject: [PATCH] Update AI development docs

---
 doc/development/ai_features/index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/development/ai_features/index.md b/doc/development/ai_features/index.md
index d7ba33f01ba8..068eeba18474 100644
--- a/doc/development/ai_features/index.md
+++ b/doc/development/ai_features/index.md
@@ -216,6 +216,7 @@ Therefore, a different setup is required from the [SaaS-only AI features](#test-
        - To test Self Managed instances, follow [Cloud Activation steps](../../administration/license.md#activate-gitlab-ee) using the cloud activation code you received earlier.
        - To test SaaS, follow [Activate GitLab Enterprise license](https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/index.md#use-gitlab-enterprise-features) with your license file.
    1. Export these environment variables in the same terminal session with `gdk start`:
+      - Note that you can also configure your terminal always export the environment variables (e.g. adding the exports to `~/.bash_profile` or `~/.zshrc`). 
 
       ```shell
       export AI_GATEWAY_URL=http://0.0.0.0:5052 # URL to the local AI Gateway instance
-- 
GitLab