> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inquantum.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations Overview

> Connect frameworks, log existing model traffic, and trace tools or retrieval steps

Choose an integration based on what you want Planck to observe:

1. **Using an AI framework?** Start with its framework guide.
2. **Already calling a model provider directly?** Add automatic or manual logging without changing where requests are sent.
3. **Tracing tools, database calls, or retrieval?** Add application traces around those operations.

## AI frameworks

Use an existing framework adapter when your application already relies on one of these libraries.

<CardGroup cols={2}>
  <Card title="Codex" icon="terminal" href="/gateway/integrations/codex" />

  <Card title="LangChain" icon="link" href="/gateway/integrations/langchain" />

  <Card title="Semantic Kernel" icon="brain" href="/gateway/integrations/semantic-kernel" />

  <Card title="Vercel AI SDK" icon="v" href="/gateway/integrations/vercel-ai-sdk" />

  <Card title="Zapier" icon="bolt" href="/gateway/integrations/zapier" />
</CardGroup>

## Log existing model calls

Your model requests can continue going directly to the provider. Choose the setup that matches how much control you need.

<CardGroup cols={2}>
  <Card title="Automatic logging" icon="wave-pulse" href="/getting-started/integration-method/automatic-logging">
    Capture calls from supported provider SDKs with minimal code changes.
  </Card>

  <Card title="Manual logging" icon="code" href="/getting-started/integration-method/manual-logging">
    Log custom models or control exactly what your application sends.
  </Card>
</CardGroup>

## Trace your application

<CardGroup cols={2}>
  <Card title="Custom tracing" icon="diagram-project" href="/integrations/custom-tracing">
    Trace tools, retrieval, databases, and other application operations.
  </Card>

  <Card title="Planck MCP" icon="plug" href="/integrations/tools/mcp">
    Inspect Planck observability data from an MCP-compatible assistant.
  </Card>
</CardGroup>

Not sure which path to use? Start with [Choose an Integration](/getting-started/integration-method/overview).
