> 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/clustertype_settingprocedure/various-settings.md).

# 各種設定・操作

- [EXCEL出力時の入力値/表示値の出力](https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/output-of-inputdisplay-values.md)
- [外部システム連携の一括設定](https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/bulkconfiguration-for-external-system-integration.md)
- [必須入力の一括設定](https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/bulkconfiguration-for-required.md)
- [正常最小値/正常最大値の設定と表示](https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/normal-minimum-normal-maximum.md)
- [最小値/最大値/正常最小値/正常最大値のクラスター参照](https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/cluster-referencesnormal-of-minimum-normal-maximum.md)
- [パラメータ設定をデフォルトにする](https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/set-parameter-settings-as-default.md)
- [パラメータ設定のコピー/ペースト](https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/copy-paste-parameter-settings.md)
- [複数クラスター設定コピー/ペースト](https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/multi-cluster-configuration-copy-paste.md)
- [名前（クラスター名称）の一括変換](https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/bulkconfiguration-of-clusternames.md)
- [クラスターのフォーカス設定の注意](https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/notes-on-clusterfocus-settings.md)
- [グループIDの一括指定](https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/specify-group-ids-in-bulk.md)
- [クラスターを作成する](https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/create-a-cluster.md)
- [録音クラスターについて](https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/about-audiorecording-clusters.md)
- [その他 制約事項](https://manuals.i-reporter.jp/clustertype_settingprocedure/various-settings/other-restrictions.md)


---

# 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/clustertype_settingprocedure/various-settings.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.
