# 공통 영역

* #### [공통 상단](/aurora-guide/api-1/common/header.md)
  * 로고 배너
  * 장바구니 개수
  * 전체 카테고리 *<mark style="background-color:orange;">PC</mark>*<br>

* #### [공통 하단](/aurora-guide/api-1/common/footer.md)
  * 쇼핑몰 정보
  * 약관 (회사소개, 이용약관, 개인정보처리방침, 이용안내)
  * 게시판 *<mark style="background-color:orange;">PC</mark>*
  * 하단 바 *<mark style="background-color:green;">Mobile</mark>*<br>

* #### [디자인 팝업](/aurora-guide/api-1/common/design-popup.md)

* #### [슬라이드 메뉴 (모바일 전용)](/aurora-guide/api-1/common/slide-menu.md)
  * 로그인
  * 카테고리
  * 기획전
  * 게시판<br>

* #### [최근 본 상품](/aurora-guide/api-1/common/recent-product.md)


---

# 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://workspace-help.nhn-commerce.com/aurora-guide/api-1/common.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.
