> For the complete documentation index, see [llms.txt](https://emstone.gitbook.io/cms-jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emstone.gitbook.io/cms-jp/cms-shi-yong-yue-ming-shu.md).

# CMS 使用説明書

## 注意事項 <a href="#precautions" id="precautions"></a>

本製品の設置前に製品の特性と理解のために本文書を必ずお読みください。

## ご使用の前およびご使用に関する注意事項 <a href="#precautions2" id="precautions2"></a>

* 設置前に必ず使用電圧を確認して接続してください。
* 他の周辺機器と20cm程度の距離を離して設置してください。
* 火災の恐れがある機器の近くでのご利用は避けてください。
* ほこりの多い場所でのご利用は避けてください。
* ほこりがたまっているときは、本製品の電源を切り、掃除機で清掃をしてください。
* 本製品に水が触れないようにしてください。
* 電源プラグはしっかり接続しないと、本製品の故障の原因となります。
* 異常終了は本製品の故障の原因となります。正常終了をするようにしてください。
* ご使用中に焦げたような匂いがしたときは、電源プラグを抜き、購入元にお問い合わせください。
* HDDの増設またはアップグレードをするときは、購入元にお問い合わせください。

## 警告 <a href="#negligence" id="negligence"></a>

* 製品を分解または改造をしたり、本製品の出荷時の目的以外の用途に使用しないでください。
* &#x20;CMSプログラム以外の他のプログラムを使用をしないでください。
* ユーザーまたはパスワードを変更するとCMSが機能しなくなる可能性があります。

## CMS 使用説明書 (CMS reference)

EMSTONE\
著作権 © 2010, 2021, 2022, 2023, 2024, 2025 EMSTONE


---

# 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://emstone.gitbook.io/cms-jp/cms-shi-yong-yue-ming-shu.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.
