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)Agent β†’ Settings β†’ Knowledge
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, and Usage. Chats is the lobby β€” the front door where you describe a task and the Chief of Staff routes it to the right agent.

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.

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.

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 β€” grouped by category β€” and the corrections you've saved. Review or delete any entry there. β†’ Memory

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 ​

Telegram is the only channel you connect directly to an agent, and it's the fastest: create a bot with BotFather, paste the token, done. β†’ Connect Telegram.

(The website widget, WhatsApp, Instagram and the other messaging channels belong to the Sales Platform β€” use those to put a customer-facing sales assistant in front of customers, not an Agents-Platform agent.)

Next ​