> For the complete documentation index, see [llms.txt](https://support.megadoga.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.megadoga.com/frontsaito/frontsaitonomeny.md).

# Frontサイトのメニュー設定

## **表示メニューの分類・設定について**

\[分類設定]画面で、Frontサイトに表示される、以下ページの選択項目の設定変更が行えます。

* **お知らせ事項**：お知らせページを作成時に、選択するタイプの設定・変更
* **注文キャンセル**：ユーザーが注文キャンセルを行った際に、表示されるキャンセル理由項目の設定・変更
* **退会**：ユーザーが退会を行った際に、表示される退会理由項目の設定・変更
* **お問い合わせ**：ユーザーがお問い合わせを行った際に、表示される問合せタイプの設定・変更
* **FAQ**：FAQページを作成時に、選択するタイプの設定・変更

分類設定画面の確認方法や、各種機能ボタンについて説明します。

以下のスクリーンキャプチャを参考の上、ご確認ください。

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

1. **表示設定**：トグルをクリックすると、表示/非表示設定が切り替わります。
2. **編集ボタン**：クリックすると、編集画面が表示されます。タイプ名を変更することができます。
3. **ゴミ箱ボタン**：選択項目を削除することができます。ボタンをクリックすると、最終確認のポップアップが表示されるので、「OK」を選択してください。<br>


---

# 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://support.megadoga.com/frontsaito/frontsaitonomeny.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.
