import { Button, Dialog, DialogContent, DialogHeader, DialogSection, DialogTitle, DialogTrigger, } from 'ui' import { InlineLink } from '@/components/ui/InlineLink' export const OptInToOpenAIToggle = () => { return ( Data Privacy and Briven AI

Briven AI utilizes third-party AI providers designed with a strong focus on data privacy and security.

By default, only schema data is shared with third-party AI providers. This is not retained by them nor used as training data. With your permission, Briven may also share customer-generated prompts, database data, and project logs with these providers. This information is used solely to generate responses to your queries and is not retained by the providers or used to train their models.

For organizations with HIPAA compliance enabled in their Briven configuration, any consented information will only be shared with third-party AI providers with whom Briven has established a Business Associate Agreement (BAA).

For more detailed information about how we collect and use your data, see our{' '} Privacy Policy. You can choose which types of information you consent to share by selecting from the options in the AI settings.

) }