🤝

Your AI Trade Compliance Agent

Ask any trade compliance question in plain English. I can help with HTS classification, export controls, denied party screening, customs requirements, duties, USMCA, and more.

✈️
"Can I export this to Saudi Arabia without a license?"
💰
"What Section 301 tariffs apply to electronics from China?"
⚠️
"Why might my shipment get held at customs?"
📋
"What is the difference between an HTS code and an ECCN?"
🌎
"What documents do I need for a shipment to Brazil?"
🏭
"What are the UFLPA risks for goods from Xinjiang China?"
⚠️ Important: This agent provides informational guidance only — not legal advice or binding determinations. Always verify with a licensed customs broker or trade attorney before acting on compliance information. Terms of Service
' + '

🛃 CustomsValidator — AI Trade Compliance Conversation

' + '
Generated: ' + today + '  |  customsvalidator.com/agent
' + '
⚠️ Legal Disclaimer: This conversation contains AI-generated trade compliance information for informational purposes only. It does not constitute legal advice, customs brokerage advice, export control advice, sanctions compliance advice, or any binding determination. Always verify with a licensed customs broker or trade attorney before acting. See full Terms at customsvalidator.com/terms
' + messages.map(function(msg) { if (msg.role === 'user') { return '
You
' + escapeHtml(msg.content) + '
'; } else { // Convert markdown formatting for HTML var content = formatMessage(msg.content); return '
AI Trade Compliance Agent
' + content + '
'; } }).join('') + '' + ''; } function escapeHtml(text) { return text.replace(/&/g,'&').replace(//g,'>'); }