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

# Auth0 Actions

> Auth0 Actionsがセキュリティが保護されたテナント固有の自己完結型の機能で、Auth0の動作をカスタマイズできることについて説明します。

アクションは安全でテナント固有のバージョン管理された関数で、Node.jsで記述され、Auth0プラットフォームにある特定の拠点で実行されます。アクションは、カスタムロジックでAuth0の機能をカスタマイズおよび拡張するために使用されます。

<table class="table">
  <thead>
    <tr>
      <th><b>トピック</b></th>
      <th><b>説明</b>                                </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td><a href="/docs/ja-JP/ja-jp/customize/actions/actions-overview">Auth0 Actionsの仕組みを理解する</a></td>
      <td>Auth0 Actionsの仕組みについて説明します。</td>
    </tr>

    <tr>
      <td><a href="/docs/ja-JP/ja-jp/customize/actions/write-your-first-action">アクションを初めて作成する</a></td>
      <td>トリガーの選択、アクションの作成と構成、フローへのバインディングなど、アクションの書き方について説明します。</td>
    </tr>

    <tr>
      <td><a href="/docs/ja-JP/ja-jp/customize/actions/flows-and-triggers">トリガーを検討する</a></td>
      <td>Auth0で情報が移動するパイプラインであるアクショントリガーについて説明します。</td>
    </tr>

    <tr>
      <td><a href="/docs/ja-JP/ja-jp/customize/actions/use-cases">アクションのユースケース</a></td>
      <td>アクションを使った実装例を取り揃えてご紹介します。</td>
    </tr>

    <tr>
      <td><a href="/docs/ja-JP/ja-jp/customize/actions/limitations">アクションの制限</a></td>
      <td>考慮するべきアクションの制限について説明します。</td>
    </tr>

    <tr>
      <td><a href="/docs/ja-JP/ja-jp/customize/actions/manage-dependencies">依存関係を管理する</a></td>
      <td>アクション内部の依存関係をインストールして管理する方法について説明します。</td>
    </tr>

    <tr>
      <td><a href="/docs/ja-JP/ja-jp/customize/actions/manage-versions">バージョンを管理する</a></td>
      <td>アクションのドラフトとデプロイ済みのバージョンを比較する方法や、必要であれば以前のバージョンに戻す方法について説明します。</td>
    </tr>

    <tr>
      <td><a href="/docs/ja-JP/ja-jp/customize/actions/migrate/migrate-from-rules-to-actions">RulesからActionsに移行する</a></td>
      <td>既存のルールをpost-login（ログイン後）アクションに変換する方法について説明します。</td>
    </tr>

    <tr>
      <td><a href="/docs/ja-JP/ja-jp/customize/actions/migrate/migrate-from-hooks-to-actions">HooksからActionsに移行する</a></td>
      <td>既存のフックをアクションに変換する方法について説明します。</td>
    </tr>

    <tr>
      <td><a href="/docs/ja-JP/ja-jp/customize/actions/migrate/migrate-from-actions-beta-to-final">Actionsをベータ版から最終版に移行する</a></td>
      <td>ベータ期間中のActionsで作成したアクションを移行する方法について説明します。</td>
    </tr>
  </tbody>
</table>
