> For the complete documentation index, see [llms.txt](https://plusorder.gitbook.io/helpme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plusorder.gitbook.io/helpme/prog/undefined-1.md).

# 플러스오더 대리점 등록 신청

{% hint style="danger" %}

1. 운영할 밴사마다  각각대리점 등록 신청 합니다. (나이스, 키스, 페이먼츠 각각 등록)&#x20;
2. 플러스오더 ASP에 대리점 계정을 등록을 위한 신청이며, 무료입니다.
3. OKPOS 업체의 경우 신청서 작성시 OKPOS 대리점코드를 꼭 기재해주셔야 합니다.<mark style="color:red;">(미기재시 OKPOS 정보가 연동되지 않음)</mark>
4. 첨부 파일 명은 '<mark style="color:red;">업체명\_사업자등록증</mark>'으로 설정, <mark style="color:red;">확장자는 소문자</mark>로만 설정하여 첨부 합니다.
   {% endhint %}

{% stepper %}
{% step %}

### 크롬 브라우저에서 다음의 주소를 입력해 주세요.

{% embed url="<https://order.niceposplus.co.kr>" fullWidth="false" %}

* order.niceposplus.co.kr

{% endstep %}

{% step %}

### 로그인 화면에서"플러스오더 대리점 가입신청"  클릭하시고 가입신청 합니다

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

* 사용자ID  :  <mark style="color:red;">**영문과 숫자를 혼용하여 7\~12자리 사용해 주세요**</mark>
* OKPOS 업체코드 : OKPOS ASP 사용 대리점인 경우,  OKPOS 업체코드를 꼭 입력해 주세요.&#x20;

&#x20;      (시스템관리 > POS버전관리 > 설치업체관리 > 조회 > 대리점명 옆의 숫자 4자리)

* 대리점사업자등록증: 파일명은 <mark style="color:red;">'업체명\_사업자등록증'</mark>으로 설정 후 첨부 바랍니다.
* 신청하시면 익 영업일부터 사용 가능합니다.&#x20;
  {% endstep %}
  {% endstepper %}

{% hint style="danger" %}
궁금하신 내용은 해당밴사로 문의 부탁드립니다.

나이스정보통신 : <pos@nicevan.co.kr>  \
키스정보통신 : <device@kisvan.co.kr> \
나이스페이먼츠 : <hspark@nicevan.co.kr>
{% endhint %}


---

# 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://plusorder.gitbook.io/helpme/prog/undefined-1.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.
