# 파워리뷰를 설정했는데 보이지가 않아요

파워리뷰가 보이지 않는다면, 아래 내용 중 누락된 부분이 없는지 확인해 주세요.

***

1. 게시판 설정\ <kbd>부가서비스</kbd> > <kbd>후기</kbd> > <kbd>파워리뷰 관리</kbd> > <kbd>환경설정</kbd> > \[게시판 등록] 탭에서 게시판이 제대로 설정되어 있는지 확인해 주세요.
2. 사용 설정\ <kbd>부가서비스</kbd> > <kbd>후기</kbd> > <kbd>파워리뷰 관리</kbd> > <kbd>환경설정</kbd> 메뉴에서 \[파워리뷰 사용여부-사용함]으로 설정되어 있는지 확인해 주세요.
3. 노출 영역 설정\ <kbd>부가서비스</kbd> > <kbd>후기</kbd> > <kbd>파워리뷰 관리</kbd> > <kbd>환경설정</kbd> > \[노출영역설정] 탭에서 메인, 간편형, 복합형이 올바르게 설정되어 있는지 확인해 주세요.
4. 상세페이지 태그 입력\
   상품 상세페이지에 아래 태그가 입력되어 있는지 확인해 주세요.

{% columns %}
{% column width="50%" %}

### PC

상품상세 상단 (간편형) - 가상태그

```
<!--/power_review_score/-->
```

상품상세 하단 (복합형) - 가상태그

```
<!--/power_review_product/-->
```

{% endcolumn %}

{% column %}

### MOBILE

리뷰페이지 링크이동 - 가상태그

```
<!--/link_power_review_product/-->
```

상품상세 리뷰노출 - 가상태그

```
<!--/power_review_product/-->
```

{% endcolumn %}
{% endcolumns %}


---

# Agent Instructions: 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:

```
GET https://help.makeshop.co.kr/faq/sub/undefined/undefined-7.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
