Appearance
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 β
| Step | You do | Where |
|---|---|---|
| 1 | Claim a slot (or start from a ready-made agent) | Agents β New agent |
| 2 | Write the instructions | Agent β Settings β Instructions |
| 3 | Turn on the tools it needs | Agent β Settings β Tools |
| 4 | Attach knowledge (product catalog / FAQ) | Knowledge base + Connectors |
| 5 | Pick a model (optional) | New agent form / Agent β Settings β Model |
| 6 | Test it in chat | Agent β chat |
| 7 | Connect 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.

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:
| Toggle | What the agent can do | When to use |
|---|---|---|
| Search the web | Run a web search and get back ranked results with snippets | It needs fresh info but doesn't know which page to open |
| Read a web page | Open a specific URL and read its contents | You (or it) already know the page to read |
| Think step by step | Add explicit reasoning steps before answering | On smaller/cheaper models β skip it on models that already reason internally (Claude Opus/Sonnet, Gemini) |
| Business knowledge | Search 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 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 β
- Automate it on a schedule β Tasks, crons & schedules
- Give it actions in your CRM / SaaS (external app connectors β HubSpot, Gmail, Slack, Notion, and more) β Custom connectors
- Package reusable behavior β Skills
- When something misbehaves β Agents troubleshooting