Start Here
If you are a first-time buyer or operator, this is the recommended first path.
Codeer helps an expert team bring judgment into customer conversations and workflow moments. Instead of building a scripted chatbot, you teach an Agent how your team clarifies requests, gives safe guidance, makes bounded decisions, knows when to hand off, and learns from real conversations.
In this getting started flow, you will build a fictional Consultation Desk Agent for an expert service business. We use intake as the hero example because it is easy to understand and test, but the same pattern also works for review, follow-up, and decision support later in the customer journey.
Success for this guide is simple: complete one full beginner loop from first draft to stakeholder feedback to a reusable test case.

What You'll Build
By the end of this guide, you will have:
- A first version of a
Consultation DeskAgent created with Copilot - A published Web channel with a shareable slug-based URL
- Stakeholder feedback collected from real conversations
- One risky response turned into a reusable case in
Test Suite
The Example Story
Your Consultation Desk Agent should:
- Welcome people who are not sure which service or consultation they need
- Ask
2or3clarifying questions before deciding on a next step - Choose one of three outcomes: recommend the right consultation, suggest a safe next step, or hand off to a human
- Avoid inventing services, prices, guarantees, or outcomes that your team has not approved
Explore other patterns after the hero example
After you finish the hero example, use Examples as the reference layer for other expert touchpoints:
- Consultation Desk: the intake / triage reference pattern
- Education Review Desk: review an uploaded draft against an approved rubric
- Service Choice Desk: guide a user to choose among approved services or plans
Prerequisites
Before you begin, make sure you have:
- A Codeer.ai account
- Access to a workspace where you can edit Agents and publish channels
- A modern browser such as Chrome, Firefox, or Edge
The recommended first workflow
Step 1: Set Up a Workspace
Create a clean place for this pilot so your Agent, channel, and feedback stay together.
Step 2: Build the First Version
Use Copilot to draft the first Consultation Desk Agent and define what it should and should not do as an expert touchpoint.
Step 3: Test and Fix
Run one normal conversation and one risky conversation in Live Test, then use Copilot to tighten the behavior.
Step 4: Share for Feedback
Publish a Web channel, send it to a few stakeholders, and ask them to leave feedback on exact replies.
Step 5: Review Feedback, Save a Case, Fix the Agent, and Run the Test
Review what happened in Histories, ask Copilot what changed the behavior, use Add Case to save one important issue as an eval case, update the Agent in Editor, and run the saved case in Test Suite.
Next Steps
After this first feedback loop, continue with:
- Connect Data to give the Agent more project context
- Web Channel for the full hosted channel workflow
- Evaluation and Improvement to build a repeatable safety process