---
title: "KlicForge documentation"
url: "/"
description: "Build, configure and operate AI agents for your business — guides for everyone from first-time users to developers integrating KlicForge."
productArea: getting-started
audience: ["business-user", "developer", "admin"]
tags: ["overview"]
lastReviewed: 2026-07-28
---

# KlicForge documentation (/)





KlicForge lets you build AI agents that answer questions, capture information and take actions
across chat channels — configured from a dashboard, without writing code.

## What do you want to do? [#what-do-you-want-to-do]

<Cards>
  <Card title="Create an AI agent" href="/getting-started/create-your-first-agent">
    Build, ground, test and publish your first agent.
  </Card>

  <Card title="Connect a channel" href="/channels">
    Put your agent on your website, Telegram or WhatsApp.
  </Card>

  <Card title="Integrate KlicForge" href="/build">
    Embed the widget SDK, connect your own tools, or wire up an MCP server.
  </Card>

  <Card title="Manage your workspace" href="/organization">
    Members and roles, plans, usage and security.
  </Card>

  <Card title="Troubleshoot an issue" href="/troubleshooting">
    Work through common problems by symptom.
  </Card>

  <Card title="Understand usage" href="/reference/interaction-counting">
    How KlicForge counts interactions against your plan.
  </Card>
</Cards>

## The core ideas [#the-core-ideas]

An &#x2A;*[agent](/agents)** is the unit you build and deploy. It combines:

* **[Knowledge sources](/knowledge)** — your content, so it answers from your material rather
  than guesswork.
* **[Skills](/skills-and-tools)** — instruction modules shaping how it behaves.
* **[Tools](/skills-and-tools/tools)** — functions it can call to look things up and take
  actions.
* **[Data tables](/data-tables)** — structured storage it can read and write during a
  conversation.
* **[Guardrails](/guardrails)** — safety controls enforced by the runtime, not just requested in
  a prompt.

You then put it in front of people on a &#x2A;*[channel](/channels)*&#x2A;, test it with
&#x2A;*[evaluations](/evaluations)*&#x2A;, and let it reach out with
&#x2A;*[scheduled tasks](/scheduled-tasks)**.

## New here? [#new-here]

Start with the [quickstart](/getting-started) for the short version, or
[create your first agent](/getting-started/create-your-first-agent) for a full walkthrough.

Unsure what a word means? The [glossary](/reference/glossary) lists KlicForge's terms alongside
the names they are commonly called elsewhere.
