# App Types

- [Overview](https://docs.glik.ai/app-types/overview.md): Outlines GLIK's execution models to help enterprises choose the right app type for scalable automation, policy engines, conversational agents, and developer-controlled orchestration.
- [Chatbot](https://docs.glik.ai/app-types/chatbot.md): Stateless app type for fast, low-overhead enterprise Q\&A and support flows—ideal for simple automation without memory or branching.
- [Agent](https://docs.glik.ai/app-types/agent.md): Agents are the action layer of the GLIK platform — performing complex work invisibly, accurately, and repeatably.
- [Advanced Chat](https://docs.glik.ai/app-types/advanced-chat.md): Use Advanced Chat when your workflows are too dynamic or nuanced to predefine entirely — but too important to leave to stateless bots.
- [Workflow](https://docs.glik.ai/app-types/workflow.md): GLIK Workflows turn static rules into real-time automation, enabling legacy systems to operate with AI-like responsiveness — without modification.


---

# 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/app-types.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.
