# What Is an Agent Application?

<figure><img src="/files/qeIMzDd5MprLehSesEyk" alt=""><figcaption><p>A live GLIK agent application that automates policy evaluation. Upon receiving a user-uploaded receipt, the agent fetches the applicable policy (with retry logic), applies rule checks, and appends fallback logic if no match is found — all without human oversight.</p></figcaption></figure>

An [**agent application**](/app-types/agent.md) is a structured, intelligent software workflow that performs tasks on behalf of users or systems — using [logic](/system-architecture/blocks-and-nodes/logic-blocks.md), memory, and [automation](/templates/process-automation.md) to drive outcomes. In modern enterprises, agent applications are transforming how work is executed by automating [decision-making](/system-architecture/decision-routing.md), enforcing rules, and surfacing [knowledge](/templates/knowledge-systems.md) in real time.

<details>

<summary>📣 Try GLIK </summary>

Explore and deploy your first app at [app.glik.ai](https://app.glik.ai)

</details>

GLIK introduces a new operational standard for agent applications: modular, memory-aware, policy-aligned, and enterprise-ready. GLIK agent applications transform isolated workflows into intelligent systems that:

* Reduce manual effort
* Strengthen compliance
* Extend legacy systems
* Improve cross-team coordination

***

### Why Agent Applications Matter

Unlike traditional scripts or chatbots, agent applications in GLIK are designed for enterprise orchestration:

* They coordinate multiple [blocks of logic](/system-architecture/blocks-and-nodes.md), memory, and input/output
* They operate across [workflows](/glik-cloud/what-is-a-workflow.md), not just conversations
* They run with observability, structured output, and scoped access controls

Agent applications help organizations **automate judgment-based decisions**, reduce friction between departments, and ensure consistency in operational policy execution.

{% hint style="info" %}

## What “Workflow” Means&#x20;

The word **“workflow”** is used in three different contexts within GLIK:

1. [**Workflow (App Type)**](/app-types/workflow.md) — A specific GLIK execution model designed for automating logic using a block-based interface. It’s one of the four foundational app types alongside [Chatbot](/app-types/chatbot.md), [Agent](/app-types/agent.md), and [Advanced Chat](/app-types/advanced-chat.md).
2. [**Workflow (Architecture)**](/system-architecture/execution-model/workflow-architecture.md) — A broader concept referring to the high-level orchestration of tasks, inputs, tools, and decisions across [GLIK apps](/app-types/overview.md). This includes how agents interact, how memory is passed, and how execution flows are triggered across systems.
3. [**Workflow (Editor View)**](/glik-cloud/workflow-editor.md) — The visual interface where you arrange blocks and nodes (like Variable Assigners, Tool Nodes, LLM Blocks, etc.) to construct executable logic paths. This is where low-code users build and configure the logic of any GLIK app, even outside the Workflow App Type.

> In short: the **Workflow App Type** is one way to execute workflows — but **“workflow”** as a term also describes how logic flows and systems connect across all App Types.
> {% endhint %}

### Agentifying Enterprise Systems

One of the most powerful outcomes of agent applications is the ability to **extend the life and value of legacy systems**.

With GLIK, teams can overlay intelligent workflows on top of outdated, siloed, or inflexible systems — such as ERPs, internal portals, document workflows, or compliance checklists — without replacing the underlying infrastructure.

> GLIK agent applications "wrap" these systems in orchestration layers — bringing real-time logic, adaptive memory, and decision routing to environments that were never designed to be intelligent.

This capability unifies disparate tools and departments into **a more cohesive, traceable, and intelligent enterprise operating environment.**

***

## Characteristics of a GLIK Agent Application

| Capability           | Description                                                              |
| -------------------- | ------------------------------------------------------------------------ |
| **Autonomous**       | Executes multi-step tasks without requiring user input after initiation  |
| **Memory-Aware**     | Tracks state, context, and past actions across sessions                  |
| **Composable**       | Built from reusable building blocks (LLM, tools, logic, memory, inputs)  |
| **Policy-Driven**    | Evaluates rules, thresholds, or policy documents as part of execution    |
| **Auditable**        | Logs inputs, decisions, and escalations for review or compliance         |
| **Enterprise-Ready** | Secure, multi-tenant, deployable via cloud or self-hosted infrastructure |

## From Templates to Intelligent Agents

GLIK provides system templates that can be quickly configured and deployed as agent applications. Once live, agents can:

* Accept structured inputs (documents, variables, policy rules)
* Trigger external APIs or tools
* Return decisions, classifications, or actionable insights

{% embed url="<https://www.mermaidchart.com/raw/6116895a-80c8-4a7e-ba77-f1a604b561dd?theme=light&version=v0.1&format=svg>" %}
End-to-end user experience with a GLIK agent application — from discovering and deploying a system template, to triggering the agent for output, and iterating based on log review. It highlights the structured workflow users follow when transforming templates into intelligent, operational agents.
{% endembed %}

#### Examples include:

* Expense Policy Decision Engines
* SOP Compliance Agents
* Procurement Approval Assistants
* Knowledge Routing Agents

<details>

<summary>🛒 GLIK Marketplace (Coming June 2025)</summary>

> **The fastest way to deploy enterprise solutions.**

The [**GLIK Marketplace**](/marketplace/overview.md) is launching in **June 2025** as the central destination for discovering, deploying, and customizing prebuilt AI agent templates. It will allow users to:

* 🔍 **Browse production-ready templates** across industries and workflows
* ⚙️ **Deploy instantly into** [**GLIK Studio**](/glik-cloud/getting-started/glik-cloud-vs.-glik-studio.md) with minimal setup
* 🧠 **Explore** [**logic**](/system-architecture/blocks-and-nodes/logic-blocks.md)**,** [**memory**](/system-architecture/memory-and-variable-scope/memory-slot-injection.md)**, and orchestration patterns** by example
* 🤝 Empowers **partners and service providers** to publish white-labeled templates
* 💼 **Access solutions for real enterprise scenarios**, including SAP integration, expense automation, compliance agents, and more

</details>


---

# 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/introduction/what-is-an-agent-application.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.
