> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/kdosukyan/connect-your-source-code/connect-github-enterprise/transferring-ownership-of-the-aikido-app-in-github-enterprise.md).

# Github Enterprise（Cloud & Server）での Aikido アプリ所有権の移管

GitHub Enterprise 環境内で Aikido GitHub App を作成すると、インストールを実行したユーザーのアカウントの下に設定されます。これは、事前に所有者が選択されていない場合の GitHub の既定のフローに従っています。

GitHub Enterprise Server 環境内の任意の他のユーザーまたは組織へ、いつでも App の所有権を移管できます。これは App の動作には影響しません。

所有権を移管するには、以下の手順に従ってください。

{% stepper %}
{% step %}
**GitHub App の開発者設定ページに移動します**

GitHub Server 環境で、Settings > Developer Settings > GitHub Apps に移動します。\
「Edit」をクリックします。

<figure><img src="/files/69aff16a6ec188791e71fad95907c81251199fdb" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**詳細設定に移動します**

左側のナビゲーションで「Advanced」設定に移動し、このセクションが表示されるまでページを一番下までスクロールします。\
\
「Transfer ownership」をクリックします<br>

<figure><img src="/files/8a263c6d0f058bbdeb7d8bfa9f4bbfbfdda8dc41" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**所有権を移管**

ボタンをクリックしたら、App の名前を確認し、その後、所有権を移管したい組織またはユーザーを選択できます。

<figure><img src="/files/fc6154f44cb8bf6dbbfc4b28b8633ae70e3c15a3" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**成功**

App は新しい所有者に移管されました。
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/kdosukyan/connect-your-source-code/connect-github-enterprise/transferring-ownership-of-the-aikido-app-in-github-enterprise.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
