- Home
- Getting Started
- Account & Settings
- Roles & Add-On Access
- Settings
- Agentic
- White Label
- Agents & Engines
- Engines
-
Agents
- Overview
- Core Agents
- Core Agents
- Matrix Agent
- Audit Agent
- Industry Agents
- Patent Agent
- Add-On Modules
-
Manufacturing
- Manufacturing
- Overview
- Work Orders
- Production Scheduling
- Shop Floor Monitor
- OEE Dashboard
- Production Counters
- Plant & Process Setup
- Work Centers
- Bill of Materials
- Manufactured Products
- Work Instructions
- Quality Operations
- Overview
- Inspection Plans
- Quality Checklist
- Non-Conformance (NCR)
- SPC Charts
- Traceability (4M)
- Maintenance Operations
- Overview
- Asset Registry
- Preventive Maintenance
- Work Orders
- Spare Parts
- Reliability Dashboard
- Inventory Operations
- Overview
- Material Staging
- WIP Tracking
- Kanban Replenishment
- Material Consumption
- Assets
- Asset Health
- Legal
- Construction
- Government
- Education
- Energy
- Agriculture
- Healthcare
- RevOps
- Ecommerce Operations
- Financial Audit & Fintech Ops
- Insurance
- Hospitality
- Real Estate
- Patent & R&D Operations
- Automotive & Fleet Management Ops
- Customs & Global Trade
- Enterprise & Technical
-
Enterprise Operations
- Enterprise Operations
- Overview
- Enterprise Operations Guide
- Compliance & Docs
- Overview
- Approval Workflow
- Expiry Reminders
- Document Control
- Audit Trail
- Compliance Radar
- Contracts & Warranty
- Overview
- Active Contracts
- Warranty Check
- Service Billing
- Field Service
- Overview
- Dispatch Board
- Job Management
- Van Inventory
- Performance Dashboard
- Service Desk
- Overview
- Service Requests
- SLA Monitor
- Knowledge Base
- Procurement & Vendor
- Purchase Orders
- Vendor Portal
- RFQ Management
- QHSE
- Overview
- Incident Reporting
- Permit to Work
- Safety Inspections
-
Security & Compliance
- Threat & Monitoring
- Overview
- Security Hub
- Security Audit
- IAM Visualizer
- Dependency Scanner
- Secret Scanner
- Secret Vault
- Traffic Monitor
- Audit Trail
- Threat Simulator
- Compliance Radar (MatrixAgent)
- Identity & Compliance
- Overview
- PPTX Auditor
- PDF Auditor
-
Engineering & Infrastructure
- DevOps & Infrastructure
- Overview
- Cron Builder
- CI/CD Pipeline
- Containers
- Log Streamer
- Secrets Management
- Health Monitor
- Infrastructure as Code
- Developer Tools
- Overview
- Nerve Center
- Git Diff Viewer
- Regex Tester
- JSON Transformer
- Workflow Optimizer
- Execution Replay
- Workflow Editor
- Dev Hub Terminal
- Security Hub
- Graph View
- Terminal Editor
- API Playground
- DSL Compiler
- Database Tools
- Overview
- Database Manager
- ORM Mapper
- SQL Formatter
- Schema Visualizer
- Visual Query Builder
- Seed Data Generator
- Custom Collections
- QA & Test
- Overview
- Flake Tracker
- Artifact Vault
- Web Test Module
- Test Plan & Runner
-
Data & Intelligence
- AIOps & Intelligence
- Overview
- Agents
- Agent Architect
- Model Center
- Prompt Lab
- Knowledge Base
- Agent Persona Editor
- Tool / Function Registry
- Observability & Logs
- DataOps & Analytics
- Overview
- Data Inspector
- AI Predictive Models
- Core Modules
- Ads & Social Media
- AI Assistants
- API & Integration
- App Groups
- Appointment Booking
-
Automation
- Automation
- Overview
- Workflow Editor
- Monitoring
- Execution Heatmap
- Workflow Pulse
- Trigger Control
- Task Scheduler
- Integration Hub
- Rule Engine
- Pipeline Designer
- Workflow Editor
- Overview
- Triggers
- Manual Input
- Data Sources
- Ecommerce
- Document Management
- Logic & Transform
- AI Agents
- Knowledge / AI
- Validation & Security
- Integrations
- Outputs
- Document Generation
- Image Generation
- Video Generation
- Coming Soon
- Call Center
- Collaboration
- Community
- Creative Studio
- CRM
- Fleet & Logistics
-
Finance
- Hub
- Finance Hub
- Accounting Hub
- Treasury & Banking Hub
- Commercial Accounts Hub
- Invoicing & Billing Hub
- Reporting & Analytics Hub
- Grid View
- Overview
- Accounting AI Assistant
- Treasury
- Invoice Manager
- Expense Management
- Financial Accounts
- Payroll
- Accounts Receivable
- Accounts Payable
- Bank Reconciliation
- Budget & Forecasting
- Expenses & Budget
- Profit & Loss
- Tax & Compliance
- Galleries & Curation
- Google Display Ads
- Human Resources
- Legal & Support
- Logistics
- Map Explorer
- Marketing
- My Workspace
- Plans & Pricing
- Point of Sale
- Product Management
- Purchase
- Sales
- Semantic Search
- Strategy & Fundraising
- Warehouse
- Website
- Productivity
- Project Management
- Documents
- Learning (LMS)
-
Creator Tools
- Overview
- Brand Identity Creator
- Template Creator
- Image Creator
- Overview
- Getting Started
- Image Generation
- Remix
- Upscale
- Magic Replace
- Remove Background
- Reframe
- Describe
- Magic Tags
- Magic Fill
- Style Transfer
- Style Preset
- Social Media Images
- Prompting Guide
- Video Creator
- Overview
- Getting Started with Video
- Text to Video
- Image to Video
- AI Video Transition
- Video Effects
- Scene Builder
- Short Film Creator
- Audio Creator
- Overview
- AI Audio
- Text to Speech
- Voice Cloning
- Music Generation
- Sound Effects
- Writer Tools
- App Factory
- Research
- Utilities
Agentic AI Settings
Fine-tune token budgets, model behaviour, guardrails, and AI usage limits for the agentic pipeline and workflow execution engine.
AI Usage Limits
These settings cap how many resources the AI engine may consume per session or per day, preventing runaway costs from long-running pipelines.
| Option | Description |
|---|---|
| Max tokens per request | Hard limit on the number of output tokens generated per individual AI call. Requests that would exceed this are truncated. |
| Max requests per session | Total number of AI calls allowed within a single browser session. Prevents unintended loops. |
| Daily token budget | Aggregate token ceiling across all AI calls per calendar day. Resets at midnight UTC. |
Agent Behaviour
| Option | Values | Description |
|---|---|---|
| Retry on failure | 0 – 5 | How many times to automatically retry a failed AI call before surfacing an error to the user. |
| Temperature | 0.0 – 1.0 | Controls output creativity. Lower values produce more deterministic, factual text. Higher values introduce more variation and creativity. |
| Streaming | On / Off | When enabled, AI output streams token-by-token so the user sees text appearing in real time rather than waiting for the full response. |
| Enable logging | On / Off | Logs every AI request and response to the server log file. Useful for debugging but increases disk usage. |
Temperature guide
For factual tasks (data summaries, code analysis) keep temperature at 0.2 – 0.4. For creative writing (blog posts, stories) raise it to 0.7 – 0.9.
Guardrails
Guardrails add a layer of safety between raw user input / AI output and the rest of the application.
| Guardrail | Description |
|---|---|
| Input sanitisation | Strips potentially harmful patterns (prompt injection attempts, HTML script tags) from user input before it is sent to the AI model. |
| Output validation | Checks AI-generated content against a blocklist of prohibited terms. Blocked responses are replaced with a safe fallback message. |
| PII detection | Scans AI output for patterns that look like personal data (email addresses, phone numbers, credit card numbers) and redacts them before display. |
Note
Guardrails add a small latency overhead per request. Disable PII detection only if your prompts and outputs are guaranteed to contain no personal data.
AI Engine Selection
Choose which AI model is used for agentic workflow steps. This is separate from the Terminal Writer Engine — it applies to workflow node execution, task analysis, and assistant panels.
| Engine | Description |
|---|---|
| Hosted API (default) | Calls the Anthropic Claude API (claude-sonnet-4-6) via the server. Requires ANTHROPIC_API_KEY in the server environment. |
| Local CLI | Uses the locally installed claude CLI binary. Suitable when API access is restricted. |
| Local LLM | Uses an on-device BERT model. Supports classification tasks only — generation is not available. |
Embedding Models (Ollama)
The Embedding Engine section of this tab lets you download and select local Ollama models used for Semantic Search and knowledge ranking — separate from the text-generation engine above.
See also
For a summary of all Agentic engines and models, see Agentic Overview. For how TotalApp connects to Ollama, see Ollama Integration. For the catalog of downloadable Ollama text-generation models, see Local Language Models. For models that run entirely inside the browser tab (WebGPU/WASM, no Ollama required), see In-Browser Models. For hosted cloud providers (Anthropic, OpenAI, Google, DeepSeek, Groq, and more), see Cloud LLM Models. For the full catalog of available embedding models, recommended starting points, and download instructions, see Embedded Models.