# Twenty Documentation: Japanese

## Japanese

### 始めに

#### ようこそ

- [なぜ Twenty なのか](https://docs.twenty.com/l/ja/getting-started/introduction.md)
- [主な機能](https://docs.twenty.com/l/ja/getting-started/key-features.md): Twenty が実現できるすべてのことを紹介します — カスタムデータモデルから AI を活用した自動化まで。
- [クイックスタート](https://docs.twenty.com/l/ja/getting-started/quickstart.md): クラウド環境でもセルフホスト環境でも、5分以内に Twenty をセットアップして稼働させましょう。

#### 基本概念

- [データモデル](https://docs.twenty.com/l/ja/getting-started/core-concepts/data-model.md): Twenty が、オブジェクト、フィールド、リレーションを使ってデータをどのように構造化するかを理解しましょう。
- [レイアウト](https://docs.twenty.com/l/ja/getting-started/core-concepts/layout.md): Twentyでのレコードのナビゲーション、閲覧、表示方法。
- [ワークフロー](https://docs.twenty.com/l/ja/getting-started/core-concepts/workflows.md): Twenty のビジュアルワークフロービルダーで、ビジネスプロセスを自動化しましょう。
- [カレンダーとメール](https://docs.twenty.com/l/ja/getting-started/core-concepts/calendar-and-email.md): メールとカレンダーをTwentyと同期します。
- [AI](https://docs.twenty.com/l/ja/getting-started/core-concepts/ai.md): Twenty はどのように AI を活用して、CRM の利用体験を向上させるか。
- [アプリ](https://docs.twenty.com/l/ja/getting-started/core-concepts/apps.md): コードで Twenty を拡張しましょう。カスタムオブジェクト、サーバーサイドロジック、UI コンポーネント、AI エージェントをすべて TypeScript パッケージとして追加できます。
- [ダッシュボード](https://docs.twenty.com/l/ja/getting-started/core-concepts/dashboards.md): カスタムダッシュボードを使用してパフォーマンスを追跡し、CRMデータを可視化します。
- [用語集](https://docs.twenty.com/l/ja/getting-started/core-concepts/glossary.md): Twenty 全体を通して使用される主要な用語。

### ユーザーガイド

#### 概要

- [ユーザーガイド](https://docs.twenty.com/l/ja/user-guide/introduction.md): Twenty ユーザーガイドへようこそ。高度な設定やベストプラクティスのためのリソースです。

#### データモデル

- [データモデル](https://docs.twenty.com/l/ja/user-guide/data-model/overview.md): データモデルとは何か、ビジネスに適したデータモデルの設計方法を学びましょう。

##### リファレンス

- [オブジェクト](https://docs.twenty.com/l/ja/user-guide/data-model/capabilities/objects.md): Twenty の標準オブジェクトとカスタムオブジェクトについて学びます。
- [フィールド](https://docs.twenty.com/l/ja/user-guide/data-model/capabilities/fields.md): フィールドの役割とその管理方法を理解しましょう。
- [リレーションフィールド](https://docs.twenty.com/l/ja/user-guide/data-model/capabilities/relation-fields.md): リレーションフィールドを使用して、異なるオブジェクト間でレコードをリンクします。

##### ハウツー

- [カスタムオブジェクトを作成する](https://docs.twenty.com/l/ja/user-guide/data-model/how-tos/create-custom-objects.md): Twenty でカスタムオブジェクトを作成するためのステップバイステップガイド。
- [カスタムフィールドの作成](https://docs.twenty.com/l/ja/user-guide/data-model/how-tos/create-custom-fields.md): 任意のオブジェクトにカスタムフィールドを追加するためのステップバイステップガイド
- [関連フィールドの作成](https://docs.twenty.com/l/ja/user-guide/data-model/how-tos/create-relation-fields.md): リレーションフィールドでオブジェクトを接続するためのステップバイステップガイド。
- [多対多リレーションを作成する](https://docs.twenty.com/l/ja/user-guide/data-model/how-tos/create-many-to-many-relations.md): ジャンクションオブジェクトを使うことで、両側の多数のレコード同士をリンクできます。
- [データモデルをカスタマイズする](https://docs.twenty.com/l/ja/user-guide/data-model/how-tos/customize-your-data-model.md): データモデルのカスタマイズオプションの概要。
- [データモデルFAQ](https://docs.twenty.com/l/ja/user-guide/data-model/how-tos/data-model-faq.md): Twenty のデータモデルに関するよくある質問。

#### データ移行

- [データ移行](https://docs.twenty.com/l/ja/user-guide/data-migration/overview.md): CSVファイルまたはAPIを使用してCRMデータをインポートおよびエクスポートできます。

##### リファレンス

- [対応ファイル形式](https://docs.twenty.com/l/ja/user-guide/data-migration/capabilities/file-formats.md): Twenty でのデータインポートで対応しているファイル形式。
- [フィールドマッピング](https://docs.twenty.com/l/ja/user-guide/data-migration/capabilities/field-mapping.md): データインポート時のフィールドマッピングの仕組み。
- [一意性の制約](https://docs.twenty.com/l/ja/user-guide/data-migration/capabilities/uniqueness-constraints.md): Twenty によるインポート時のデータ一意性の確保方法。
- [オブジェクト間のリレーションをインポートする](https://docs.twenty.com/l/ja/user-guide/data-migration/capabilities/import-relations.md): CSV を使ってレコード間のリレーションをインポートします。
- [エラー処理と検証](https://docs.twenty.com/l/ja/user-guide/data-migration/capabilities/error-handling.md): 確定する前に、UI 上でインポートエラーを確認して修正します。

##### ハウツー

- [CSV ファイルを準備する](https://docs.twenty.com/l/ja/user-guide/data-migration/how-tos/prepare-your-csv-files.md): Twenty へのインポート用にデータをフォーマットするための、完全なステップバイステップガイド。
- [CSV ファイルで会社をインポートする](https://docs.twenty.com/l/ja/user-guide/data-migration/how-tos/import-companies-via-csv.md): Twenty に会社をインポートするための完全なステップバイステップガイド。
- [CSV ファイルで連絡先をインポートする](https://docs.twenty.com/l/ja/user-guide/data-migration/how-tos/import-contacts-via-csv.md): Twenty に連絡先（People）をインポートするための完全なステップバイステップガイド。
- [CSV でオブジェクト間のリレーションをインポートする](https://docs.twenty.com/l/ja/user-guide/data-migration/how-tos/import-relations-between-objects-via-csv.md): CSV インポート時にレコードを関連付けるための完全なステップバイステップガイド。
- [インポートで既存のレコードを更新する](https://docs.twenty.com/l/ja/user-guide/data-migration/how-tos/update-existing-records-via-import.md): CSV インポートを使用したレコードの一括更新のための完全なステップバイステップガイド。
- [インポートエラーの修正](https://docs.twenty.com/l/ja/user-guide/data-migration/how-tos/fix-import-errors.md): CSV のインポートエラーを解決するための包括的なトラブルシューティングガイド。
- [データをエクスポート](https://docs.twenty.com/l/ja/user-guide/data-migration/how-tos/export-your-data.md): Twenty からデータをエクスポートするための完全なステップバイステップガイド。
- [API でデータをインポートする](https://docs.twenty.com/l/ja/user-guide/data-migration/how-tos/import-data-via-api.md): 大規模なデータインポートに Twenty の API をいつ・どのように使用するか。
- [他のCRMからの移行](https://docs.twenty.com/l/ja/user-guide/data-migration/how-tos/migrating-from-other-crms.md): 任意の CRM から Twenty へデータを移行するためのステップバイステップガイド。
- [セルフホストからクラウドへの移行](https://docs.twenty.com/l/ja/user-guide/data-migration/how-tos/migrating-from-self-hosted-to-cloud.md): Twenty のセルフホストのインスタンスを Twenty Cloud に移行するためのステップバイステップガイド。

#### カレンダーとメール

- [カレンダーとメール](https://docs.twenty.com/l/ja/user-guide/calendar-emails/overview.md): メールとカレンダーのアカウントをTwentyに接続します。

##### リファレンス

- [メールボックス](https://docs.twenty.com/l/ja/user-guide/calendar-emails/capabilities/mailbox.md): Twenty のメール連携機能を理解する。
- [カレンダー](https://docs.twenty.com/l/ja/user-guide/calendar-emails/capabilities/calendar.md): Twenty のカレンダー統合機能について。

##### ハウツー

- [ユーザーごとに複数のメールボックスを接続](https://docs.twenty.com/l/ja/user-guide/calendar-emails/how-tos/connect-several-mailboxes-per-user.md): 1人のユーザーに対して複数のメールアカウントを接続できます。
- [インポートされるメールを制限](https://docs.twenty.com/l/ja/user-guide/calendar-emails/how-tos/limit-emails-imported.md): Twenty にインポートされるメールを管理します。
- [すべてのオブジェクトでメールアクティビティを追跡できますか？](https://docs.twenty.com/l/ja/user-guide/calendar-emails/how-tos/can-i-track-email-activity-on-all-objects.md): 異なるオブジェクト間でのメールアクティビティの追跡について説明します。
- [Twenty からメールを送信できますか？](https://docs.twenty.com/l/ja/user-guide/calendar-emails/how-tos/can-i-send-emails-from-twenty.md): Twenty から直接メールを送信することに関する情報。
- [Twenty からミーティングを予約できますか？](https://docs.twenty.com/l/ja/user-guide/calendar-emails/how-tos/can-i-book-meetings-from-twenty.md): Twenty から直接ミーティングを予約することに関する情報。
- [レコードにメールが表示されない](https://docs.twenty.com/l/ja/user-guide/calendar-emails/how-tos/i-dont-see-emails-on-records.md): レコードにメールが表示されない場合のトラブルシューティング。

#### ワークフロー

- [ワークフロー](https://docs.twenty.com/l/ja/user-guide/workflows/overview.md): Twenty で自動化を構築する方法を学びましょう。

##### リファレンス

- [ワークフロートリガー](https://docs.twenty.com/l/ja/user-guide/workflows/capabilities/workflow-triggers.md): ワークフローを開始するさまざまなトリガーについて学びましょう。
- [ワークフローアクション](https://docs.twenty.com/l/ja/user-guide/workflows/capabilities/workflow-actions.md): Twenty のワークフローで利用可能なアクションについて学びましょう。
- [ワークフローのブランチ](https://docs.twenty.com/l/ja/user-guide/workflows/capabilities/workflow-branches.md): ワークフロー内で並列パスと条件ロジックを作成します。
- [ワークフロー実行](https://docs.twenty.com/l/ja/user-guide/workflows/capabilities/workflow-runs.md): ワークフローの実行を監視および管理します。
- [ワークフローバージョン](https://docs.twenty.com/l/ja/user-guide/workflows/capabilities/workflow-versions.md): ワークフローのバージョンとドラフトを管理します。
- [ワークフロークレジット](https://docs.twenty.com/l/ja/user-guide/workflows/capabilities/workflow-credits.md): ワークフロークレジットの消費と管理を理解する。
- [ワークフローでブランチを使用する](https://docs.twenty.com/l/ja/user-guide/workflows/capabilities/use-branches-in-workflows.md): ブランチの仕組みと、どのパスが実行されるかの制御方法を理解します。
- [Iterator を使用](https://docs.twenty.com/l/ja/user-guide/workflows/capabilities/use-iterator.md): レコードの配列をループし、各アイテムに対してアクションを実行します。
- [ワークフローによるメール送信](https://docs.twenty.com/l/ja/user-guide/workflows/capabilities/send-emails-from-workflows.md): ワークフローアクションを使用して、パーソナライズされたメールを自動送信します。

##### ハウツー

###### CRM の自動化

- [期限のタスクに関するメールアラートを送信](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/crm-automations/send-email-alerts-with-tasks-due.md): 差し迫ったタスクや期限超過のタスクについてチームメンバーに自動通知します。
- [レビュー対象のノートをチームメンバーに通知](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/crm-automations/notify-teammates-of-note-to-review.md): ノートのレビュー担当に同僚を割り当てたとき、自動でメール通知を送信します。
- [受信メール数を表示](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/crm-automations/display-number-of-emails-received.md): 各連絡先から受信したメール数を自動的にカウントして表示するワークフローを作成します。
- [数式フィールド](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/crm-automations/formula-fields.md): ネイティブ対応が提供されるまで、ワークフローを使って数式フィールドを作成します。
- [関連レコードのデータを表示](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/crm-automations/display-related-record-data.md): ワークフローを使用して、関連レコードのデータ（例：商談上の会社情報）を表示します。
- [Closed Won の自動化](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/crm-automations/closed-won-automations.md): 商談が成約（Closed Won）になったときに、成約後の活動を自動化します。
- [停滞した商談を検出](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/crm-automations/detect-stale-opportunities.md): 商談が更新されていない場合にマネージャーに自動的に通知します。
- [受信メールへの自動返信](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/crm-automations/auto-reply-to-inbound-emails.md): AI を使用して受信メールをトリアージし、スレッド返信を自動的に送信するワークフローを構築します。

###### 他のツールと連携

- [Webhook トリガーの設定](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/connect-to-other-tools/set-up-a-webhook-trigger.md): 外部サービスからデータを受け取り、ワークフローをトリガーします。
- [Typeform の回答を Twenty に取り込む](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/connect-to-other-tools/bring-typeform-submissions-in-twenty.md): Typeform の webhook ペイロードを処理して、フォームの回答からリードを作成します。
- [製品データを Twenty に取り込む](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/connect-to-other-tools/bring-product-data-in-twenty.md): データウェアハウスの製品カタログデータをスケジュールに基づいてCRMに同期します。
- [Twenty から見積書または請求書を作成](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/connect-to-other-tools/generate-quote-or-invoice-from-twenty.md): 商談がクローズしたときに、外部ツールで請求書を自動作成します。
- [Twenty から PDF を生成する](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/connect-to-other-tools/generate-pdf-from-twenty.md): PDF（見積書など）を生成してレコードに添付するワークフローを作成します。

###### 高度な設定

- [Code アクションで配列を扱う](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/advanced-configurations/handle-arrays-in-code-actions.md): ワークフローの Code アクションで配列入力を適切に扱う方法を学びましょう。

###### さらにヘルプが必要な場合

- [ワークフロートラブルシューティング](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/need-more-help/workflow-troubleshooting.md): 一般的なワークフローの問題とその解決方法。
- [ワークフローに関するFAQ](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/need-more-help/workflows-faq.md): Twenty のワークフローに関するよくある質問。
- [プロフェッショナルサービス](https://docs.twenty.com/l/ja/user-guide/workflows/how-tos/need-more-help/professional-services.md): Twenty のチームおよび認定パートナーから、複雑なワークフローや自動化の構築に関する専門的な支援を受けましょう。

#### AI

- [AI](https://docs.twenty.com/l/ja/user-guide/ai/overview.md): Twenty の AI搭載機能。

##### リファレンス

- [AI チャットボット](https://docs.twenty.com/l/ja/user-guide/ai/capabilities/ai-chatbot.md): 自然言語でCRMデータとやり取りできるインテリジェントなアシスタントです。
- [AIエージェント](https://docs.twenty.com/l/ja/user-guide/ai/capabilities/ai-agents.md): AI機能を自動化ワークフローに直接統合します。
- [権限とアクセス制御](https://docs.twenty.com/l/ja/user-guide/ai/capabilities/permissions-access-control.md): AI エージェントがワークスペース内でアクセスおよび変更できる内容を制御します。

##### ハウツー

- [AI FAQ](https://docs.twenty.com/l/ja/user-guide/ai/how-tos/ai-faq.md): Twenty の AI 機能に関するよくある質問。

#### レイアウト

- [レイアウト](https://docs.twenty.com/l/ja/user-guide/layout/overview.md): Twentyにおけるナビゲーション、閲覧、レコードの表示方法をカスタマイズできます。

##### リファレンス

- [ナビゲーション](https://docs.twenty.com/l/ja/user-guide/layout/capabilities/navigation.md): チームの働き方に合わせて左サイドバーをカスタマイズできます。
- [レコードページ](https://docs.twenty.com/l/ja/user-guide/layout/capabilities/record-pages.md): タブやウィジェットを使って、各レコードの詳細ページのレイアウトをカスタマイズできます。

###### ビュー

- [テーブルビュー](https://docs.twenty.com/l/ja/user-guide/views-pipelines/capabilities/table-views.md): データをスプレッドシートのような一覧形式で表示します。
- [カンバンボードビュー](https://docs.twenty.com/l/ja/user-guide/views-pipelines/capabilities/kanban-views.md): カンバンビューを使用してワークフローを可視化し、管理する方法を学びましょう。
- [カレンダー表示](https://docs.twenty.com/l/ja/user-guide/views-pipelines/capabilities/calendar-view.md): 日付フィールドのあるレコードをカレンダーに表示します。
- [フィルターと並べ替え](https://docs.twenty.com/l/ja/user-guide/views-pipelines/capabilities/filters-and-sorting.md): 必要なものを正確に見つけるために、レコードをフィルターし、並べ替えます。
- [フィールドと列](https://docs.twenty.com/l/ja/user-guide/views-pipelines/capabilities/fields-and-columns.md): 表示するフィールドと整理方法を選択します。
- [表示設定](https://docs.twenty.com/l/ja/user-guide/views-pipelines/capabilities/view-settings.md): ビューの表示範囲、名称、アイコン、整理を管理します。

##### ハウツー

- [グループ化を使ってテーブルビューを作成](https://docs.twenty.com/l/ja/user-guide/views-pipelines/how-tos/create-a-table-view-with-grouping.md): フィールド値ごとにレコードを折りたたみ可能なグループに整理します。
- [プロジェクト用のカンバンビューを作成](https://docs.twenty.com/l/ja/user-guide/views-pipelines/how-tos/create-a-kanban-view-for-projects.md): ビジュアルボードでプロジェクトをステージごとに追跡します。
- [期限付きタスクのカレンダービューを作成](https://docs.twenty.com/l/ja/user-guide/views-pipelines/how-tos/create-a-calendar-view-for-tasks-due.md): タスクと期限をカレンダー上で可視化します。
- [自分のビューへのアクセスを制限する](https://docs.twenty.com/l/ja/user-guide/views-pipelines/how-tos/restrict-access-to-your-view.md): カスタムビューを誰が閲覧できるかを管理します。
- [セールスパイプラインの設定](https://docs.twenty.com/l/ja/user-guide/views-pipelines/how-tos/set-up-a-sales-pipeline.md): ステージを介して商談を追跡するための販売パイプラインを設定します。
- [パイプラインに Expected Amount を表示する。](https://docs.twenty.com/l/ja/user-guide/views-pipelines/how-tos/show-expected-amount-in-pipeline.md): ステージの確率に基づいて商談額に重み付けを行い、計算して表示します。
- [各ステージにおける商談の滞在時間を追跡](https://docs.twenty.com/l/ja/user-guide/views-pipelines/how-tos/track-time-in-stage.md): 商談が各ステージに入ったタイミングを追跡して、商談の進行速度を監視します。

#### ダッシュボード

- [ダッシュボード](https://docs.twenty.com/l/ja/user-guide/dashboards/overview.md): Twenty におけるレポートとダッシュボードの基本を学びましょう。

##### リファレンス

- [ダッシュボード](https://docs.twenty.com/l/ja/user-guide/dashboards/capabilities/dashboards.md): タブでダッシュボードを作成・整理し、CRM データを可視化します。
- [ウィジェット](https://docs.twenty.com/l/ja/user-guide/dashboards/capabilities/widgets.md): Twentyのウィジェットの種類と可視化オプションを確認します。
- [チャート設定](https://docs.twenty.com/l/ja/user-guide/dashboards/capabilities/chart-settings.md): チャートが必要なとおりにデータを表示するように設定します。

##### ハウツー

- [ダッシュボードFAQ​](https://docs.twenty.com/l/ja/user-guide/dashboards/how-tos/dashboards-faq.md): Twenty のダッシュボードに関するよくある質問。
- [ウィジェットFAQ](https://docs.twenty.com/l/ja/user-guide/dashboards/how-tos/widget-faq.md): よくある質問とエラーメッセージの解説。

#### 権限とアクセス

- [権限とアクセス](https://docs.twenty.com/l/ja/user-guide/permissions-access/overview.md): ワークスペースのロール、権限、およびアクセス制御を管理します。

##### リファレンス

- [権限](https://docs.twenty.com/l/ja/user-guide/permissions-access/capabilities/permissions.md): ロールベースの権限でオブジェクト、フィールド、設定へのアクセスを制御します。
- [SSO構成](https://docs.twenty.com/l/ja/user-guide/permissions-access/capabilities/sso-configuration.md): 安全なエンタープライズ認証のためにシングルサインオンを構成します。

##### ハウツー

- [権限に関するFAQ](https://docs.twenty.com/l/ja/user-guide/permissions-access/how-tos/permissions-faq.md): ロールと権限に関するよくある質問。

#### 請求

- [請求](https://docs.twenty.com/l/ja/user-guide/billing/overview.md): Twenty の料金を把握し、サブスクリプションを管理しましょう。

##### リファレンス

- [料金プラン](https://docs.twenty.com/l/ja/user-guide/billing/capabilities/pricing-plans.md): Twenty の料金プランと切り替え方法について説明します。
- [クレジット](https://docs.twenty.com/l/ja/user-guide/billing/capabilities/credits.md): 1つのシンプルなクレジット残高で、ワークフロー、AIエージェント、AIチャットをすべて稼働させます。クレジット1単位の価値、その到達範囲、およびその管理方法について説明します。

##### ハウツー

- [お支払いに関する FAQ](https://docs.twenty.com/l/ja/user-guide/billing/how-tos/billing-faq.md): 価格設定と請求についてのよくある質問。

#### 設定

- [設定](https://docs.twenty.com/l/ja/user-guide/settings/overview.md): 必須の設定を行い、Twenty のワークスペースをセットアップします。

##### リファレンス

- [ワークスペース設定](https://docs.twenty.com/l/ja/user-guide/settings/capabilities/workspace-settings.md): ワークスペースの名前とブランディングをカスタマイズする。
- [メンバー管理](https://docs.twenty.com/l/ja/user-guide/settings/capabilities/member-management.md): チームメンバーを招待し、ワークスペースのアクセスを管理します。
- [プロフィール設定](https://docs.twenty.com/l/ja/user-guide/settings/capabilities/profile-settings.md): 個人プロフィールとセキュリティ設定を管理します。
- [エクスペリエンス設定](https://docs.twenty.com/l/ja/user-guide/settings/capabilities/experience-settings.md): インターフェーステーマや地域の設定をカスタマイズします。
- [ドメイン設定](https://docs.twenty.com/l/ja/user-guide/settings/capabilities/domains-settings.md): ワークスペースのドメイン、承認済みアクセスドメイン、およびアプリのカスタムドメインを構成します。
- [コミュニティ - 設定](https://docs.twenty.com/l/ja/user-guide/settings/capabilities/community-settings.md): Twenty で早期アクセス機能を有効にします。

##### ハウツー

- [設定FAQ](https://docs.twenty.com/l/ja/user-guide/settings/how-tos/settings-faq.md): Twenty の設定に関するよくある質問。

#### 法務

- [法務](https://docs.twenty.com/l/ja/user-guide/legal/overview.md): 法務関連の事項

##### ハウツー

- [法的なFAQ](https://docs.twenty.com/l/ja/user-guide/legal/how-tos/legal-faq.md): よく寄せられる法的な質問。

### 開発者

#### 概要

- [開発者](https://docs.twenty.com/l/ja/developers/introduction.md): アプリの構築、API の利用、セルフホスト、コードベースへの貢献が可能です。

#### アプリ

##### 始めに

- [クイックスタート](https://docs.twenty.com/l/ja/developers/extend/apps/getting-started/quick-start.md): 数分で最初の Twenty アプリを作成しましょう。
- [概念](https://docs.twenty.com/l/ja/developers/extend/apps/getting-started/concepts.md): Twenty アプリの動作 — エンティティモデル、サンドボックス化、およびインストールライフサイクル。
- [プロジェクト構成](https://docs.twenty.com/l/ja/developers/extend/apps/getting-started/project-structure.md): スキャフォールドされた Twenty アプリに含まれているもの — ファイルやフォルダー、およびそれぞれの役割について説明します。
- [ローカルサーバー](https://docs.twenty.com/l/ja/developers/extend/apps/getting-started/local-server.md): ローカルの Twenty Docker サーバーを管理します — 起動、停止、アップグレード、並列テスト用インスタンス、および手動での SDK セットアップ。
- [スキャフォルディング](https://docs.twenty.com/l/ja/developers/extend/apps/getting-started/scaffolding.md): yarn twenty dev:add を使用して対話的にエンティティファイルを生成します — オブジェクト、フィールド、ビュー、ロジック関数などを作成できます。
- [トラブルシューティング](https://docs.twenty.com/l/ja/developers/extend/apps/getting-started/troubleshooting.md): 初回実行時によく発生する問題 — Docker、Node のバージョン、Yarn、依存関係。

##### チュートリアル

- [チュートリアル: Document Generator](https://docs.twenty.com/l/ja/developers/extend/apps/tutorials/document-generator/overview.md): 実際の Twenty アプリを構築し、CRM データからパーソナライズされたドキュメントを生成しましょう。
- [1. データモデル](https://docs.twenty.com/l/ja/developers/extend/apps/tutorials/document-generator/data-model.md): オブジェクト、フィールド、および関連を持つモデルドキュメントとテンプレート。
- [2. ドキュメントの生成](https://docs.twenty.com/l/ja/developers/extend/apps/tutorials/document-generator/generating-documents.md): AIツールとワークフローアクションとして公開されるロジック機能の1つ。
- [3. HTTPルート](https://docs.twenty.com/l/ja/developers/extend/apps/tutorials/document-generator/http-routes.md): HTTP 経由で関数をトリガーし、ドキュメントを Web ページとしてレンダリングします。
- [4. UI の構築](https://docs.twenty.com/l/ja/developers/extend/apps/tutorials/document-generator/building-the-ui.md): ビュー、サイドバーナビゲーション、コマンド、フロントコンポーネント。
- [5. An AI agent](https://docs.twenty.com/l/ja/developers/extend/apps/tutorials/document-generator/ai-agent.md): エージェントに、あなたのツールを使用して、チャットからドキュメントを生成させます。
- [6. 公開](https://docs.twenty.com/l/ja/developers/extend/apps/tutorials/document-generator/publishing.md): マーケットプレイスのメタデータを追加し、アプリを公開します。

##### 設定

- [概要](https://docs.twenty.com/l/ja/developers/extend/apps/config/overview.md): アプリ自体の設定 — アプリのアイデンティティ、デフォルト権限、およびインストール時に実行される内容を構成します。
- [アプリケーション設定](https://docs.twenty.com/l/ja/developers/extend/apps/config/application.md): `defineApplication` を使用して、アプリの識別情報、デフォルトのロール、変数、およびマーケットプレイスのメタデータを宣言します。
- [役割と権限](https://docs.twenty.com/l/ja/developers/extend/apps/config/roles.md): アプリのロジック関数とフロントコンポーネントが読み取りおよび書き込みできるオブジェクトとフィールドを宣言します。
- [インストールフック](https://docs.twenty.com/l/ja/developers/extend/apps/config/install-hooks.md): インストール、アップグレード、アンインストールのライフサイクル中にロジックを実行し、データのシード、レコードのバックアップ、アップグレードの検証、外部リソースのクリーンアップを行います。
- [公開アセット](https://docs.twenty.com/l/ja/developers/extend/apps/config/public-assets.md): 静的ファイル（画像、アイコン、フォントなど）を、public/ フォルダーを通じてアプリと一緒に配信します。

##### データ

- [概要](https://docs.twenty.com/l/ja/developers/extend/apps/data/overview.md): ワークスペースにアプリが追加するデータ ― オブジェクト、フィールド、リレーション ― の形を整えます。
- [オブジェクト](https://docs.twenty.com/l/ja/developers/extend/apps/data/objects.md): defineObject を使用して、新しいレコードタイプ（独自のフィールドを持つカスタムテーブル）を宣言します。
- [オブジェクトの拡張](https://docs.twenty.com/l/ja/developers/extend/apps/data/extending-objects.md): 標準の Twenty オブジェクト（Person、Company など）にフィールドを追加します。 または、`defineField` を使用して他のアプリのオブジェクトにフィールドを追加します。
- [システムメタデータのターゲット指定](https://docs.twenty.com/l/ja/developers/extend/apps/data/system-fields.md): Twenty がすべてのオブジェクトに自動的にプロビジョニングするメタデータの決定論的なユニバーサル識別子を解決し、アプリがハードコーディングせずに参照できるようにします。
- [関連](https://docs.twenty.com/l/ja/developers/extend/apps/data/relations.md): 双方向の MANY_TO_ONE / ONE_TO_MANY リレーションでオブジェクト同士を接続します。
- [タイムライン活動タイプ](https://docs.twenty.com/l/ja/developers/extend/apps/data/timeline-activity-types.md): 自動監査イベントと、レコードタイムラインでレンダリングされる明示的なアプリイベントを定義します。

##### ロジック

- [概要](https://docs.twenty.com/l/ja/developers/extend/apps/logic/overview.md): HTTP ルート、cron スケジュール、データベースイベント、AI ツール、またはワークフローアクションによってトリガーされ、Twenty 内部で実行されるサーバーサイドの TypeScript。
- [ロジック関数](https://docs.twenty.com/l/ja/developers/extend/apps/logic/logic-functions.md): HTTP、cron、およびデータベースのイベントトリガーを備えたサーバーサイドの TypeScript 関数を定義します。
- [キーバリューストア](https://docs.twenty.com/l/ja/developers/extend/apps/logic/key-value-store.md): 組み込みのアプリケーション用キー・バリュー ストアを使って、中間結果を永続化し、データをキャッシュし、ロジック関数の実行間で状態を共有します。
- [バックグラウンドジョブ](https://docs.twenty.com/l/ja/developers/extend/apps/logic/background-jobs.md): 長時間かかる処理やレート制限される処理は、すべてをインラインで実行するのではなく、別のロジック関数の実行をキューに追加して Twenty のワーカーに渡してください。
- [スキルとエージェント](https://docs.twenty.com/l/ja/developers/extend/apps/logic/skills-and-agents.md): アプリ向けの AI のスキルとエージェントを定義します。
- [接続](https://docs.twenty.com/l/ja/developers/extend/apps/logic/connections.md): OAuth を介して、アプリがユーザーに代わってサードパーティのサービスで操作を行えるようにします。

##### レイアウト

- [概要](https://docs.twenty.com/l/ja/developers/extend/apps/layout/overview.md): Twenty の UI 内にアプリを配置します — サイドバー項目、保存済みビュー、レコードページのタブ、およびサンドボックス化された React コンポーネント。
- [ビュー](https://docs.twenty.com/l/ja/developers/extend/apps/layout/views.md): アプリのオブジェクト向けに、列の順序、フィルター、グループが事前設定済みの保存ビューを提供します。
- [ナビゲーションメニュー項目](https://docs.twenty.com/l/ja/developers/extend/apps/layout/navigation-menu-items.md): ワークスペースのサイドバーにカスタムエントリを追加します。保存済みビューや外部 URL へのリンクを設定できます。
- [ページレイアウト](https://docs.twenty.com/l/ja/developers/extend/apps/layout/page-layouts.md): definePageLayout と definePageLayoutTab を使用して、レコードの詳細ページのカスタマイズ（タブ、ウィジェット、front components のレンダー位置）を行います。
- [フロントコンポーネント](https://docs.twenty.com/l/ja/developers/extend/apps/layout/front-components.md): Twenty の UI 内でレンダリングされる、サンドボックスで分離された React コンポーネントを構築します。
- [コマンドメニュー項目](https://docs.twenty.com/l/ja/developers/extend/apps/layout/command-menu-items.md): defineCommandMenuItem を使用して、フロントコンポーネントをクイックアクションやコマンドメニュー (Cmd+K) のエントリとして表示します。

##### オペレーション

- [概要](https://docs.twenty.com/l/ja/developers/extend/apps/operations/overview.md): アプリのビルド、テスト、リリース — CLI コマンド、統合テスト、CI、サーバーまたは npm への公開。
- [CLI](https://docs.twenty.com/l/ja/developers/extend/apps/operations/cli.md): 関数の実行、ログのストリーミング、アプリのインストール管理、リモートの切り替えを行う yarn twenty のコマンド。
- [同期と復旧](https://docs.twenty.com/l/ja/developers/extend/apps/operations/sync-and-recovery.md): どのコマンドをいつ使うか、同期の出力の読み方、そしてローカルのメタデータがずれたときに完全リセットへ到達する前に行うべき復旧手順の段階的な手引きについて説明します。
- [テスト](https://docs.twenty.com/l/ja/developers/extend/apps/operations/testing.md): Vitest のセットアップ、実際の Twenty サーバーに対する統合テスト、型チェック、および GitHub Actions を使った CI。
- [翻訳](https://docs.twenty.com/l/ja/developers/extend/apps/operations/translations.md): 複数の言語でアプリを提供できます — 単一の locales カタログで、マニフェストのラベルと UI 文字列を翻訳します。
- [公開](https://docs.twenty.com/l/ja/developers/extend/apps/operations/publishing.md): Twenty アプリをマーケットプレイスに公開するか、社内向けにデプロイします。

#### API

- [API](https://docs.twenty.com/l/ja/developers/extend/api.md): ワークスペースのスキーマから生成される REST と GraphQL の API。
- [ウェブフック](https://docs.twenty.com/l/ja/developers/extend/webhooks.md): レコードが変更されたときに通知を受け取ります — 作成・更新・削除のたびに、HTTP POST をお使いのエンドポイントに送信します。
- [OAuth](https://docs.twenty.com/l/ja/developers/extend/oauth.md): PKCE を用いた認可コードフロー、およびサーバー間アクセス向けのクライアントクレデンシャル。

#### セルフホスト

- [Docker Compose](https://docs.twenty.com/l/ja/developers/self-host/capabilities/docker-compose.md)
- [セットアップ](https://docs.twenty.com/l/ja/developers/self-host/capabilities/setup.md)
- [アップグレードガイド](https://docs.twenty.com/l/ja/developers/self-host/capabilities/upgrade-guide.md)
- [トラブルシューティング](https://docs.twenty.com/l/ja/developers/self-host/capabilities/troubleshooting.md)

#### 貢献

- [ローカルセットアップ](https://docs.twenty.com/l/ja/developers/contribute/capabilities/local-setup.md): 寄稿者（または好奇心旺盛な開発者）のためのガイドで、ローカルにTwentyを実行したい人向けです。
- [コマンド](https://docs.twenty.com/l/ja/developers/contribute/commands.md): Twenty の開発に役立つコマンド。
- [スタイルガイド](https://docs.twenty.com/l/ja/developers/contribute/style-guide.md): Twentyに貢献するためのコード規約とベストプラクティス。
