Skip to main content

Creating Agents

This guide walks you through creating a new AI agent from scratch, covering configuration options and best practices.

Prerequisites

  • Access to Agent Studio
  • Understanding of your use case and goals
  • Knowledge of what tools the agent will need

Step 1: Start a New Agent

  1. Navigate to Agent Studio from the main navigation
  2. Click Agents in the sidebar
  3. Click Create Agent or the + button
You’ll see the agent configuration form.

Step 2: Basic Information

Agent Name

Choose a descriptive name that indicates the agent’s purpose:
Names should help users quickly understand what the agent does without reading the full description.

Step 3: Write Instructions

Instructions (the system prompt) define how your agent behaves. This is the most important configuration.

Structure Your Instructions

Example: Customer Health Agent


Step 4: Select the Model

Choose the AI model based on your needs:

Model Options

Recommendations

  • Start with Gemini Auto - Let the system optimize model selection
  • Use Pro for complex research, multi-step analysis, or critical decisions
  • Use Flash for quick lookups, simple formatting, or high-volume tasks

Step 5: Configure Reasoning Level

Reasoning level controls how much the agent “thinks” before responding:

Options

Higher reasoning = better analysis but slower responses and higher cost. Match the level to your actual needs.

Step 6: Enable Toolkits

Toolkits give your agent capabilities. Enable only what’s needed.

Available Toolkits

Guidelines

Each enabled toolkit adds complexity. An agent with 3 focused toolkits will often outperform one with 10 toolkits.
A health analysis agent needs Account + Activity data. It probably doesn’t need Task Management or Communication.
Will users expect the agent to take actions (create tasks, send messages) or just provide information?

Step 7: Set Scope

Define what data the agent can access:

Scope Options

Account Scope

When using account scope:
  • Agent can only access data for the specified account
  • Useful for embedding agents in account-specific contexts
  • Provides data isolation and relevance

Step 8: Add Datasets (Optional)

Connect specific data sources for the agent to reference:
  • Knowledge bases - Internal documentation
  • Playbooks - Standard procedures
  • Templates - Response templates
This gives the agent access to your organization’s specific knowledge.

Step 9: Add a Presentation Template (Optional)

If your agent generates presentations, you can give it its own branded PowerPoint template:
  1. In the Presentation Template section, click Upload Template
  2. Select a .pptx file (PowerPoint format)
  3. Once uploaded, the section shows Template uploaded with Replace and Remove buttons

Template Mode

After uploading, choose how the agent uses your template:
An agent’s own template takes priority over your organization’s default presentation template. To set the organization-wide default instead, see Stella AI advanced features.

Step 10: Test Your Agent

Before deploying, test thoroughly.

Test Scenarios

  1. Typical request
    • Ask something your users commonly would
    • Verify the response is helpful and accurate
  2. Ambiguous request
    • Ask something vague
    • Does the agent ask clarifying questions or make reasonable assumptions?
  3. Edge case
    • Ask about an account with missing data
    • How does the agent handle incomplete information?
  4. Out of scope
    • Ask something outside the agent’s purpose
    • Does it gracefully redirect or explain limitations?

Example Test Prompts


Step 11: Deploy

Once tested:
  1. Click Save to save your agent
  2. Toggle Active to enable it
  3. The agent is now available for use

Configuration Examples

Research-Focused Agent

Action-Oriented Agent

Communication Agent


Best Practices Summary

Begin with minimal toolkits and instructions. Add complexity only when needed.
Vague instructions lead to inconsistent results. Be explicit about what you want.
Sample data doesn’t catch real-world issues. Test with actual accounts and scenarios.
Your first version won’t be perfect. Collect feedback and refine instructions.
Track how the agent is being used and whether responses are helpful.

Next Steps

Agent Best Practices

Advanced tips for agent optimization

Use Agents in Automations

Embed agents in workflow automations