> For the complete documentation index, see [llms.txt](https://docs.wrks.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wrks.ai/admin-guide/basic/create-enterprise-account.md).

# 기업계정 개설

1. 웍스AI 사이트에 접속해 오른쪽 위 **\[로그인]** 을 눌러주세요.

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-f22be9c6ba6ef3f57144b719615aaaaeb0e89264%2Flanding-01.png?alt=media" alt=""><figcaption><p>웍스AI 첫 화면</p></figcaption></figure>

2. 로그인 방법을 고릅니다. 기업 계정으로 가실 계획이면 **\[회사 이메일로 시작하기]** 를 눌러 **회사 이메일로 가입**하시는 것을 권해요.

   (가끔 **인증 메일**이 **스팸함**에 들어갈 수 있으니 확인해 주세요.)

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-d2efca39330d92cf42c107fa11c3552c611da756%2Flanding-02.png?alt=media" alt=""><figcaption><p>로그인 방법 선택</p></figcaption></figure>

3. 로그인 후 상단 메뉴의 **\[내 업무 공간 만들기]** 를 눌러 회사 계정 만들기를 시작합니다.
4. **혼자 쓸지, 회사에서 함께 쓸지** 고르세요.

   | 선택               | 누가                |
   | ---------------- | ----------------- |
   | **개인으로 시작하기**    | 혼자 쓰실 때. 바로 시작됩니다 |
   | **회사 사용자로 시작하기** | 동료와 함께 쓰실 때       |

   회사(기관) 업무 공간을 새로 만들려면 **사업자등록증 확인**이 필요해요. 화면에도 그렇게 안내돼 있습니다.
5. **조직 유형**을 골라주세요.

   | 유형         | 누가                    |
   | ---------- | --------------------- |
   | **일반 기업**  | 사업자등록증이 있는 기업         |
   | **초/중/고교** | 학교. 맞춤 에이전트 패키지가 제공돼요 |
6. **수집·이용에 동의**하고 **등록증을 올려주세요.**

   먼저 `사업자등록증 수집·이용에 동의해요.` 를 체크하셔야 업로드 버튼이 열립니다. 동의 전에는 올릴 수 없어요.

   올리시면 AI가 등록증에서 회사명·사업자등록번호·대표자 같은 정보를 자동으로 읽어옵니다. 읽어온 내용이 맞는지 확인하시고, 틀린 곳이 있으면 고쳐주세요.

   > **최신 등록증을 올려주세요.** 대표자가 바뀌었거나 오래된 등록증이면 확인이 안 될 수 있어요.
7. **승인을 기다려 주세요.**

   신청하시면 **승인 대기** 상태가 됩니다. 승인이 나면 업무 공간이 만들어져요.

   반려된 경우 **반려 사유**가 함께 표시됩니다. 사유를 확인하시고 **등록증을 다시 올려 신청**해 주세요. 사유가 명확하지 않으면 **<support@wrks.ai>** 로 문의해 주시면 됩니다.
8. 짜잔! **기업 계정**이 만들어집니다!


---

# 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.wrks.ai/admin-guide/basic/create-enterprise-account.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.
