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

# ユーザーガイド

> Twenty ユーザーガイドへようこそ。高度な設定やベストプラクティスのためのリソースです。

export const CardTitle = ({children}) => {
  return <div className="text-base font-semibold text-gray-900 dark:text-gray-100">
      {children}
    </div>;
};

<CardGroup cols={3}>
  <Card href="/l/ja/user-guide/data-model/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/data-model.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=c25176e1d61aa864cb9e3f4d85541001" width="1440" height="680" data-path="images/user-guide/halftone/data-model.png">
    <CardTitle>データモデル</CardTitle>
    固有のビジネスプロセスに合わせてデータモデルをカスタマイズします。
  </Card>

  <Card href="/l/ja/user-guide/data-migration/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/data-migration.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=823222a5670cacf6c3a5253eb306ad33" width="2880" height="1360" data-path="images/user-guide/halftone/data-migration.png">
    <CardTitle>データ移行</CardTitle>
    CSV または API でデータをインポート／エクスポートします。
  </Card>

  <Card href="/l/ja/user-guide/calendar-emails/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/calendar-emails.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=2edb0aff195ccdf9f65a28a5dba4b49c" width="2880" height="1360" data-path="images/user-guide/halftone/calendar-emails.png">
    <CardTitle>カレンダーとメール</CardTitle>
    チームの会議やメールを一元管理します。
  </Card>

  <Card href="/l/ja/user-guide/workflows/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/workflows.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=f9d95fb3872537ee8f244839009ca612" width="5760" height="2720" data-path="images/user-guide/halftone/workflows.png">
    <CardTitle>ワークフロー</CardTitle>
    プロセスを自動化し、外部ツールと統合します。
  </Card>

  <Card href="/l/ja/user-guide/ai/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/ai.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=327c4d53f56636c66a1e4a349f721586" width="2880" height="1360" data-path="images/user-guide/halftone/ai.png">
    <CardTitle>AI</CardTitle>
    AI エージェントでチームを強化します。
  </Card>

  <Card href="/l/ja/user-guide/layout/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/layout.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=1e372973420fdfd6f7f180d37e2ce456" width="2880" height="1360" data-path="images/user-guide/halftone/layout.png">
    <CardTitle>レイアウト</CardTitle>
    ナビゲーション、ビュー、レコードページのカスタマイズ。
  </Card>

  <Card href="/l/ja/user-guide/dashboards/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/dashboards.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=8d301f330678289d7ec5f21885bcaccb" width="1440" height="680" data-path="images/user-guide/halftone/dashboards.png">
    <CardTitle>ダッシュボード</CardTitle>
    パフォーマンスを追跡するためのリアルタイムなインサイトを提供します。
  </Card>

  <Card href="/l/ja/user-guide/permissions-access/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/permissions.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=42e7c83b1d35672945aeb6f0338387b6" width="5760" height="2720" data-path="images/user-guide/halftone/permissions.png">
    <CardTitle>権限とアクセス</CardTitle>
    Twenty へのロールおよびアクセス権を管理します。
  </Card>

  <Card href="/l/ja/user-guide/billing/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/billing.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=ec1a7cbc6a015ff3c6355353ae65512f" width="1440" height="680" data-path="images/user-guide/halftone/billing.png">
    <CardTitle>請求</CardTitle>
    Twenty の料金と請求の仕組みを理解します。
  </Card>

  <Card href="/l/ja/user-guide/settings/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/settings.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=52153755084e8cea0462dc3e1b443a54" width="1440" height="680" data-path="images/user-guide/halftone/settings.png">
    <CardTitle>設定</CardTitle>
    ワークスペースの設定を行います。
  </Card>
</CardGroup>
