Skip to main content
Create specialized AI agents tailored to your workflows. This guide covers agent creation from initial setup through deployment.
Building an AI Agent means defining its role, writing instructions, selecting a model, and optionally connecting tools.

Agent Creation - Video Explanation

Explore the step-by-step instructions on creating AI agents by video. These two videos visually demonstrates the key decisions and actions you need to build, configure, and deploy your own custom agents.

Basic Agent Creation

Basic Agent:

Watch how to create a basic agent with straightforward instructions. This helps you learning the fundamentals of agent creation.
Start with simple agents to understand the core concepts before moving to more complex agent with tool configurations.

Tool Connected Agent:

Watch how to create an agent that connects a tool to automate workflows. This is a practical example of cross-system integration.
This example demonstrates how agents can connect other business systems to automate workflows that typically require manual data transfer.

Agent Creation - Step by Step Explanation

1

Before You Begin

Define your agent’s purpose:
  • What task will this agent handle?
  • How complex is the workflow?
  • Which tools does it need?
2

Access Agent Creation

Navigate to the agent creation interface and click “Create New Agent.”
Agent creation starting point

Agent creation interface

3

Name Your Agent

Choose a clear, descriptive name that indicates purpose.Good: “Customer Support Assistant,” “Q4 Sales Data Analyzer”
Avoid: “Helper,” “Agent 1”
If planning organization-wide sharing, choose names that make sense to all users.
4

Write Your Instructions

Instructions specify your agent’s role, expertise, tone, and behavior. Write clear, detailed instructions to ensure the agent consistently performs as intended.

Basic Instructions Guide

State what the agent is and does.Example: “You are a customer support specialist for our SaaS platform. Help users resolve technical issues, answer product questions, and guide them through common workflows.”
Define tone and format.Example: “Communicate in a friendly, professional tone. Be concise but thorough. Use bullet points for clarity.”
Provide specific rules for how the agent should execute tasks and make decisions.Example: “When analyzing sales data, always compare against the previous quarter and year-over-year metrics. If data is incomplete, note the gaps explicitly rather than making assumptions.”
Specify when and how the agent should use available tools.Example: “Use the CRM tool to retrieve customer information before making recommendations. When querying the database, limit results to the last 90 days unless specified otherwise.”
Include company-specific information.Example: “Support hours: 9 AM-6 PM EST. We offer three tiers: Basic, Pro, Enterprise.”
Clear, detailed instructions are the foundation of agent effectiveness.
5

Choose an AI Model

Select the right model based on your agent’s task complexity and usage frequency.

Quick Selection Guide

For simple, frequent tasks:
  • Use GPT-4o mini (most cost-effective) or Gemini 2.5 Flash (fast with large context)
  • Example tasks: Email drafting, data lookup, simple formatting, high-volume operations
For complex reasoning:
  • Use Claude Sonnet 4 or GPT-5 (advanced capabilities)
  • Example tasks: Multi-step analysis, strategic planning, multi-tool usage
For long context:
  • Use Gemini 2.5 Pro (1M context window)
  • Example tasks: Document analysis, comprehensive research
Start with a cost-effective model like GPT-4o mini for most agents. Upgrade to more capable models (GPT-5, Claude Sonnet 4, or Gemini 2.5 Pro) only if results don’t meet your needs.
Need detailed guidance? See the Model Selection Guide in the Advanced Knowledge tab for comprehensive comparisons, pricing, and use case recommendations.
6

Connect External Softwares (Optional)

Add MCP connection if your agent needs to interact with external systems.Tool selection principles:
  • Only add tools the agent actually needs
  • Too many tools can cause selection confusion
  • Ensure you have permissions for assigned tools
Agents can only access tools explicitly assigned to them and inherit your personal permissions. See the Tool Restrictions section in Access Control for more details.
Example configurations:
  • Customer Support: CRM, ticket system, knowledge base, email
  • Data Analysis: Database connections, visualization, spreadsheets
  • Content: Document storage, publishing platform, asset library
7

Review and Test

Test thoroughly before deployment.Test:
  • Core functionality with typical requests
  • Edge cases and incomplete information
  • Error handling when tools fail
  • Consistency across multiple similar requests
Thorough testing ensures users get reliable results.
8

Deploy or Share

Personal use: Start using immediately, refine based on real usageOrganization sharing: Contact administrator, provide context on purpose and value, await review and approval
See Access Control for agent sharing details.

Best Practices

Be Explicit

Define specific goals, actions and expected results for each step to reduce ambiguity.

Include Edge Cases

Anticipate unusual situations and provide handling guidance.

Provide Context

Give agents background information about your business processes and terminology.

Iterate

Start simple, test thoroughly, refine based on performance and real world use cases.

Common Mistakes

Problem: “You are a helpful assistant” lacks guidance.
Solution: Be specific about role, expertise, tone, and guidelines.
Problem: One agent handling unrelated tasks like customer support and data analysis.
Solution: Create focused agents for specific workflows.
Problem: Assigning every available tool.
Solution: Only add necessary tools to avoid selection confusion.
Problem: Deploying without thorough testing.
Solution: Test extensively with realistic scenarios first.