# 생성하기

{% stepper %}
{% step %}
**랩스페이스 목록 페이지 진입**

랩스페이스에 로그인하면 자동으로 랩스페이스 **목록 페이지**로 이동합니다.\
여기서 `랩스페이스 만들기` 버튼을 클릭하여 새로운 랩스페이스를 생성할 수 있습니다.
{% endstep %}

{% step %}
**랩스페이스 정보 입력**

랩스페이스 생성을 위해 아래 정보를 입력합니다:

* **랩스페이스 이름**:\
  조직명 또는 팀명으로 설정하는 것을 권장합니다.\
  예: `HITS`, `Drug Discovery Lab`, `의약화학팀`

<figure><img src="/files/0VGsMmKtg3GRQqle8o1t" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
하나의 계정으로 최대 **2개의** 랩스페이스를 생성할 수 있습니다.
{% endhint %}
{% endstep %}

{% step %}
**생성 완료**

정보 입력을 마친 후, `생성`버튼을 클릭하면 랩스페이스 생성이 완료됩니다.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.hits.ai/docs-ko/lab-sapce-feature-ko/labspace/create.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
