Skip to content

Quick start: build your first agent ​

Go from nothing to a working, tested agent that can answer product questions and reply on Telegram. ~10 minutes. Each step links to the reference page with the details.

At a glance ​

StepYou doWhere
1Claim a slot (or start from a ready-made agent)Agents β†’ New agent
2Write the instructionsAgent β†’ Settings β†’ Instructions
3Turn on the tools it needsAgent β†’ Settings β†’ Tools
4Attach knowledge (product catalog / FAQ)Knowledge base + Connectors
5Pick a model (optional)New agent form / Agent β†’ Settings β†’ Model
6Test it in chatAgent β†’ chat
7Connect a channel (Telegram)Agent β†’ Channels

In the app

Everything below lives under the Agents area of the dashboard: https://app.mychatbot.app/agents. The left sidebar has Chats, Tasks, Skills, Connectors, Knowledge, Agents, Teams, and Usage.

Steps ​

1. Claim a slot ​

Your workspace ships with a curated set of ready-made agents, each specialised for a different part of the business β€” you can customise the prompt, model, and tools on any of them. To build something fresh, claim one of your Custom Agent slots: a blank-canvas agent that's yours to name, model, tool up, and prompt. Your changes stay scoped to your account. β†’ Build an agent

In the app

Agents β†’ New agent (https://app.mychatbot.app/agents/new). Give it a name and description, pick a model, and (optionally) paste starter instructions. The form tells you how many slots you have left.

The New agent form: name, description, model picker, and instructions

2. Write the instructions ​

The instructions are the agent's brief β€” who it is, what it does, its tone, and its rules. This is the single highest-leverage field. β†’ Build an agent

3. Turn on the tools ​

Switch on the tools the agent should reach for. Off means the agent won't see them β€” it'll answer from memory and the conversation only. Common starters:

ToggleWhat the agent can doWhen to use
Search the webRun a web search and get back ranked results with snippetsIt needs fresh info but doesn't know which page to open
Read a web pageOpen a specific URL and read its contentsYou (or it) already know the page to read
Think step by stepAdd explicit reasoning steps before answeringOn smaller/cheaper models β€” skip it on models that already reason internally (Claude Opus/Sonnet, Gemini)
Business knowledgeSearch your attached knowledge sources (catalog, FAQ, Drive, Notion)Any time the agent answers from your content

See the full tool reference for every toggle.

In the app

Agent β†’ Settings β†’ Tools. Flip on only what the agent needs β€” every extra tool adds weight to its brief and gives it more ways to go wrong.

The Tools tab on an agent's settings, with capability toggles

4. Attach knowledge ​

To answer product questions, give the agent your catalog:

  • Load inventory β€” import a product feed, upload a spreadsheet, or add a file in the Knowledge base (https://app.mychatbot.app/knowledge-base). It becomes searchable product data. β†’ Getting inventory in
  • Point the agent at it β€” choose which sources the agent may search (your Drive, Notion, an open-web fallback, and any knowledge bases you've set up), then turn on Business knowledge. β†’ Knowledge bases

Now the agent can run product search β€” semantic + keyword, filters, and images.

In the app

Pick an agent's sources under Agents β†’ Knowledge (https://app.mychatbot.app/agents/knowledge). The same page shows what the agent has remembered about your account and the corrections you've saved β€” review or forget any entry there.

5. Pick a model (optional) ​

Every agent ships with a sensible default model β€” a movable default you can change on any agent. Pick from the model dropdown (GPT-5, Claude Opus, Gemini, Grok, and more); the default is marked in the list. Some models also let you choose how hard they think before answering. β†’ Models & reasoning

6. Test it ​

Chat with the agent directly before exposing it. Ask the real questions your customers ask, including edge cases, and watch which tools it calls. Iterate on the instructions.

7. Connect a channel ​

Point it at where your customers are. Telegram is the fastest: create a bot with BotFather, paste the token, done. β†’ Connect Telegram. Other options: Website widget, WhatsApp, and more channels.

Next ​