> For the complete documentation index, see [llms.txt](https://docs.glik.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glik.ai/glik-roadmap.md).

# GLIK Roadmap

<details>

<summary>In Progress</summary>

This page is currently under active development. Content may be incomplete, evolving, or placeholder-only. Please check back later for finalized documentation and fully structured examples.

</details>

GLIK is on a mission to unlock trapped value in enterprise systems by making them intelligent, interoperable, and agent-powered. Our roadmap highlights how partners, enterprise developers, and system integrators will transform outdated tools into intelligent services — without rebuilding from scratch.

> **June 2025 marks a pivotal milestone: the launch of the GLIK Marketplace and Template Library.** This will be the primary way enterprises activate plug-and-play AI agents, tailored to real enterprise challenges.

{% embed url="<https://www.mermaidchart.com/raw/d6d762b1-17b2-4e8e-ac7a-4db603500906?theme=light&version=v0.1&format=svg>" %}
Phased timeline outlining the rollout of GLIK's orchestration platform — from foundational system deployment to the June 2025 launch of the GLIK Marketplace and Template Library, followed by advanced features like SDKs and composable agent stacks. Each track reflects critical deliverables for partner onboarding, agent enablement, and scalable enterprise adoption.
{% endembed %}

#### ✅ **Foundations Laid**

* Core orchestration system live
* Workflow builder supports intelligent agent chaining
* Documentation and onboarding toolkit established

***

#### 🧩 **Template Enablement Begins**

* First wave of deployable agent templates
* Save Point Agent for resumable workflows
* Core blocks for memory, routing, and logic live

***

#### 🤝 **Platform Readiness for Partners**

* Role-based app publishing
* Scoped variables and memory injection
* Strategic UX framing and compliance-minded architecture

***

#### 🌐 **June 2025: Marketplace + Template Library Launch**

* **GLIK Marketplace** goes live — the gateway for discovering, installing, and customizing agent-powered services
* **Enterprise-ready agent templates** released across compliance, ERP, operations, logistics, and more
* **Guided onboarding** via lesson plans and template walkthroughs
* **Partner-ready flows** for deploying branded or white-labeled AI solutions

***

#### 🔮 **Next Horizon**

* Composable agent stacks with adaptive memory
* Audit-traceable decision workflows
* Multi-agent simulation tooling
* Partner SDKs for template authoring and revenue sharing


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.glik.ai/glik-roadmap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
