> For the complete documentation index, see [llms.txt](https://partners-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partners-help.nhn-commerce.com/readme.md).

# NHN 커머스 파트너

NHN 커머스에 상품을 등록하여 판매를 시작하세요, \
상품 판매뿐 아니라 나만의 포트폴리오를 담은 공간으로 활용할 수도 있어요.

{% content-ref url="/pages/2ldNfasMwa920BcCaW2J" %}
[스킨 제작](/make.md)
{% endcontent-ref %}

{% content-ref url="/pages/BIthRkbCb4EkHcnFaMsO" %}
[스킨 등록](/register.md)
{% endcontent-ref %}

{% content-ref url="/pages/N6ojN8TOk70VxSwfU3Tu" %}
[이벤트 등록](/event.md)
{% endcontent-ref %}

{% content-ref url="/pages/Zbq9Ri7mFqQI3eJiOzOt" %}
[메인 배너](/banner.md)
{% endcontent-ref %}


---

# 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://partners-help.nhn-commerce.com/readme.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.
