Getting Started
Learn how to build, customize, and deploy your first GLIK Cloud app using visual blocks and ready-made templates.
Last updated
Was this helpful?
Learn how to build, customize, and deploy your first GLIK Cloud app using visual blocks and ready-made templates.
Last updated
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.
Visit and log in.
From the dashboard, click New App.
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
Select an app type:
– Input/output-based logic
– Stateful workflows with memory
– Multi-turn assistant
– Modular blocks connected in a visual graph
Name your app and assign it to a workspace.
Click Create to launch the visual builder.
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
You can launch production-ready apps in minutes using GLIK’s template library.
Find a template by tag or category (e.g., “Knowledge Companion”)
Click Clone, then customize the blocks and variables
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
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