# Kelet Documentation > Kelet continuously diagnoses why your LLM apps and AI agents fail in production, and generates the fix. Full content: https://kelet.ai/docs/llms-full.txt ## Documentation - [Use the docs with AI coding agents](https://kelet.ai/docs/use-with-ai.md): How to use Kelet docs with Claude Code, Codex, ChatGPT, Cursor, and other AI coding assistants. - [Quickstart](https://kelet.ai/docs/getting-started/quickstart.md): Connect your agent to Kelet and see your first issues in minutes. - [How Kelet Works](https://kelet.ai/docs/concepts/how-kelet-works.md): Kelet is an AI agent that analyzes your agent's failures — not a dashboard, not a log viewer. - [Sessions](https://kelet.ai/docs/concepts/sessions.md): A session is one unit of work. Kelet needs sessions to reason across full agent runs, not individual LLM calls. - [Signals](https://kelet.ai/docs/concepts/signals.md): Signals are hints that tell Kelet where to look in your traces — not pass/fail scores. - [Issues](https://kelet.ai/docs/concepts/issues.md): An Issue is a named failure pattern Kelet detected across multiple sessions — with a root cause and a suggested fix. - [Agents](https://kelet.ai/docs/concepts/agents.md): How Kelet discovers and tracks the agents in your system. - [Teams & Security](https://kelet.ai/docs/concepts/tenancy.md): How Kelet organizes access — orgs, projects, users, teams, and API keys. - [Synthetic Signals](https://kelet.ai/docs/guides/synthetic-signals.md): Create evaluators that run on every session automatically — no app code needed. - [GEPA Optimization](https://kelet.ai/docs/guides/gepa.md): Kelet's evolutionary prompt optimization — find the prompt that actually works, with evidence. - [Python SDK](https://kelet.ai/docs/sdk/python.md): Complete reference for the Kelet Python SDK. - [TypeScript SDK](https://kelet.ai/docs/sdk/typescript.md): Complete reference for the Kelet TypeScript/Node.js SDK. - [React SDK](https://kelet.ai/docs/sdk/react.md): Collect explicit and implicit user feedback from your React app. - [OpenTelemetry](https://kelet.ai/docs/sdk/opentelemetry.md): Send traces directly to Kelet via OTLP — no Kelet SDK required. - [Langfuse](https://kelet.ai/docs/integrations/langfuse.md): Pull traces from Langfuse into Kelet automatically — no code changes. - [Mixpanel](https://kelet.ai/docs/integrations/mixpanel.md): Route Mixpanel events to Kelet as signals — no double-instrumentation. - [API Reference](https://kelet.ai/docs/api/overview.md): Kelet REST API — base URL, authentication, and interactive docs.