Getting Started
Deploy your first KX Axis agent in under 30 minutes.
Getting Started
This guide walks you through creating a KX Axis account, building your first agent workflow, and going live on your first channel.
Prerequisites
- A KX Axis account (sign up here)
- Access to the channel you want to deploy on (web chat, SMS, or email)
Step 1 — Create a workspace
After signing in, click New Workspace and give it a name that matches your use case (e.g. "Sales Q4" or "Support - EMEA").
Step 2 — Build your first flow
- Open the Visual Workflow Builder from the left sidebar
- Drag a Start node onto the canvas
- Add a Message node — type the opening message your agent will send
- Connect the nodes by dragging from the output handle of Start to the input of Message
- Add a Condition node to branch on user intent
Step 3 — Test in the simulator
Before going live, click Simulate in the toolbar. The simulation engine lets you:
- Run your flow end-to-end with synthetic user inputs
- Inspect every node decision in real time
- Check for dead ends or missing fallback paths
Step 4 — Deploy to a channel
- Click Deploy → choose your channel
- For web chat: copy the embed snippet and paste it into your site's
<head> - For SMS: connect your Twilio number in Settings → Integrations
Once deployed, your agent is live. Head to Analytics to track conversion rates, drop-off points, and session quality.
Next steps
- Learn about core concepts — nodes, flows, and conditions
- Explore the API reference to trigger flows programmatically