diff --git a/app/_hub/kong-inc/ai-semantic-cache/overview/_index.md b/app/_hub/kong-inc/ai-semantic-cache/overview/_index.md
index 8d55d79af3d9..f5304c4a882c 100644
--- a/app/_hub/kong-inc/ai-semantic-cache/overview/_index.md
+++ b/app/_hub/kong-inc/ai-semantic-cache/overview/_index.md
@@ -110,9 +110,10 @@ The plugin respects cache control headers to determine if requests and responses
## Get started with the AI Semantic Caching plugin
-* [Configuration reference](/hub/kong-inc/ai-semantic-caching/configuration/)
-* [Basic configuration example](/hub/kong-inc/ai-semantic-caching/how-to/basic-example/)
-* [Learn how to use the plugin](/hub/kong-inc/ai-semantic-caching/how-to/)
+* [Configuration reference](/hub/kong-inc/ai-semantic-cache/configuration/)
+* [Basic configuration example](/hub/kong-inc/ai-semantic-cache/how-to/basic-example/)
+* [Set up AI Semantic Cache with Mistral](/hub/kong-inc/ai-semantic-cache/how-to/llm-provider-integration-guides/mistral/)
+* [Set up AI Semantic Cache with OpenAI](/hub/kong-inc/ai-semantic-cache/how-to/llm-provider-integration-guides/openai/)
### All AI Gateway plugins
diff --git a/app/_includes/md/ai-plugins-links.md b/app/_includes/md/ai-plugins-links.md
index 733e8205375f..223711bed5db 100644
--- a/app/_includes/md/ai-plugins-links.md
+++ b/app/_includes/md/ai-plugins-links.md
@@ -1,8 +1,12 @@
* [AI Proxy](/hub/kong-inc/ai-proxy/)
+{% if_version gte:3.8.x -%}
+* [AI Proxy Advanced](/hub/kong-inc/ai-proxy-advanced/)
+{% endif_version -%}
* [AI Request Transformer](/hub/kong-inc/ai-request-transformer/)
* [AI Response Transformer](/hub/kong-inc/ai-response-transformer/)
{% if_version gte:3.8.x -%}
-* [AI Semantic Caching](/hub/kong-inc/ai-semantic-caching/)
+* [AI Semantic Cache](/hub/kong-inc/ai-semantic-cache/)
+* [AI Semantic Prompt Guard](/hub/kong-inc/ai-semantic-prompt-guard/)
{% endif_version -%}
{% if_version gte:3.7.x -%}
* [AI Rate Limiting Advanced](/hub/kong-inc/ai-rate-limiting-advanced/)