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

# チュートリアル

> Shannonチュートリアルとガイド

## 概要

Shannonの機能を探索し、一般的なユースケースを学ぶためのチュートリアル集です。

## 利用可能なチュートリアル

<CardGroup cols={2}>
  <Card title="リサーチアシスタント" icon="magnifying-glass" href="/ja/tutorials/research-assistant">
    AI駆動のリサーチアシスタントを構築
  </Card>

  <Card title="カスタムツール" icon="wrench" href="/ja/tutorials/custom-tools">
    独自のツールを作成
  </Card>

  <Card title="OpenAPIツール" icon="plug" href="/ja/tutorials/openapi-tools">
    OpenAPI仕様を統合
  </Card>

  <Card title="モデル選択" icon="sliders" href="/ja/tutorials/model-selection">
    適切なモデルを選択
  </Card>

  <Card title="Shannonの拡張" icon="puzzle-piece" href="/ja/tutorials/extending-shannon">
    Shannonをカスタマイズ
  </Card>

  <Card title="ベンダーアダプター" icon="plug-circle-plus" href="/ja/tutorials/vendor-adapters">
    新しいLLMプロバイダーを追加
  </Card>

  <Card title="テンプレート" icon="file-code" href="/ja/tutorials/templates">
    プロジェクトテンプレート
  </Card>
</CardGroup>

## 次のステップ

<CardGroup cols={2}>
  <Card title="クイックスタート" icon="rocket" href="/ja/quickstart/quickstart">
    基本から開始
  </Card>

  <Card title="APIリファレンス" icon="code" href="/ja/api/overview">
    完全なAPIドキュメント
  </Card>
</CardGroup>
