# 마이페이지 > 나의 게시글

* 🅐 [1:1문의](/aurora-guide/api-1/mypage-post/inquiry.md) : 쇼핑몰에 대한 문의를 등록한 것이며, 1:1문의는 등록자와 운영자만 확인할 수 있습니다.
* 🅑 [상품문의](/aurora-guide/api-1/mypage-post/product-inquiry.md)  : 상품에 대한 문의를 등록한 것이며, 공개여부에 따라 상품 상세에도 노출되어 다른 쇼핑몰 이용자도 확인 가능합니다.
* 🅒 [상품후기](/aurora-guide/api-1/mypage-post/product-review.md) : 구매한 상품의 후기를 작성할 수 있습니다. 작성한 후기는 상품 상세의 후기 탭에 노출됩니다.

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


---

# 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/mypage-post.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.
