LogoLogo
  • Introduction
    • What Is an Agent Application?
    • Core Concepts
    • Getting Started
  • GLIK Cloud
    • Getting Started
      • GLIK Cloud vs. GLIK Studio
    • Prompt Orchestration Interface
    • What Is a Workflow?
    • Workflow Editor
    • App Types (Overview)
    • Workspaces & Permissions
    • Enterprise Readiness & Compatibility
    • Security & Data Handling
  • Enterprise SaaS
    • Expense Policy Decision Engine
    • Compliance & Audit Automation
    • Compliance Advisor Copilot
  • App Types
    • Overview
    • Chatbot
    • Agent
    • Advanced Chat
    • Workflow
  • Templates
    • Overview
    • Policy Automation
      • Overview
        • Expense Policy Validator — Summary Sheet
        • Enterprise Policy Intelligence
      • Expense Policy Decision Engine
        • Expense Policy Decision Engine (Starter)
          • Practice Exercises
        • Expense Policy Decision Engine (Threshold Memory)
          • Practice Exercises
          • Threshold Agent Response Tuning Exercises
        • Expense Policy Decision Engine (Policy API Integration)
          • Practice Exercises
        • Expense Policy Decision Engine (Escalation & Conflict Resolution)
        • Expense Policy Decision Engine (Audit & Logging)
    • Compliance and Audit Automation
      • KYC/AML Review Copilot
        • Learning Track
      • Compliance Copilot – MiCA Reporting
        • Workflow Phases
        • Block-by-Block Guide
    • Compliance Advisors
      • Global Control Copilot – Cross-Jurisdiction Policy Interpreter
        • Input Combinations & Workflow Outcomes
        • Reference Input Payloads
        • Policy Retrieval via Input Routing
        • Input Logic & Routing Behavior
        • Predefined Policy Thresholds
    • Knowledge Systems
      • Overview
      • Compliance SOP Agent
    • Process Automation
    • Task Resolution Agents
      • Why Agentify Task Resolution
    • Work Coordination Agents
      • Escrow Agent Orchestration
    • Embedded Operational Copilots
    • Expense & ERP Agents
      • ERP Vendor AI Copilots and Agents
      • Custody Approval Workflow for Token Issuance
    • Inventory & Logistics Agents
    • Sales & Forecasting Agents
    • Plugin-Based Agent Platforms
  • Marketplace
    • Overview
    • Publishing Templates
  • System Architecture
    • Overview
    • Blocks & Nodes
      • Utilities
        • Start Block
        • End Node
        • HTTP Request
        • List Operator
      • Classifier Nodes
        • Question Classifier
      • Logic Blocks
        • IF/ELSE Branch
        • Iteration
        • Loop
      • Transform Blocks
        • Variable Assigner
        • Variable Aggregator
        • Parameter Extractor
        • Data Enrichment
        • Prompt Template
        • Code
      • Input & Extraction
        • Doc Extractor
        • Knowledge Retrieval
        • LLM Block
          • LLM Reasoning
          • Fallback to LLM Reasoning
        • Tool Node
        • Agent
        • Answer
    • GLIK Knowledge
      • Creating & Managing Knowledge
      • GLIK Knowledge Retrieval
      • Writing to Knowledge
      • Scoped Memory & Access Control
      • Injection & Variable Binding
      • Performance & Limits
    • Execution Model
      • Workflow Architecture
      • Flow Engine
      • Node Lifecycle
      • Protocol Compatibility & Schema Interoperability
      • Input Binding & Value Resolution
    • Memory & Variable Scope
      • Conversation Variables
      • Memory Layers (User, App, Org)
      • Memory Slot Injection
      • Memory Retention Policy
    • Decision Routing
      • Conditional Logic Engine
      • LLM Fallthrough Patterns
      • Policy Enforcement & Escalation Paths
    • Enterprise Orchestration
      • Policy-Driven Automation
      • Enterprise Modularity
      • Auditability & Governance
      • Explainability & Decision Transparency
    • Agentifying Legacy Systems
      • Why Legacy Systems Resist Change
      • Best Practices for Agentifying ERP Workflows
      • GLIK’s Wrap-Around Model
      • Agent Surfaces (PDF, OCR, API, UI)
      • No-API Memory-Based Control
      • Compliance & Risk Considerations
    • System Observability
      • Execution Logs
      • Save Points & Snapshots
      • Variable Debugging
      • Session Trace Viewer
  • Developers
    • Overview
    • GLIK Open Core
      • Deployment & Installation
      • CLI Reference
      • Security & Compliance
      • Customization Guide
      • Versioning & Updates
  • GLIK Roadmap
  • Deprecation
    • Orchestration Interface
      • Node Orchestration
        • Node
          • Start
          • End
          • Direct Reply
          • LLM
          • Question Classifier
          • Knowledge Retrieval
          • Code Execution
          • Doc Extractor
          • HTTP Request
          • Conditional Branch IF/ELSE
          • Iteration
          • List Operator
          • Parameter Extraction
          • Template
          • Tools
          • Variable Aggregator
          • Variable Assigner
      • Variables
      • Application Toolkits
      • File Upload
    • Chatbot Features
    • Dataset
      • Dataset Creation
      • Text Preprocessing and Cleaning
        • Advanced Configuration
      • Retrieval Test/Citation
    • Studio
  • Brand Kit & Identity
    • Logos & Visual Assets
    • Typography & Colors
    • Messaging Pillars
    • Product Screenshots
    • Diagrams & Icons
    • Company Boilerplate
    • Downloads (.zip)
  • Legal
    • Terms of Service
    • Privacy Policy
    • Cookie Policy
    • Trademark Notice
    • Acceptable Use Policy
    • Open Core License
