> For the complete documentation index, see [llms.txt](https://docs.world-creator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world-creator.com/ko/procurement-portal/login.md).

# 로그인

리셀러/제휴 파트너 신청이 성공적으로 승인되어 로그인 정보가 이메일로 도착하면, 조달 포털의 모습과 작동 방식을 확인해 보아야 합니다.

조달 포털에 접속하려면 [조달 로그인 페이지](https://procurement.world-creator.com). 로그인하려면 오른쪽 상단의 사용자 아이콘을 클릭하세요.

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

로그인 대화 상자 창에 이메일로 보낸 로그인 정보를 입력하세요:

<figure><img src="/files/9ebb085df3527278241e89a1eb7d63b22e39e329" alt=""><figcaption></figcaption></figure>


---

# 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://docs.world-creator.com/ko/procurement-portal/login.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.
