Getting Started

Learn how to start a new GLIK app using visual blocks, templates, or DSL import.

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.

How to Create Your First App

  1. Visit app.glik.ai 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 Template – Clone a prebuilt GLIK app with example workflows

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

  4. Select your App Type:

    • Chatbot – Input/output-based logic

    • Agent – Stateful workflows with memory

    • Advanced Chat – Multi-turn assistant

    • Workflow – 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.

What you'll see when selecting an app type and configuring basic details.

What You Can Build

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

Drag, connect, and configure blocks to build logic visually — no code required.

Next Steps

Last updated

Was this helpful?