> For the complete documentation index, see [llms.txt](https://guide.workmarket9.com/w9/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.workmarket9.com/w9/faq/9-faq/undefined-1.md).

# 회원가입

***

<details>

<summary>Q1.  '나의 계정 만들기'는 왜 해야 할까요?</summary>

업무마켓9의 핵심 기능은 **기업 관리자가 다수의** 직원들의 모든 구매를 더 쉽게 관리하는 기능이에요. 이 기능이 제대로 작동하기 위해서는 <mark style="background-color:yellow;">**회사의 계정을 만들고, 회사 정보를 자세하게 등록**</mark>해야 해요.

</details>

<details>

<summary>Q2. '직원 계정'은 왜 만들어야 할까요?</summary>

업무마켓9에서는 <mark style="background-color:yellow;">**회사 구성원 모두가 자신의 계정을 가지고 자유롭게 구매 활동**</mark>을 진행할 수 있어요.

* 직원 계정을 등록하는데는 3가지 방법이 있어요.
  1. 구성원이 **직접 업무마켓9에 가입**하는 방법
  2. 관리자가 **회원가입 링크를 공유**하는 방법.&#x20;
  3. 관리자가 엑셀을 통해 **직원 정보를 대량등록**하는 방법
* 자세한 내용은 <mark style="background-color:yellow;">**관리자 설정 부분 가이드를 확인**</mark>해보세요\[[관리자 설정](/w9/pages/mypage/admininfo.md#id-3-1)]

</details>

<details>

<summary>Q3. '조직도 등록'은 왜 해야 할까요?</summary>

* 조직도 등록은 회사 전체의 구매를 관리하기 위해 꼭 필요합니다.
  * <mark style="background-color:yellow;">조직도 구성에 따라 결재.승인 방식을 통해 결재선을 지정하고, 구매 프로세스를 확립할 수 있어요.</mark>

</details>

***


---

# 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://guide.workmarket9.com/w9/faq/9-faq/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.
