Skip to main content

Configuration

Configuration is project-level. The settings you define here apply to all your agents - every conversational agent and every guided agent in the bot inherits them. It is where you set the behaviour that shapes every conversation: persona and identity, conversation rules, routing logic, memory, fallback, lifecycle hooks, AI safety, and voice.

Every incoming message is read and routed to the right place - answered directly, handed off to one of your conversational agents, reached through a guided agent, or resolved with a tool - and the response is shaped by these project-level settings. Configuring them well is the single highest-leverage thing you can do for your bot's quality.

This page is the map of the Configuration category. Each section below has its own sub-page; the order shown is the one we recommend you fill them out in.

Note: If you came from the legacy platform, you'll find the same fields here with a few additions for Nexus.

Open the Configuration page

In your bot, click AI Agent → Configuration. The page has a left menu grouped into three sections:

  • General
    • Profile settings
    • Conversation rules
  • Agents
    • Routing logic
    • Memory
    • Lifecycle hooks
    • Fallback
  • Others
    • AI safety & conduct (if enabled for your account)
    • Voice settings

Start at Profile settings and work down the list.

AI Agent → Configuration left menu in a Nexus bot, showing the General, Agents, and Others groups with all eight sub-pages

What each section does

SectionWhat it controlsSub-page
ProfilePersona, bot identity, and welcome message - who your bot is and how it greets users.Profile
Conversation rulesPersona-level always do / never do guidelines applied to every reply (max 30).Conversation rules
Routing LogicOptional plain-English rules that override or refine how each message is routed between agents and tools.Routing Logic
MemoryVariables shared by all agents across conversations - customer_id, account_tier, and similar shared context.Memory
FallbackWhat the bot does when it can't handle a request, plus retry behaviour for failed input validation.Fallback
Lifecycle hooksOptional cross-cutting behaviour - on session start and on inactivity - for nudges, logging, and context injection.Lifecycle hooks
AI safety & conductContent-safety filters on user inputs and bot responses (if enabled for your account).AI safety & conduct
Voice settingsTTS provider and voice, voice instructions, and VAD tuning for voice channels.Voice settings

Tip - You don't have to fill in every section. Profile is the only one most bots can't skip; Routing Logic, Lifecycle hooks, and Voice settings are optional and only matter when your use case needs them.

Save and test

After editing any section, click Save. Then go to AI Agent → Agents, click the play (▶) icon on any agent to open the Playground, and send a few test messages. Read each response to confirm the bot is behaving as you intended. For deeper checks - adversarial prompts, regression suites - use the Testing Lab.

If something looks off, it's almost always one of:

  • Bot identity too vague → tighten it in Profile.
  • Conversation rules contradict → simplify them in Conversation rules.
  • Routing is sending messages to the wrong place → add a rule in Routing Logic.

Next: Profile - pick a persona, write the bot identity, and set the welcome message.