Getting Started
Learn how to start a new GLIK app using visual blocks, templates, or DSL import.
Last updated
Was this helpful?
Learn how to start a new GLIK app using visual blocks, templates, or DSL import.
Last updated
Was this helpful?
This guide walks you through how to create, configure, and launch your first app in GLIK Cloud — whether you're starting from scratch, cloning a ready-made template, or importing a DSL file.
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 Template – Clone a prebuilt GLIK app with example workflows
Import DSL File – Upload a previously exported GLIK app using the DSL format
Select your 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.
Inside the visual builder, apps are composed using modular blocks:
Input Block
– Captures user input or system prompts
LLM Block
– Uses a language model to generate responses
Variable Assigner
– Sets and transforms scoped variables
Knowledge Retrieval
– Queries memory for contextually relevant data
Data Enrichment
– Writes information into GLIK Knowledge
Tool Node
– Calls APIs or plugins via OpenAPI
Answer Block
– Displays output to the user
🔒 Learn about in GLIK Cloud
👥 Review to manage roles
🧠 Explore to deploy production-ready apps faster