> ## Documentation Index
> Fetch the complete documentation index at: https://adcp-docs-ja.pier1.co.jp/llms.txt
> Use this file to discover all available pages before exploring further.

# 概要

> Ad Context Protocol の統合と構築のための完全ガイド

このセクションでは、AdCP を理解し、統合し、堅牢なシステムを構築するために必要な情報を提供します。

## 学習パス

<CardGroup cols={3}>
  <Card title="Understanding AdCP" icon="lightbulb" href="/docs/building/understanding">
    AdCP が存在する理由、解決する課題、プロトコル比較。初めての方はここから。
  </Card>

  <Card title="Foundations" icon="cubes" href="/docs/building/integration">
    技術的基盤: MCP/A2A プロトコル、機能発見、認証、データモデル。
  </Card>

  <Card title="Implementation Patterns" icon="gears" href="/docs/building/implementation">
    非同期処理、Webhook、エラーハンドリング、オーケストレータ設計で本番対応システムを構築。
  </Card>
</CardGroup>

## クイックスタート

**利用するプロトコルが決まっている場合:**

* [MCP Integration Guide](/docs/building/by-layer/L0/mcp-guide) - Claude、AI アシスタント、MCP 対応ツール向け
* [A2A Integration Guide](/docs/building/by-layer/L0/a2a-guide) - Google AI エージェントと A2A ワークフロー向け

**プロトコル選択で迷っている場合:**

[Protocol Comparison](/docs/building/concepts/protocol-comparison) で詳細比較を確認してください。

## セクション概要

### Understanding AdCP

AdCP に関わるすべての人のための概念的基盤:

* **[Why AdCP](/docs/building/concepts)** - 購買パラダイムの統一と AI エクスペリエンス実現という戦略的ビジョン
* **[Protocol Comparison](/docs/building/concepts/protocol-comparison)** - MCP と A2A の比較

### Foundations

すべての AdCP 実装に必要な技術的基盤:

* **[MCP Guide](/docs/building/by-layer/L0/mcp-guide)** - ツールコール、コンテキスト、例
* **[A2A Guide](/docs/building/by-layer/L0/a2a-guide)** - タスク、ストリーミング、アーティファクト
* **[Capability Discovery](/docs/protocol/get_adcp_capabilities)** - エージェントの対応機能を調査
* **[Authentication](/docs/building/by-layer/L2/authentication)** - 認証情報と権限
* **[Context & Sessions](/docs/building/by-layer/L2/context-sessions)** - リクエスト間の状態管理
* **[Schemas and SDKs](/docs/building/schemas-and-sdks)** - スキーマと公式クライアントライブラリ

### Implementation Patterns

本番対応の堅牢なシステムを構築するために:

* **[Task Lifecycle](/docs/building/by-layer/L3/task-lifecycle)** - ステータス値、遷移、ポーリング
* **[Async Operations](/docs/building/by-layer/L3/async-operations)** - 同期・非同期・対話的タスクの扱い
* **[Webhooks](/docs/building/by-layer/L3/webhooks)** - プッシュ通知と信頼性パターン
* **[Error Handling](/docs/building/by-layer/L3/error-handling)** - エラー分類、コード、復旧
* **[Security](/docs/building/by-layer/L1/security)** - セキュリティ考慮とベストプラクティス
* **[Orchestrator Design](/docs/building/operating/orchestrator-design)** - ステートマシンとシステムアーキテクチャ
