> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/kr/onboarding/interface.md).

# Beachside 인터페이스

***

## 해변가 주요 섹션

이미지 아래의 서로 다른 탭을 살펴보며 페이지를 미리보기하세요:

{% @arcade/embed flowId="DjDouMeaBKemGEaiEvue" url="<https://app.arcade.software/share/DjDouMeaBKemGEaiEvue>" %}

* <i class="fa-house">:house:</i>  **홈:** 한 곳에서 최근 작업, 팀에 접근하고 새 플레이그라운드를 만드세요.
* <i class="fa-bring-forward">:bring-forward:</i>  **플레이그라운드:** 시각적 프로젝트를 생성하고 정리하세요.
* <i class="fa-image">:image:</i>  **비주얼:** 플레이그라운드 전반에서 생성된 모든 이미지를 확인하세요.
* <i class="fa-gem">:gem:</i>  **자산:** 팩샷, 텍스처, 배경, 로고 등 공유 파일을 저장하고 정리하세요.

***

## &#x20;플레이그라운드 만들기

기본을 익히셨습니다. 이제 첫 번째 플레이그라운드를 만들어볼 시간입니다. 홈 탭에서 새 플레이그라운드를 만드는 다음 단계를 따르세요:

1. 상단 메뉴에서 <kbd><mark style="color:$primary;">**홈**<mark style="color:$primary;"></kbd> 탭을 선택하세요.
2. 선택하세요 <kbd><mark style="color:$primary;">**처음부터 시작**<mark style="color:$primary;"></kbd> 일러스트 아래에 있는 항목을.
3. 플레이그라운드가 생성되면 자동으로 해당 페이지로 이동됩니다.

<div data-with-frame="true"><figure><img src="/files/f6549df623dc9ea5bbbe3cca263f98d22dad11f0" alt=""><figcaption></figcaption></figure></div>

***

## 다음 단계

플레이그라운드 탐색

{% content-ref url="/pages/d3b9fe8597925c399fd8f6a25d126363cf74b131" %}
[플레이그라운드](/main/kr/onboarding/playground.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://docs.theseaai.com/main/kr/onboarding/interface.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.
