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

# Introduction

> Thred helps GTM teams surface buyer intent from AI search conversations across ChatGPT, Gemini, Claude, and Perplexity.

These docs outline how to install Thred tracking, capture AI-origin conversions, and access conversation data through API or MCP.

## Website Tracking

<CardGroup cols={2}>
  <Card title="Website Script" icon="signal-stream" href="/script-tracking/ai-search-signals">
    Install the script that captures AI-origin buyer activity.
  </Card>

  <Card title="Custom Form Tracking" icon="rectangle-list" href="/script-tracking/form-tracking">
    Map your site form fields for conversion attribution.
  </Card>

  <Card title="Cal.com Form Tracking" icon="calendar" href="/script-tracking/calcom">
    Configure Cal.com bookings as attributable conversion events.
  </Card>
</CardGroup>

## Conversations API

<CardGroup cols={2}>
  <Card title="Get Conversation by Email" icon="envelope" href="/getting-started/get-enriched-chat-from-customer">
    Look up one customer record by email.
  </Card>

  <Card title="Get Conversation by Customer ID" icon="rectangle-code" href="/getting-started/fetch-leads">
    Query one customer record by ID.
  </Card>

  <Card title="Get Conversations by Company" icon="building" href="/getting-started/fetch-by-company">
    Return matched conversation records for a company.
  </Card>

  <Card title="Get Recent Conversations" icon="clock-rotate-left" href="/getting-started/fetch-recent-conversations">
    Pull latest conversations with platform and date filters.
  </Card>
</CardGroup>

## MCP Server

<CardGroup cols={2}>
  <Card title="Thred MCP Overview" icon="robot" href="/mcp/overview">
    Understand MCP capabilities and available tools.
  </Card>

  <Card title="MCP Setup" icon="plug" href="/mcp/setup">
    Connect Cursor, Claude Desktop, and other MCP clients.
  </Card>

  <Card title="MCP Tools Reference" icon="screwdriver-wrench" href="/mcp/tools-reference">
    Review tool inputs and example payloads.
  </Card>
</CardGroup>
