diff --git a/docs/integrations/slack.mdx b/docs/integrations/slack.mdx
index 2fae18620..3dbe86255 100644
--- a/docs/integrations/slack.mdx
+++ b/docs/integrations/slack.mdx
@@ -75,6 +75,17 @@ Codegen only responds when tagged or messaged directly. Use these approaches to
   - Sending subsequent messages within a thread routes to the same agent (tag `@codegen` to trigger)
   - New messages to `@codegen` in an active thread will interrupt the agent if it's currently working
 
+## AI Disclaimer
+
+**Codegen is powered by artificial intelligence (AI) technology.** While our AI agents are designed to be helpful and accurate, please be aware that:
+
+- AI-generated responses may occasionally contain errors or inaccuracies
+- Code suggestions and implementations should be reviewed before deployment
+- AI responses are based on training data and may not reflect the most current information
+- Users should exercise judgment and verify AI-generated content as appropriate for their use case
+
+We continuously work to improve our AI capabilities, but recommend treating AI assistance as a powerful tool that benefits from human oversight and validation.
+
 ## Data Privacy and Security
 
 **Message Content Handling:**
@@ -87,8 +98,14 @@ Codegen only responds when tagged or messaged directly. Use these approaches to
 
 Codegen's actions on connected repositories are governed by the permissions of the user who initiated the interaction via Slack. The bot itself does not have independent permissions to repositories. Access to repositories and the ability to trigger actions are determined by the Codegen user's authenticated account and their associated repository permissions. We recommend configuring channel access carefully during installation to ensure the Codegen integration for Slack is only present in channels where its use is appropriate.
 
+For more detailed information about our data handling practices, please review our [Privacy Policy](https://www.codegen.com/privacy-policy).
+
+## Pricing
+
+Codegen offers various pricing tiers to meet different team needs. For current pricing information and plan details, visit our [Pricing page](https://www.codegen.com/pricing).
+
 ## Tips for Effective Use
 
 - Use direct language when asking Codegen for help (e.g., "Add pagination to the results view").
 - Mention Codegen early in the message so it is triggered promptly.
-- Use threads for ongoing conversations with Codegen so it has access to previous context.
\ No newline at end of file
+- Use threads for ongoing conversations with Codegen so it has access to previous context.