> For the complete documentation index, see [llms.txt](https://manuals.i-reporter.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.i-reporter.jp/create-a-form/controlling-cluster-input/networksetting.md).

# ネットワーク設定

## **ネットワークの設定**

ネットワーク設定では、2つのクラスターを「先行」「後続」として設定し、ネットワークで結ぶことができます。\
ネットワークは入力順番の制御、入力値の連動などに利用されます。

【ネットワーク設定手順】

1. 「クラスターモード」の、「ネットワーク設定」を選択します。

2. ネットワークの「先行」にしたいクラスターをクリックします。

3. ネットワークの「後続」にしたいクラスターをクリックすると「ネットワーク設定しますか？」のダイアログが表示されますので、「はい」をクリックします。

   <figure><img src="/files/UtTfx1BkLrSVgYyS6VhF" alt=""><figcaption></figcaption></figure>

4. ネットワークが設定され、ネットワーク線が表示されます。

   <figure><img src="/files/X1Liyu0KUCiMSELXsOe8" alt=""><figcaption></figcaption></figure>

「クラスタ―モード」 ＞ 「ネットワーク設定」を選択している間は、「クラスター一覧」が「ネットワーク一覧」になります。\
一覧には、ネットワーク線の先行/後続などの情報が表示されます。\
\
一覧から、作成したネットワークの行をクリックで選択すると、編集画面でクラスターの色が変わり、先行/後続のクラスターを強調表示します。

<div align="left"><figure><img src="/files/G6lwBJvxDbLi2J5FN9Bu" alt=""><figcaption></figcaption></figure></div>

任意の行で右クリックして、表示されたメニューからネットワーク設定を削除できます。\
複数行を選択して一括削除することもできます。

<div align="left"><figure><img src="/files/Tv2gxskxAoTXzI2s5OEC" alt="" width="563"><figcaption></figcaption></figure></div>

## **ネットワークの入替え**

一度設定したネットワークは、一覧の\[入替]列の矢印をダブルクリックすると、方向を逆転することができます。

<div align="left"><figure><img src="/files/uFkMxZ6lrq2ITP3xVYqL" alt="" width="543"><figcaption></figcaption></figure></div>


---

# 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://manuals.i-reporter.jp/create-a-form/controlling-cluster-input/networksetting.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.
