--- id: overview title: Build with AI sidebar_label: Overview hide_title: true --- import Link from '@docusaurus/Link'; export const FeatureCard = ({ icon, title, description, href, badge }) => (
{ e.currentTarget.style.borderColor = '#6366f1'; e.currentTarget.style.boxShadow = '0 4px 16px rgba(99,102,241,0.12)'; }} onMouseLeave={e => { e.currentTarget.style.borderColor = 'var(--ifm-toc-border-color)'; e.currentTarget.style.boxShadow = 'none'; }} >
{icon} {badge && ( {badge} )}
{title}
{description}
); export const ConfigCard = ({ title, description, href, label, labelColor, labelBg, features }) => (
{ e.currentTarget.style.borderColor = '#6366f1'; e.currentTarget.style.boxShadow = '0 4px 16px rgba(99,102,241,0.12)'; }} onMouseLeave={e => { e.currentTarget.style.borderColor = 'var(--ifm-toc-border-color)'; e.currentTarget.style.boxShadow = 'none'; }} >
{label}
{title}
{description}
); export const SectionSubtitle = ({ text }) => (

{text}

);
ToolJet AI

Build with AI

With ToolJet, you can build business applications effortlessly using natural language. Whether you're starting from scratch or enhancing an existing app, ToolJet AI accelerates development by generating UI, queries, and data bindings; so your team ships internal tools faster.

## Generate an Application export const Step = ({ n, title, desc, img, alt, tip, tipHref, imgClass = 'img-full' }) => (
{n}
{title}
{desc}
{tip && tipHref && ( โœ๏ธ {tip} )} {alt}
); ## AI Capabilities
## AI Configuration
## Data & Privacy
{ e.currentTarget.style.borderColor = '#6366f1'; e.currentTarget.style.boxShadow = '0 4px 16px rgba(99,102,241,0.1)'; }} onMouseLeave={e => { e.currentTarget.style.borderColor = 'var(--ifm-toc-border-color)'; e.currentTarget.style.boxShadow = 'none'; }} > ๐Ÿ”’
Privacy Policy
What data is shared with AI, how it's protected, and your deployment options.

--- ## Need Help? - Reach out via our [Slack Community](https://join.slack.com/t/tooljet/shared_invite/zt-2rk4w42t0-ZV_KJcWU9VL1BBEjnSHLCA) - Or email us at [support@tooljet.com](mailto:support@tooljet.com) - Found a bug? Please report it via [GitHub Issues](https://github.com/ToolJet/ToolJet/issues)