> For the complete documentation index, see [llms.txt](https://cocktailcloud.gitbook.io/cocktail-cloud-online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cocktailcloud.gitbook.io/cocktail-cloud-online/start/users.md).

# 사용자 만들기

앞서 "클러스터 등록" 과정에 대해 설명하였습니다. 클러스터를 생성하고 칵테일 클라우드 플랫폼에 클러스터 정보를 등록하여 인프라 준비는 완료하였습니다. 이제 칵테일 클라우드 플랫폼에 접근할 수 있는 사용자를 만들어 보겠습니다.

## 1. 사용자 생성 화면으로 이동

1\) \[설정] - \[사용자] 탭에서 우측 상단의 "+ 생성" 버튼을 클릭합니다.

<figure><img src="/files/cPPQJwW8eb4tam8NetbR" alt="" width="371"><figcaption><p>[화면] 사용자 메뉴 화면</p></figcaption></figure>

## 2. 사용자 정보 입력

<figure><img src="/files/BHjdrzYwjUI4Qd7A77Cb" alt=""><figcaption><p>[화면] 사용자 생성 화면</p></figcaption></figure>

1\) 아래 사용자 생성 정보 입력 후, "저장" 버튼을 클릭하여 사용자를 생성합니다.

<table><thead><tr><th width="176">항목(*는 필수)</th><th>내용</th></tr></thead><tbody><tr><td>이름*</td><td>사용자 이름을 입력</td></tr><tr><td>아이디*</td><td>사용자 아이디를 입력</td></tr><tr><td>권한*</td><td><p>사용자 아이디의 권한을 선택</p><ul><li>어드민 , 사용자에서 선택이 가능하며, "<a href="/pages/DAjOMvreIt4wnAdyYZD8">보안</a>" 탭을 참조</li></ul></td></tr><tr><td>부서</td><td>사용자 부서를 입력</td></tr><tr><td>설명</td><td>해당 계정에 대한 간략한 설명을 입력</td></tr><tr><td>패스워드*</td><td>사용자 아이디의 패스워드를 입력</td></tr><tr><td>패스워드 확인*</td><td>사용자 아이디의 패스워드를 입력</td></tr></tbody></table>

## 3. 사용자 생성 확인

1\) 사용자 목록 화면에서 생성된 사용자를 확인합니다.

<figure><img src="/files/DDM6wkR1Ztg6ug01e4HV" alt=""><figcaption><p>[화면] 사용자 생성 확인</p></figcaption></figure>

## 4. 다음 단계

다음은 워크스페이스 등록에 필요한 서비스맵 생성 과정에 대해 설명합니다. "[서비스맵 만들기](/cocktail-cloud-online/start/servicemap.md)" 페이지로 이동하세요.


---

# 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://cocktailcloud.gitbook.io/cocktail-cloud-online/start/users.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.