Powered by GitBook

Platform

  • Open GLIK Cloud
  • Getting Started
  • Templates

Documentation

  • Core Concepts
  • GLIK Open Core
  • Security & Data Handling
  • Workspaces & Permissions

Company

  • RIvalz AI
  • Contact Support
  • Status Page

© 2023–2025 Rivalz Technologies Ltd.

On this page
  • How to Create Your First App
  • Understanding App Types
  • Blocks & Nodes
  • Using Templates
  • Previewing and Publishing

Was this helpful?

  1. Introduction

Getting Started

Learn how to build, customize, and deploy your first GLIK Cloud app using visual blocks and ready-made templates.

PreviousCore ConceptsNextGLIK Cloud

Last updated 6 days ago

Was this helpful?

This section will walk you through the essential steps to build your first app in GLIK Cloud. Whether you're cloning a ready-made template or building from scratch, these fundamentals will help you get up and running fast.

How to Create Your First App

  1. Visit and log in.

  2. From the dashboard, click New App.

  3. Choose how you want to start:

    • Create from Blank – Build your app block-by-block from scratch

    • Create from – Clone a prebuilt GLIK app with example workflows

    • Import DSL file – Upload a previously exported GLIK app using the DSL format

  4. Select an app type:

    • – Input/output-based logic

    • – Stateful workflows with memory

    • – Multi-turn assistant

    • – Modular blocks connected in a visual graph

  5. Name your app and assign it to a workspace.

  6. Click Create to launch the visual builder.

Understanding App Types

App Type
Description
Best For

Chatbot

Simple input-output flow

FAQ bots, basic Q&A

Agent

Multi-step with memory and logic

Process automation, memory agents

Advanced Chat

Rich, multi-turn assistant with persistent memory

Personalized assistants, copilots

Workflow

Visual flow of blocks (LLM, tool, assigner, etc.)

Complex orchestration, custom logic


Common block types:

  • Input Block – Captures user prompts or system inputs

  • LLM Block – Generates AI responses using models like GPT

  • Variable Assigner – Creates or updates scoped variables

  • Data Enrichment – Writes summaries or tags to Knowledge

  • Knowledge Retrieval – Queries memory by tags or text

  • Tool Node – Calls external APIs or plugins (via OpenAPI)

  • Answer Block – Displays final response to the user

Using Templates

You can launch production-ready apps in minutes using GLIK’s template library.

  1. Find a template by tag or category (e.g., “Knowledge Companion”)

  2. Click Clone, then customize the blocks and variables

  3. Save and run it as your own application

Templates come preconfigured with:

  • Data built-in memory bindings and enrichment logic

  • Predefined variable flows

  • Strategic prompts and workflows

Previewing and Publishing

  • Use “Run” to test an app live with sample inputs

  • Once you're ready:

    • Set app visibility (Private, Team, Public)

    • Assign permissions or credits if applicable

    • Click Publish to activate for end users

You can always return to make changes, version workflows, or add new blocks without breaking existing flows.

GLIK apps are composed of . Each block or node performs a specific function in the flow.

To use a :

Go to the Explore tab at

Blocks & Nodes
blocks and nodes
template
app.glik.ai
app.glik.ai
Template
Chatbot
Agent
Advanced Chat
Workflow
Implementation Support & Expert Guidance

Need assistance deploying or customizing this GLIK template for your organization?

Our team offers dedicated coaching and technical walkthrough sessions to ensure successful adoption and alignment with enterprise requirements.

Typical areas of support include:

  • Template onboarding and orchestration strategy

  • Workflow configuration and logic review

  • Memory variable setup and session handling

  • Custom integration guidance (e.g. plugins, APIs)

📣 Try GLIK

Explore and deploy your first app at

app.glik.ai
Create from Blank lets you choose the app type, name, and optional icon before launching the editor.
Drag, connect, and configure blocks to build logic visually — no code needed.
Request a Session