What problem does it solve? Developers working with Ant Design in React projects often need quick, accurate answers about component imports, props, theming, internationalization, and version compatibility without digging through the full official documentation. ## Core Features & Use Cases - Component Usage Reference: Covers installation, on-demand imports, and code examples for core components like Button, Form, Table, Modal, and DatePicker. - Theming & Internationalization: Explains ConfigProvider setup, dark/compact algorithms, CSS variables, and locale configuration for 150+ languages. - Troubleshooting & Compatibility: Answers common issues such as React 19 support, bundle size reduction, style priority, and message/notification context usage. - Use Case: When building a React admin dashboard, ask how to configure a dark theme with a custom primary color, and receive a working ConfigProvider snippet using antd v6 theme algorithms. ## Quick Start Ask how to use or configure a specific Ant Design component in a React project, such as setting up a themed Form with validation.