> 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/deep-review/link-repositories.md).

# リンクされたリポジトリ

Deep Review がプルリクエストのリポジトリ外にあるコンテキストを必要とする場合、関連するリポジトリをリンクします。これは、サービス、共有ライブラリ、または API が複数のリポジトリに分かれている場合に便利です。

{% stepper %}
{% step %}

### リポジトリを開きます

開く [**リポジトリ**](https://app.aikido.dev/repositories) そして、設定したいリポジトリを選択します。
{% endstep %}

{% step %}

### Deep Review の設定を開きます

開く **リポジトリ設定**、 **Deep PR Review** カードを開き、 **「編集」** の横にある **リンク済みリポジトリ**.
{% endstep %}

{% step %}

### リポジトリを追加

で **リンク済みリポジトリ** ダイアログで、 **「リポジトリをリンク」**.

<div data-with-frame="true"><figure><img src="/files/3d675c6538b7de86017c059dcab4068600c1249c" alt="Linked Repositories dialog listing one linked repository and a Link Repository button."><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### リポジトリを選択してコンテキストを追加します

Deep Review が追加のコンテキストとして使用するリポジトリを検索します。必要に応じて、 **説明** フィールドで、そのリポジトリがどのように関連しているかを説明します。たとえば、フロントエンドが呼び出すバックエンド API を保持している、などです。次に、 **「リポジトリをリンク」**.

<div data-with-frame="true"><figure><img src="/files/6ec4cdda23aa367019f5cfd59935e53f739087d0" alt="Link Repository dialog with a repository search field and an optional instruction field."><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

各リポジトリは、Aikido プランに応じて次の数のリポジトリをリンクできます:

| プラン       | リポジトリごとのリンク済みリポジトリ数 |
| --------- | ------------------- |
| Developer | 0                   |
| ベーシック     | 1                   |
| Pro       | 1                   |
| Advanced  | 5                   |
| エンタープライズ  | 10                  |


---

# 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/deep-review/link-repositories.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.
