> ## Documentation Index
> Fetch the complete documentation index at: https://twenty-c--pull-3-cli.mintlify.site/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-c--pull-3-cli/pTPb8ite4vuL8orW/images/user-guide/halftone/data-model.png?fit=max&auto=format&n=pTPb8ite4vuL8orW&q=85&s=4ec466d51e1117255be842effe67e1a1" 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-c--pull-3-cli/pTPb8ite4vuL8orW/images/user-guide/halftone/data-migration.png?fit=max&auto=format&n=pTPb8ite4vuL8orW&q=85&s=17bb450254965465f4a0ee475ffe6f3a" 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-c--pull-3-cli/pTPb8ite4vuL8orW/images/user-guide/halftone/calendar-emails.png?fit=max&auto=format&n=pTPb8ite4vuL8orW&q=85&s=c65d5b98e532b78073a94f2fb600d550" 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-c--pull-3-cli/pTPb8ite4vuL8orW/images/user-guide/halftone/workflows.png?fit=max&auto=format&n=pTPb8ite4vuL8orW&q=85&s=155aa0fd742b8468a941643af1263f00" 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-c--pull-3-cli/pTPb8ite4vuL8orW/images/user-guide/halftone/ai.png?fit=max&auto=format&n=pTPb8ite4vuL8orW&q=85&s=f1efcf415bf5224cb12a5b966dc04ed7" 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-c--pull-3-cli/pTPb8ite4vuL8orW/images/user-guide/halftone/layout.png?fit=max&auto=format&n=pTPb8ite4vuL8orW&q=85&s=9d81eb53e3243b255f074abab1c5c6ce" 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-c--pull-3-cli/pTPb8ite4vuL8orW/images/user-guide/halftone/dashboards.png?fit=max&auto=format&n=pTPb8ite4vuL8orW&q=85&s=ad60173afa34912b4b2687080678162b" 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-c--pull-3-cli/pTPb8ite4vuL8orW/images/user-guide/halftone/permissions.png?fit=max&auto=format&n=pTPb8ite4vuL8orW&q=85&s=223012dfa76a349b409ada71396ca729" 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-c--pull-3-cli/pTPb8ite4vuL8orW/images/user-guide/halftone/billing.png?fit=max&auto=format&n=pTPb8ite4vuL8orW&q=85&s=000c6192e1285ed999b834a890df609b" 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-c--pull-3-cli/pTPb8ite4vuL8orW/images/user-guide/halftone/settings.png?fit=max&auto=format&n=pTPb8ite4vuL8orW&q=85&s=d59cfee86fc97eb0b553e41a5077a24d" width="1440" height="680" data-path="images/user-guide/halftone/settings.png">
    <CardTitle>設定</CardTitle>
    ワークスペースの設定を行います。
  </Card>
</CardGroup>
