No‑Code & Low‑Code AI in Dot: Setting up AI Solutions Without Coding
Access Dot & Pick the Right Workspace
- Sign in or sign up using your Email, Google, GitHub, or LinkedIn account (see: Create an Account & Log In).
- Choose a mode from the toggle beneath the chat box:
- Simplified Mode – natural-language chat for quick answers, file Q&A, and summaries.
- Focused Mode – visual agent builder and multi-step automations (required for no-code workflows).
Create an AI Agent (No Code)
- Switch to Focused Mode.
- Click Create Agent below the chat pane.
- In the dialog, enter:
- Agent name
- Description/purpose
- Expected inputs
- Confirm. Your agent will appear under My Agents and can be triggered with
@agent-name
.
👉 Tip: Agents encapsulate LLM calls plus API connections and business logic, giving more power than a single chatbot.
Add Private Knowledge (No Coding Required)
- Open the Source tab in the right-side panel.
- Upload PDFs, Word, TXT, or other documents.
- Ask questions in the chat or to your agent — Dot automatically performs Retrieval-Augmented Generation (RAG).
Build end-to-end workflows visually
- In Focused Mode, go to Hub → Workflows.
- Drag existing agents from Novus Agents or My Agents into the canvas.
- Arrange them in sequence; Dot handles orchestration, multi-model routing, and data passing.
- Save – the workflow is now available to any teammate with appropriate permissions.
Low-code Extensions (Optional)
- Use Dot’s API hooks to trigger agents from your own app or send/receive JSON payloads.
- Embed an agent in a company UI while keeping all data in-house thanks to on-premise or hybrid deployment.
Best Practices Checklist
✓ Start small – prototype with one agent, then chain more.
✓ Reuse Novus Originals before building from scratch.
✓ Maintain data control – work on Cloud, On-Premise, or Hybrid environment.