AI Chat Assistant

Get instant answers on membrane products, water treatment solutions, and partnership opportunities with our AI-powered assistant.

Singapore Oshinas AI Assistant

Online • Ready to help

Welcome! How can I help you today?

Inquire about our membrane products, water treatment solutions, technical specifications, or partnership opportunities.

AI responses may not always be accurate. For critical inquiries, please contact our team directly.

How to Use This AI Chat

1

Product Inquiries

Inquire about membrane specifications, applications, pricing, or technical parameters. Example: "What's the difference between RO and NF membranes?"

2

Partnership Inquiries

Learn about our exclusive distributor program, requirements, and benefits. Example: "How do I become a distributor in Southeast Asia?"

3

Technical Support

Get guidance on membrane selection, system design, or troubleshooting. Example: "Which membrane is suitable for seawater desalination?"

Note:This AI assistant is powered by a large language model and provides general information. For specific technical requirements or commercial inquiries, please contact our sales team directly through the Contact Us page.

Developer Integration Guide

// Import the AIChat component
import { AIChat } from "@/components/generated/AIChat";

// Use in your page
<AIChat 
  title="Your Custom Title"
  placeholder="Your custom placeholder..."
  onMessageSent={(message) => {
    // Handle message sent event
    console.log(message);
  }}
/>

Props:

  • title- Chat header title (optional)
  • placeholder- Input placeholder text (optional)
  • className- Additional CSS classes (optional)
  • onMessageSent- Callback when message is sent (optional)