> 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/sapto/orase.md).

# お知らせ機能

## 操作画面の確認方法

\[お知らせ]画面から、お知らせの登録、修正、削除を行う事ができます。

お知らせ画面の各メニューの機能を説明します。

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

<figure><img src="/files/0izxdgbcTpn7vgJ0vEnq" alt="" width="563"><figcaption><p>画像クリックで拡大 </p></figcaption></figure>

【管理画面】

1. **お知らせ一覧**：登録した\[お知らせ]が一覧で表示されます。
2. **検索メニュー**：現在登録されている\[お知らせ]の検索・並び替えをおこないます。\
   提供しているフィルターを使用するか商品名を直接入力して検索することが可能です。
   * 全てのタイプ：お知らせのタイプ基準で検索結果をリスト表示します
   * 全ての公開範囲：公開設定基準で検索結果をリスト表示します
   * タイトル：お知らせタイトルを直接入力して検索結果をリスト表示します
3. **お知らせ登録ボタン**：新規でお知らせ登録を追加できます。
4. **固定ボタン**：クリックすると、選択したお知らせが、Frontサイト内でトップ表示されます。<br>

   <figure><img src="/files/lmB2VmqeZRRWxVD2A38D" alt="" width="563"><figcaption><p>画像クリックで拡大<br></p></figcaption></figure>
5. **ゴミ箱ボタン**：クリックすると、選択したお知らせが削除されます。\
   最終確認のポップアップなど、最終確認が行われないので、削除の際は操作にご注意下さい。

## 操作方法

### お知らせの新規登録

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

* \[お知らせ] > 画面右上の\[＋お知らせ登録]をクリックすると、登録画面が表示されます。
* 登録画面にて、下記項目を入力、設定してください。\[<mark style="color:red;">**\***</mark>]がついている項目は必須項目です。
  1. タイプ　：お知らせの種類（タイプ）を選択してください。\
     　　　　　（お知らせ/緊急/メンテナンス/ガイド/イベント）の中から選択できます。
  2. タイトル：お知らせページで表示されるタイトルを入力してください。
  3. 内容　　：お知らせの内容を選択してください。書式変更や画像挿入も可能です。
  4. 公開　　：お知らせの公開設定を選択してください。\
     　　　　　\[公開]を選択すると、登録した内容がFronサイトへお知らせが表示されます。\
     　　　　　\[非公開]を選択すると、登録した内容は下書きのまま保存されます。
* お知らせ内容の設定が全て完了したら、右下にある\[登録]ボタンで内容保存を行ってください。\
  登録された内容は、お知らせ一覧の最上部に表示されます。

### お知らせ内容の修正

お知らせ一覧で、修正したいお知らせを選択すると、\[お知らせ修正]画面が表示されます。

\[お知らせ修正]画面の内容は、\[お知らせ登録]画面と同じものになります。

内容修正後、\[保存]ボタンをクリックすると、修正内容が反映されます。

<figure><img src="/files/YIQ8elmvxZoyuq7mOAJK" alt=""><figcaption><p>画像クリックで拡大</p></figcaption></figure>

### お知らせの削除

不要になったお知らせは、管理画面から削除することができます。

各お知らせの一番右側に\[ゴミ箱マーク]があります。

削除したいお知らせの、\[ゴミ箱マーク]をクリックすると、お知らせが削除されます。

{% hint style="danger" %} <mark style="color:red;">**削除確認が行われない為、十分に確認した上、動作誤りがないようご注意ください。**</mark>
{% endhint %}

<figure><img src="/files/jrEyTNL5B6LcEue3xeFF" alt="" width="563"><figcaption><p>画像クリックで拡大</p></figcaption></figure>

### 投稿者名について

お知らせの投稿者名は編集できません。\
投稿者名には、**お知らせを登録したアカウント名が表示されます。**

投稿者名を変更したい場合は、以下のいずれかの方法でご対応ください。

* お知らせを投稿したアカウントのアカウント名を変更する（推奨）
* お知らせ投稿専用の[新しいアカウントを作成](/frontsaito/guan-li-zhe.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://support.megadoga.com/sapto/orase.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.
