> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/clickup/features-and-clickapps/relationships/create-and-view-reference-relationships.md).

# 参照関係の作成と表示

正式なリレーションシップを構築せずに、タスクとDocsを検索して関連付けます。ワークスペース全体で誰かがタスクまたはドキュメントを @メンションするたびに、参照が自動的に作成されます。

### **必要なもの** <a href="#catkm4bwqbgt" id="catkm4bwqbgt"></a>

* リレーションシップは、どのClickUpプランでも利用できます。
* ゲストを含む誰でも参照を使用できます。
* 参照を作成したり、参照テーブルで参照したりするには、タスクまたはドキュメントを表示する権限が必要です。

### **Taskの参照** <a href="#id-7ez34d18ndoz" id="id-7ez34d18ndoz"></a>

ワークスペース全体の他のタスク、コメント、Docs内のタスクを @メンションできます。

### **リレーションシップClickAppによるTask参照** <a href="#id-53hhaxl8fi0" id="id-53hhaxl8fi0"></a>

Relationships ClickApp を有効にすると、作成した他のリレーションシップと並んで、言及されたタスクに参照テーブルが表示されます。

関連するタスクが相互に言及している場合は、タスクが相互に関連付けられている \[参照] テーブルと各リレーションシップテーブルにタスクが表示されることがわかります。

タスクがまだどこにも言及されていない場合、「参照」テーブルは表示されません。

![Screenshot of the References table of the Relationships section on a task.](/files/OxoyvwNpf478KuSdRYQK)

### **ClickAppリレーションシップのないTask参照** <a href="#id-6gu56wjdyb2t" id="id-6gu56wjdyb2t"></a>

Relationships ClickApp を無効にすると、Comments領域の左側にあるTaskのメンション アイコンの後ろで、タスクがメンションされている場所を見つけることができます。

タスクがまだどこにも言及されていない場合、アイコンは表示されません。

![Screenshot of a task highlighting the Task mentions icon.](/files/XGnJC5K8MM4Ucs14mWfu)

### **Docs内の参照** <a href="#uul9dotyrj5q" id="uul9dotyrj5q"></a>

誰かが別のドキュメントまたはタスク内のドキュメントに言及すると、そのタスクまたはドキュメントが参照として自動的に追加されます。

ドキュメント内の参照を表示するには、右側のサイドバーを開いて、\[リレーションシップと参照] を選択します。

### **Taskの参照** <a href="#pys8kykphtwq" id="pys8kykphtwq"></a>

タスクが別のタスクで言及されている場所を確認できます。

タスクから：

1. 次のいずれかの方法で、 「Taskリレーションシップ」タブを開きます。
   * 右側のサイドバーにある「リンクされたタスク」アイコンをクリックします。
   * 「リレーションシップ」の下にある「Tasks」ボタンをクリックします。
2. 「参照」テーブルには、現在のタスクに言及しているタスクが表示されます。

ヒント

右側のプラス ボタンを使用して、リレーションシップ列を References テーブルに追加できます。

![Screenshot highlighting the two ways to access linked tasks in Task view 3.0.](/files/qmSLK0zDKgRxBKEdLxSL)

### **Docs内のTask参照** <a href="#id-5iiagcwot9wx" id="id-5iiagcwot9wx"></a>

タスクがドキュメント、ページ、およびドキュメントのコメントで言及されている場所を確認できます。

タスクから：

1. 次のいずれかの方法で \[ドキュメント リンク] タブを開きます。
   * 右側のサイドバーにある「ドキュメントリンク」アイコンをクリックします。
   * 「リレーションシップ」の下にある「Docs」ボタンをクリックします。
2. 「参考文献」テーブルには、現在のタスクについて言及したDocsとページが表示されます。

![Screenshot highlighting the two ways to access linked Docs in Task view 3.0.](/files/w6qzhjS71KSpy9obqMaZ)


---

# 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://manual.dxable.com/clickup/features-and-clickapps/relationships/create-and-view-reference-relationships.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.
