Skip to content

Update Slack integration documentation with AI disclaimer and policy links #1119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion docs/integrations/slack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand All @@ -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.
- Use threads for ongoing conversations with Codegen so it has access to previous context.
Loading