> ## 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.

# アクションへの移行

> Rules、Hooks、および以前のバージョンのActionsからActionsに移行する方法をご紹介します。

Auth0 Actionsが提供する機能を活用するには、現在のコードをRules、Hooks、および以前のバージョンのActionsから移行する必要があるかもしれません。

<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/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-a-rule-to-an-action">移行ツール</a></td>
      <td>移行ツールを使用して、RulesからActionsに移行する方法について説明します。</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/actions-migration-limitations">Actionsへの移行に関する制限</a></td>
      <td>レガシーの拡張性機能とActions間の移行について、現時点での制限を説明します。</td>
    </tr>
  </tbody>
</table>
