> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/api-guides-en/store-front/customer-service/notice-faq.md).

# Notice / FAQ

The shopping mall administrator can effectively manage customer notices and FAQs from the Back Office (BO). The information registered by the administrator is then properly delivered to customers through Customer Service.

***

## Key Features

* **View currently displayed information**
  * In the BO, administrators can see the customer notices and FAQs currently on display.
* **Detail information inquiry**
  * The detailed content of a customer notice or FAQ can be checked in the BO.
* **View count increment feature**
  * When a specific customer notice or FAQ is viewed in detail, the view count of that item is increased by 1.
  * This makes it possible to see which information customers look at more often.

## Process Definition

<figure><img src="https://2999922013-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXTxKSWMmuxEkop1pvuwe%2Fuploads%2FKliCr6ixd5KwsbdfEr2n%2F%E1%84%80%E1%85%B3%E1%84%85%E1%85%B5%E1%86%B71.png?alt=media&#x26;token=b7590f3b-fbdc-4adb-a230-a00b86c01669" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### BO registration

The administrator can register a customer notice or FAQ in the BO for content to be shown to customers, and it is announced through Customer Service.
{% endstep %}

{% step %}

### Notice list inquiry

Retrieves the notice list and displays the notice list.
{% endstep %}

{% step %}

### FAQ inquiry

Retrieves the FAQ list and displays the FAQ list.
{% endstep %}

{% step %}

### Notice detail inquiry

When a notice is clicked, the detailed content of the notice is displayed.
{% endstep %}

{% step %}

### Notice/FAQ view count

Increments the view count when a notice or FAQ is viewed in detail.
{% endstep %}
{% endstepper %}

## API Function List

<table data-header-hidden><thead><tr><th width="120.111083984375">API</th><th width="394.8887939453125">Description</th><th width="93.5555419921875">Server</th><th width="89.111083984375">Method</th><th>Notes</th></tr></thead><tbody><tr><td>Increment notice/FAQ view count</td><td>Increments the view count of the selected notice or FAQ by 1.<br>Increments the view count when entering the detail view.</td><td>Order</td><td>PUT</td><td><a href="http://api.x2bee.com/content?msa=order&#x26;depth=%EA%B3%B5%EC%A7%80%EC%82%AC%ED%95%AD%20FAQ&#x26;path=questionReadCntSave">🔗View API></a></td></tr><tr><td>Notice<br>list inquiry</td><td>Retrieves the list of customer notices currently on display.</td><td>Order</td><td>GET</td><td><a href="https://api.x2bee.com/content?msa=order&#x26;depth=%EA%B3%B5%EC%A7%80%EC%82%AC%ED%95%AD%20FAQ&#x26;path=getNotice">🔗View API></a></td></tr><tr><td>Notice<br>detail inquiry</td><td>Retrieves the detailed content of the selected notice.</td><td>Order</td><td>GET</td><td><a href="https://api.x2bee.com/content?msa=order&#x26;depth=%EA%B3%B5%EC%A7%80%EC%82%AC%ED%95%AD%20FAQ&#x26;path=getNoticeDtl">🔗View API></a></td></tr><tr><td>FAQ inquiry</td><td>Retrieves the FAQ list and its detailed content.</td><td>Order</td><td>GET</td><td><a href="https://api.x2bee.com/content?msa=order&#x26;depth=%EA%B3%B5%EC%A7%80%EC%82%AC%ED%95%AD%20FAQ&#x26;path=getFaqInit">🔗View API></a></td></tr></tbody></table>
