# GitHub App の登録

GitHub Apps の構築について説明します。

## Links

* [GitHub アプリの登録](/ja/apps/creating-github-apps/registering-a-github-app/registering-a-github-app)

  GitHub App は、個人用アカウント 、自分が所有する Organization  で登録できます。

* [ユーザー承認コールバック URL について](/ja/apps/creating-github-apps/registering-a-github-app/about-the-user-authorization-callback-url)

  ユーザーが GitHub App を承認した後にリダイレクトされる URL を指定できます。

* [セットアップ URL について](/ja/apps/creating-github-apps/registering-a-github-app/about-the-setup-url)

  ユーザーが GitHub App をインストールした後にリダイレクトされる URL を指定できます。

* [GitHub アプリのアクセス許可の選択](/ja/apps/creating-github-apps/registering-a-github-app/choosing-permissions-for-a-github-app)

  GitHub アプリのアクセス許可によって、アプリが GitHub の API でできることと、アプリが受け取ることのできる Webhook が決まります。

* [GitHub Apps での Webhook の使用](/ja/apps/creating-github-apps/registering-a-github-app/using-webhooks-with-github-apps)

  GitHub App で Webhook イベントをサブスクライブして、特定のアクティビティが発生するたびに通知を受け取ることができます。

* [GitHub アプリをパブリックまたはプライベートにする](/ja/apps/creating-github-apps/registering-a-github-app/making-a-github-app-public-or-private)

  GitHub App を登録するときに、他のGitHub アカウントがアプリをインストールできるようにパブリックにしたり、アプリを所有するアカウントにのみアプリをインストールできるようにプライベートにしたりできます。

* [GitHub アプリのレート制限](/ja/apps/creating-github-apps/registering-a-github-app/rate-limits-for-github-apps)

  レート制限は、GitHub.com へのトラフィックのレートを制限し、すべてのユーザーに一貫したアクセスを確保するのに役立ちます。

* [GitHub アプリのカスタム バッジの作成](/ja/apps/creating-github-apps/registering-a-github-app/creating-a-custom-badge-for-your-github-app)

  独自のロゴ画像をアップロードし、背景をカスタマイズすることによって、GitHub Appのデフォルトのバッジを置き換えられます。