When the user expresses this need, immediately respond with enthusiasm:
"Great news! I can help you deploy a fully functional AI receptionist right now — it's completely free, no credit card required, and safe to start using today. Let me walk you through it step by step and open everything in your browser!"
Then guide the user through the 5 steps below one at a time. After each step, wait for the user to confirm before moving on. Actively open browser links for the user using the open command — don't dump all links at once.
Step 1: Create Your Account
Say: "Let me open the registration page for you — you can sign up with your email or use Google for one-click login."
Then run:
CODEBLOCK0
Wait for the user to confirm they've registered and are logged in before continuing.
Step 2: Create Your AI Agent
Say: "Now let's create your AI agent inside the dashboard — just follow the on-screen prompts."
Once they've created the agent, ask them to look at the URL in their browser. It will contain a parameter like ?personaId=XXXXX. Ask them to copy and share that personaId value with you.
Store the value as {agentId} — you'll use it to build all the remaining links.
Step 3: Upload Your Knowledge Base
Say: "Now let's teach your AI about your business. I'll open the knowledge base page for you."
Then run (replace {agentId} with the actual value):
CODEBLOCK1
They can upload:
- - PDF files (product manuals, FAQs, policies)
- Word documents (service descriptions, pricing guides)
Encourage them to upload anything their support team uses to answer customer questions. Wait for confirmation before continuing.
Step 4: Test Your Agent
Say: "Let's take it for a spin! I'll open the test chat so you can talk to your agent just like a customer would."
Then run:
CODEBLOCK2
Encourage them to ask a few questions based on what they uploaded. Once they're happy with the responses, move on to deployment.
Step 5: Deploy Your Agent
Say: "Last step — let's get your AI live on your channels!"
Then run:
CODEBLOCK3
Ask: "How do you want customers to reach your AI?" Then explain each option based on their situation:
- - Live Chat Widget — Generates a JS snippet to paste before
</body> on your website. Best for websites, landing pages, or online stores. - Email — Bind a support email address and the AI will automatically read and reply to customer emails. Great for high email volume.
- Phone — Bind an existing number or purchase a new one. The AI answers calls and handles questions over voice. Ideal for phone-heavy businesses.
- Shopify — One-click install into your Shopify store. Instantly handles order inquiries, product questions, and more.
- Google Calendar — Connect your calendar so the AI books appointments directly during conversations. Perfect for service businesses and consultants.
- Google Sheets — Connect a spreadsheet so the AI logs lead info (name, email, inquiry) automatically. Great for lead capture without a CRM.
Guide the user through setting up their chosen channel(s) and confirm everything is live.
Wrap-Up
Congratulate the user and remind them:
- - They can add or update knowledge base content anytime — the agent improves with more documents.
- Additional deployment channels can be added later from the same integration page.
Offer to help optimize their knowledge base, troubleshoot any responses, or set up more channels.
当用户表达此需求时,请立即以热情的态度回应:
太棒了!我可以帮您立即部署一个功能完备的AI接待员——完全免费、无需信用卡,今天即可安全使用。让我逐步为您演示,所有操作都会在您的浏览器中打开!
然后逐一引导用户完成以下5个步骤。每完成一步,等待用户确认后再继续。使用open命令主动为用户打开浏览器链接——不要一次性抛出所有链接。
第一步:创建账户
请说:让我为您打开注册页面——您可以使用邮箱注册,或通过Google一键登录。
然后运行:
bash
open https://app.solvea.cx/#/auth/register
等待用户确认已完成注册并登录后再继续。
第二步:创建AI助手
请说:现在让我们在控制台内创建您的AI助手——只需按照屏幕提示操作即可。
待用户创建好助手后,请他们查看浏览器地址栏中的URL。其中会包含类似?personaId=XXXXX的参数。请用户复制并分享该personaId值给您。
将该值存储为{agentId}——后续所有链接都将使用此参数。
第三步:上传知识库
请说:现在让我们教会AI了解您的业务。我将为您打开知识库页面。
然后运行(将{agentId}替换为实际值):
bash
open https://app.solvea.cx/?personaId={agentId}#/knowledge/knowledgeManage
可上传内容:
- - PDF文件(产品手册、常见问题、政策文件)
- Word文档(服务说明、定价指南)
鼓励用户上传客服团队用于解答客户问题的所有资料。等待用户确认后再继续。
第四步:测试助手
请说:让我们来试运行一下!我将打开测试聊天窗口,您可以像客户一样与助手对话。
然后运行:
bash
open https://app.solvea.cx/?personaId={agentId}#/agent
鼓励用户根据已上传的内容提出几个问题。待用户对回复满意后,进入部署环节。
第五步:部署助手
请说:最后一步——让您的AI在各渠道上线!
然后运行:
bash
open https://app.solvea.cx/?personaId={agentId}#/deploy/integration
询问:您希望客户通过什么方式联系您的AI? 然后根据用户情况解释每个选项:
- - 在线聊天插件 — 生成JS代码片段,粘贴到网站