Перейти к содержимому

AI-агенты

How to create an AI agent

Step by step: name, instructions, model, knowledge base, tools.

An AI agent is a saved set of instructions plus context. You can create as many agents as you need for different tasks.

Steps

  1. Open Agents in the left menu
  2. Click “Create agent”
  3. Fill in the name, the system instructions and the model (Claude/GPT/Gemini)
  4. Optional: connect a knowledge base — the agent will use it as context
  5. Optional: connect tools (webhooks, MCP) — the agent will be able to call APIs
  6. Save — the agent is ready to use

System prompt template

You are [role]. Your task is [specific goal].

Context:
- [What the user is working on]
- [Which sources of truth to use]

Style:
- [Tone of voice]
- [Response length]

What not to do:
- [What to avoid]