> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/user-workspace/settings/create.md).

# 워크스페이스 만들기, 전환하기

## 이 글에서는 <a href="#h_01hnhsz7qm3fcpzz6qh2eyxnpk" id="h_01hnhsz7qm3fcpzz6qh2eyxnpk"></a>

워크스페이스를 만드는 방법과 다른 워크스페이스로 전환하는 방법을 알아봅니다.

***

## 첫 번째 워크스페이스 만들기

첫 번째 워크스페이스는 회원가입 과정에서 만들 수 있습니다.

1. 회원가입 화면에서 로그인 정보를 입력합니다.
2. 연락처와 이메일 주소를 인증합니다.
3. 사용할 워크스페이스의 이름을 입력합니다.
4. 스티비 사용 목적을 선택하고 \[시작하기]를 클릭합니다.
5. 새로운 워크스페이스가 생성됩니다.

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

## 새로운 워크스페이스 만들기

새로운 워크스페이스도 손쉽게 만들 수 있습니다.

1. 화면 오른쪽 위에 있는 \[워크스페이스 이름]을 누릅니다.
2. \[워크스페이스 전환 → 워크스페이스 만들기]를 클릭합니다.
3. 첫 번째 워크스페이스를 만들 때처럼 정보를 입력하고 \[시작하기]를 클릭합니다.
4. 새로운 워크스페이스가 생성됐습니다.

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

## 워크스페이스 전환하기 <a href="#h_01gt1ey5v6dzsz8hzn3arnvz2v" id="h_01gt1ey5v6dzsz8hzn3arnvz2v"></a>

워크스페이스를 여러 개 사용하는 경우 다른 워크스페이스로 전환할 수 있습니다.

화면 오른쪽 위에 있는 \[워크스페이스 이름 → 워크스페이스 전환]에서 전환하고 싶은 \[워크스페이스 이름]을 클릭하면 워크스페이스가 전환됩니다.

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

워크스페이스를 만들 때 입력한 정보는 언제든지 수정할 수 있습니다. 자세한 내용은 아래 도움말을을 참고해 주세요.

{% content-ref url="/pages/Qpj1EuRYNwhcpnwDO8jj" %}
[워크스페이스 설정 변경하기](/user-workspace/settings/modify.md)
{% endcontent-ref %}


---

# 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://help.stibee.com/user-workspace/settings/create.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.
