Best Practices
Recommendations for designing bots, managing teams and securing your workspace.
5 min read
Overview
These practices help you get more value from B6AI and keep your workspace secure and maintainable as you scale.
Designing conversational flows
- Start from the customer’s goal, not the org chart.
- Keep flows shallow: branch only when it changes the answer.
- Always provide a path to a human for anything the bot can’t resolve.
Structuring knowledge & training
- Keep knowledge documents focused and up to date.
- Add real customer phrasings as utterances so intents generalize.
- Review misunderstood conversations and feed fixes back in.
Team & role hygiene
- Assign the least-privileged role that fits each person.
- Review Enterprise Admins regularly.
- Deactivate users promptly when they leave.
Integration security
- Grant the minimum scopes each integration needs.
- Rotate credentials on a schedule.
- Review integration activity in the Activity Logs.
Secrets
Never share credentials over chat or email, enter them only in B6AI integration settings.
Monitoring & iteration
Treat your bot as a living product: watch containment and handoff metrics, review transcripts, and iterate every week. Small, versioned changes compound into a much better experience.
Iterate safely
Because publishes are versioned, you can ship improvements often and revert instantly if needed.
Was this page helpful?