Configuration reference

Understand every major area on the agent Configure page and when to use each option.

Use this page when you want to understand the full Configure surface for an agent. The goal is not to turn every setting on. The goal is to make deliberate choices so the agent is useful, predictable, and safe for the business process it supports.

Open an agent from Agents, then click Configure.

The Configure map has Core settings in the centre and capability areas around it.

Configuration map

AreaWhat it controlsUse it when
CoreProfile, instructions, AI settings, and dynamic discoveryEvery agent
ObjectsBusiness object types and specific object records the agent can accessThe agent should read or update structured records
ToolsApp actions, built-in actions, workflow actions, and MCP integrationsThe agent should do something, not only answer
KnowledgeKnowledge notebooks the agent can searchThe agent should answer from documents
SkillsReusable skill packs, when enabled for your workspaceThe agent needs packaged expertise or executable capabilities

Core: Profile & instructions

Open Profile & instructions first.

Profile and instructions decide how people recognise the agent and how the agent should behave.
OptionWhat it doesCitizen developer guidance
AvatarVisual identity for the agentUseful for shared agents, but not required
NameLabel shown in lists, chat, and agent switchersUse a job-based name, not a person's name
DescriptionShort explanation of what the agent doesWrite who should use it and what business process it supports
InstructionsBehaviour rules sent to the modelInclude job, boundaries, escalation rules, source rules, and tone

Good instructions are specific:

text
You help the Finance team review supplier invoice questions.
Ask for missing supplier, amount, or invoice number before taking action.
Do not approve payments. If approval is needed, ask the user to start the approval workflow.
Use the Finance policy notebook for policy questions and say when the notebook does not answer.

Core: AI settings

Open AI settings to choose the model connection and tune runtime behaviour.

AI settings choose the provider/model and control what built-in and platform tools are available.
OptionWhat it doesDefault habit
AI ConnectionApproved provider account the agent usesChoose the admin-approved connection for the team
ModelSpecific model used for replies and reasoningUse the recommended model unless you know why to change
TemperatureControls randomness; lower is more focused, higher is more creativeKeep lower for policy, finance, and operations agents
Max Tool RoundtripsLimits how many tool-use loops the agent can perform for one requestKeep modest; raise only for multi-step research or actions
Frequency PenaltyReduces repetition of the same phrasesUsually leave at default
Presence PenaltyEncourages the model to introduce new topicsUsually leave at default for business agents
Max RetriesNumber of retries when the AI call failsUse a small number for important shared agents
Message Lookback LimitHow many recent chat messages are sent back as contextRaise for long discovery chats; lower to reduce token usage
Task Naming InstructionsInstructions for naming new conversations/tasksUse when conversation names should follow a team convention

Core: Dynamic discovery

Dynamic discovery controls whether the agent can help maintain its own build setup while you work.

Dynamic discovery is useful while building, but should be reviewed before sharing a stable agent.
OptionWhat it doesUse carefully when
Agent-maintained instructionsMaster mode that lets the agent maintain instruction sections during build workYou are still shaping the agent through conversation
Auto-discover workspace actionsLets the build kit discover workspace actionsThe agent needs to find relevant app/workflow actions
Auto-discover MCP serversLets the build kit discover MCP serversThe agent needs to find MCP tools
Instruction progressShows whether important instruction sections have contentYou want a readiness check for role, task structure, project structure, and rules

For a stable shared agent, review dynamic settings before sharing. If public sharing is blocked, the panel shows the reason.

Dynamic discovery turns on agent builder platform tools (search/propose actions, MCP, skills, knowledge, instructions, and related helpers). It does not give the agent its own triggers. Those belong on workflows. See Builder tools.

If Other still lists Search Available Triggers or Propose Agent Trigger, ignore them. They are leftovers and are not used by the agent builder.

Objects

Open Objects when the agent should use structured business records, not just free-text documents.

OptionWhat it does
SearchFinds object types or objects
Object type switchEnables tools for a whole type, such as customers, suppliers, or assets
Pinned object switchGives the agent access to a specific record

Use object types for repeatable records. Pin individual objects when the agent should work with a small known set.

Tools

Open Tools when the agent needs to take action.

Tools add actions the agent can call. Add only what the agent needs for its job.

Tools can include:

  • Built-in Automate actions
  • App actions from connected services
  • Workflow actions
  • MCP integrations

Each tool increases what the agent can do. Add tools gradually and test with prompts that should and should not use the tool.

MCP integrations

MCP integrations are configured from Tools, but require a separate account connection first.

StateMeaning
Not connectedThe user still needs to connect the MCP account
ConnectedThe account is connected on the MCP page
Enabled on agentThis specific agent can use the MCP integration
Default connectionRuntime chooses the user's default account unless another connection is pinned

See Enable MCP on agents.

Knowledge

Open Knowledge when the agent should answer from notebooks.

Knowledge notebooks must be enabled on the agent before the agent can search them.
OptionWhat it does
Search notebooks...Finds notebooks by name or description
Notebook switchEnables or removes that notebook for the agent
Enabled countShows how many notebooks the agent can search
Go to KnowledgeOpens Knowledge when no notebooks exist

Upload alone is not enough. The notebook must be enabled here.

Skills

Open Skills when the workspace has Skills enabled.

Skills add packaged knowledge or executable capabilities when the workspace enables them.
OptionWhat it does
Search skills...Finds available skills
Type filterFilters skills by type
Knowledge skillsAdd context and expertise
Executable skillsAdd actions the agent can use
Skill detailsShows the skill description and metadata before enabling

If Skills are disabled, the panel says Skills are not enabled in this workspace and tells you to contact an administrator.

Recommended configuration order

  1. Profile & instructions
  2. AI settings
  3. Knowledge if the agent answers from documents
  4. Tools and MCP integrations if the agent takes action
  5. Objects if the agent works with structured records
  6. Skills if your workspace uses them
  7. Dynamic discovery review before sharing
  8. Test in Build

Related