# 高度な機能 — ノード参照

## **ノードとは？**

ノードは、Flowith キャンバス上の最小単位です。AI の応答とユーザーの入力それぞれが1つのノードを構成します。

## **変数ノードの使い方**

変数ノード参照は、頻繁に変更される内容（翻訳が必要なテキストなど）に最適です。

### プレーンテキスト

ノードの挿入

1. 左上のツールバーにある 「コメントを追加」 ボタンをクリックし、キャンバス上にドラッグします。
2. ノードの名前を変更します。
3. 内容を入力します。

<figure><img src="/files/bqaDLw8VRFDUmF3VXLLl" alt=""><figcaption><p>キャンバス上のノードの挿入</p></figcaption></figure>

他のノードを参照する方法

1. 挿入したい位置にカーソルを移動します
2. キャンバス下部にある円形のボタンをクリックします。
3. 表示されるメニューから 「他のノードの内容を参照」 を選択します。
4. 参照したいノードをクリックして選択します。&#x20;

<figure><img src="/files/2wJDyqKXOMyoFj67hdLs" alt=""><figcaption><p>ノードの参照を選択できるときにキャンバスが暗くなります</p></figcaption></figure>

### PDF や画像のアップロード

**PDF をアップロードする**

1. カーソルを挿入したい位置に配置します。
2. キャンバスの下にある円形のボタンをクリックします。
3. 「PDFをアップロード」 を選択します。

<figure><img src="/files/4kQw7fzIHCJEDFAeA7UM" alt=""><figcaption><p>テキストファイルは、キャンバス上に 「挿入されたノード」 として表示されます</p></figcaption></figure>

**画像ファイルのアップロード方法**

1. 挿入したい位置にカーソルを合わせます。
2. キャンバス下部にある円形のボタンをクリックします。
3. 「画像をアップロード」 を選択します。

<figure><img src="/files/iYYR9hV0ohVnaq5EuQMC" alt=""><figcaption><p>アップロードされた画像は 「挿入ノード」 としてキャンバスに表示されます</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://doc.flowith.io/flowith-heyoukoso/flow-mdo-mdo/na-ndo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
