C3 AI Documentation Home

Configure Agents

Use this guide to configure an agent in the by defining its objectives, prompts, model selection, memory, and tools so it performs tasks consistently and responds as intended.

Prerequisites

Before configuring an agent, ensure the following:

Configure an agent through the Agent Workbench

The Agent Workbench displays as a split-screen interface with three panels:

  • Configuration (left): Controls for objectives, prompts, model selection, memory, and tools.
  • Chat (center): Live chat interface to test agent responses.
  • Trace (right): Execution traces for debugging and monitoring.

For details on the Agent Workbench, see Agent Workbench.

GenAI Workbench Preview

Follow these steps to configure an agent:

  1. Define your agent's purpose in the Objective and Prompts section. Write clear, specific instructions that explain what your agent should do and how it should go about doing them. If you are adding tools for your agent to use you should also instruct the agent on when to use which tools, and how it should use them. The clearer and more descriptive you are, the more likely your agent is to perform its required tasks as intended.

    Example:

    Text
    You are a helpful customer support agent. When customers ask questions about our products, provide clear, friendly answers. If you don't know something, politely say so and suggest they contact a human agent for more help.
  2. Select the LLM Client in the Model section. Available models include:

    • Claude 4.5 Sonnet
    • Gemini 2.5 Pro
    • GPT 5
  3. Set up conversation memory using the Short Term Memory toggle. For most applications, enable this feature to provide a better user experience.

  4. Add tools to extend your agent's capabilities. Select the plus icon (+) in the Tools section to browse available options.

    To create new tools, see:

Add Documentation

Agent documentation helps other users understand your agent's purpose and capabilities.

  1. Select the Documentation button in the upper right area of the workbench.
  2. Select the pencil icon to enter edit mode.
  3. Describe what your agent does, what tools it uses, and any limitations.
  4. Provide example interactions to demonstrate expected behavior.

Once your agent is configured and tested, it is ready to be deployed. Continue with Deploy Agents to make your agent available for use.

See also

Was this page helpful?