Usage Guide

A complete walkthrough of every part of the console. New here? The welcome tour (the "?" button in the top right of any page) covers the short version - this page has the full detail.

Replay the product tour

New here, or want a refresher? Nine illustrated steps walk you through every part of the console, in about two minutes.

Platform Help & Docs

The full reference — getting started, agents, workflows, knowledge, tools & MCP, channels, plans, security, and troubleshooting — with jump-links into every screen.

Open the docs

Industry workflow recipes

Real, buildable automations for advertising, call centers, UPI payments, retail, healthcare and more — mapped to VegaDūta's workflow nodes.

Browse recipes

Agentic AI, in plain terms

A chatbot answers a question and stops. An agent is different: it plans a path to a goal, uses tools to get real work done, takes multiple steps on its own, works across channels like chat, email, and voice, and asks a human when a decision truly matters. The shorthand: a chatbot talks, an agent does.

It plans, then acts

An agent breaks a goal into steps, decides what to do next, and works across your channels — where a chatbot just replies to the last message.

It uses real tools

Agents call APIs, search your documents, run code, and update systems — taking multiple steps to finish a job rather than only producing text.

It asks when it matters

Good agents know their limits: they pause for a human to approve high-stakes actions, so you stay in control of what actually happens.

Why it matters now

The industry is shifting from AI that talks to AI that does. Instead of a clever autocomplete, you get a teammate that can carry a task from start to finish — drafting, checking, calling systems, and following up. Major analysts, including Gartner and Deloitte, expect enterprises to adopt AI agents rapidly through 2026. The practical upshot for you is simpler: agents multiply what one person can get done.

Why it's worth learning

Directing AI is becoming the next core literacy — the way spreadsheets, the web, and mobile each became baseline skills in their turn. The workforce is being reshaped by the people who learn to direct agents, not replaced by them. Students and professionals who actually build with agents gain a compounding edge: every workflow you hand off well makes the next one easier to hand off too.

How VegaDūta helps you learn

The fastest way to understand agents is to build one. On VegaDūta you can stand up a real, working agent for free in an afternoon, ground it in your own documents so it answers from what you know, and use code intelligence to learn directly from real codebases. From there you add the parts that make an agent trustworthy — guardrails that keep it in bounds and evaluation that measures whether it is actually doing the job well. It is hands-on the whole way: you learn agentic AI by shipping one.

Getting started (do this first)

You don't need an API key to start: a hosted model is already included, and Free-tier agents run on the platform's shared pool automatically. If your plan allows your own provider, go to Connect → Providers, pick Anthropic, OpenAI, or another supported provider, and paste in your own API key from that provider's dashboard. The key is validated with a real (non-billed) call before it's saved, and encrypted at rest - once it shows ACTIVE, your agents use it instead of the hosted pool.

After that, the natural build order is: create an Agent (Build → Agents), try it privately in the Playground (Test → Playground), then either wire it into a Workflow for multi-step automation, or connect it directly to a channel (WhatsApp, Telegram, email) so real people can talk to it.

The "Ask AI" button

Any field asking for a system prompt or description - an agent's system prompt, a knowledge collection's description, and more over time - has a small ✨ Ask AI button next to its label. Click it, describe what you want in a sentence (e.g. "a support agent that handles refunds and order status"), and it drafts the text using whichever LLM provider you've already activated. Nothing is applied automatically - you always review the suggestion and click Use this yourself, or Regenerate for another try.

Agents

An agent is one AI persona: a system prompt, an LLM provider/model, and optionally a knowledge base and a restricted set of tools. Start from a template (support triage, research assistant, etc.) to pre-fill a reasonable system prompt, or start from scratch and use Ask AI to draft one.

Tool access and knowledge access are both allow-lists: leave them empty for "unrestricted" (the agent can use anything currently available to your tenant), or check specific items to restrict the agent to only those. This matters for anything customer-facing - you generally don't want a public support bot to have access to every internal tool.

Knowledge Base

Upload .md, PDF, Word, images (OCR), or audio/video (transcribed) files and they're chunked and embedded into a searchable vector store. Collections are folders you can nest and scope agents to - e.g. a "Returns Policy" collection only certain agents can search, versus a "Public FAQ" collection every agent can use.

An agent only searches its knowledge base if "Attach knowledge base" is checked when creating it (or toggled on later from the Agents page), and only within whatever collections its knowledge-access allow-list permits.

Workflows

The visual canvas for multi-step automation: drag nodes (Trigger, Agent, Knowledge Search, Condition, Output, Device Control, and more) and connect them. Every node calls the real service behind it - a Workflow run genuinely calls your agent, genuinely searches your knowledge base, genuinely sends the WhatsApp message.

Workflows can start three ways: manually (the "Run" button), on a schedule (cron expression, e.g. "every morning at 8am"), or via a webhook URL you can call from any external system. Every run is logged step-by-step under that workflow's Runs tab, including each individual tool call an Agent node made along the way.

MCP Tools

A marketplace of Model Context Protocol servers and built-in tools an agent can call mid-conversation (web search, a database, the filesystem, your own custom scripts...). Enable the ones you want available, then scope which agents can actually use them from each agent's tool-access editor. Disabling a server here immediately removes it from every agent's available tools, even ones that previously had it checked.

Channels - WhatsApp, Telegram, Email

Under Admin → Channels: connect WhatsApp either through Twilio (fast sandbox setup, small per-message fee) or directly through Meta's own WhatsApp Business Platform (no middleman fee, more setup - your own Meta App, System User token, and App Secret). If both are configured, the direct Meta connection is used automatically.

The first time a new phone number messages in, it shows up under Pending sender pairings and needs to be approved before your agents will hold a live conversation with it - this stops a stranger messaging your number from getting an unattended AI conversation by default.

Devices (Mobile SDK)

Pair a phone (Android or iOS) to your tenant from the Devices page, and a workflow's Device Control node can tap, type, open apps on, or screenshot it. Android supports full automation via Android's Accessibility Service; iOS is limited by Apple's own sandboxing to opening apps only - see the Mobile SDK's CONSTRAINTS.md for the full, honest breakdown of what each platform can and can't do.

Admin - Users, Approvals, Audit

Users: invite teammates and assign roles (only a tenant-admin can change roles or credentials). Approvals is the human-in-the-loop inbox - any action your guardrail policy flags as needing sign-off (e.g. an agent about to send a WhatsApp message) waits here until approved or rejected. Audit Log is a complete, append-only record of every significant action taken in your tenant, by a person or an agent.

Troubleshooting

"No active providers yet" when creating an agent - activate one under Connect → Providers first; this is the single most common first blocker.

Ask AI button gives an error - same root cause as above: it needs at least one active LLM provider.

A pending WhatsApp/Telegram sender never gets a reply - check Admin → Channels for a pairing waiting on your approval.

A tool doesn't show up for an agent - confirm it's enabled under MCP Tools, and that the agent's tool-access list either includes it or is left empty (unrestricted).

© 2026 Cloudspace Learning and Development Pvt Ltd. All rights reserved.