# GLIK Cloud vs. GLIK Studio

GLIK Cloud and GLIK Studio are closely integrated components of the GLIK platform, but they serve distinct purposes. Understanding the difference between them is important for users building, deploying, and managing AI agent applications.

This page provides a concise comparison between the two, clarifying how each fits into the broader orchestration environment.

***

### What Is GLIK Cloud?

**GLIK Cloud** is the fully managed, browser-accessible orchestration platform hosted by Rivalz. It includes:

* A secure environment for deploying and running agent workflows
* Managed orchestration engine and memory runtime
* Multi-tenant support for teams and clients
* Integrated access to usage monitoring, template deployment, and plugin systems
* Enterprise-ready security, access control, and audit logging

GLIK Cloud abstracts infrastructure complexity, allowing organizations to operationalize agents without deploying local runtime services.

***

### What Is GLIK Studio?

**GLIK Studio** is the **visual builder interface** within GLIK Cloud. It allows users to create orchestration flows using a low-code, drag-and-drop experience.

GLIK Studio provides:

* Access to system blocks such as LLM, IF/ELSE, Tool, Doc Extractor, and more
* Visual flow logic with structured memory control
* Ability to define input fields, assign variables, and configure decision logic
* A UI-first way to prototype, test, and refine orchestration apps

While GLIK Studio is hosted inside GLIK Cloud, it is just one of several user interfaces supported by the platform (others include the CLI and DSL editor).

***

### Summary Comparison

| Feature               | GLIK Cloud                         | GLIK Studio                      |
| --------------------- | ---------------------------------- | -------------------------------- |
| Role                  | Runtime environment                | Visual builder inside GLIK Cloud |
| Access                | Platform-wide                      | App editor module                |
| Primary Audience      | Admins, architects, solution teams | Designers, builders, analysts    |
| Deployment Capability | Yes (cloud runtime + memory)       | No (outputs configuration only)  |
| Interface Type        | Web platform                       | Visual drag-and-drop             |

***

### Developer Notes

* Apps created in Studio are compiled into execution graphs within GLIK Cloud.
* The Studio uses a block-based editor that compiles into runtime nodes.
* Templates built in Studio can be versioned, published, and reused within GLIK Cloud environments or exported for use in Open Core.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.glik.ai/glik-cloud/getting-started/glik-cloud-vs.-glik-studio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
