> 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 인터페이스

다음 단계에 따라 핵심 인터페이스를 알아보고 Beachside로 제작을 시작하는 방법을 살펴보세요.

***

## 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="https://1001983365-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOUQ3EAPIPziQuBKQgmTy%2Fuploads%2FrpJ5XS1WKhgbcY2O4jIP%2Fgitbook_gettingstarted_12.png?alt=media&amp;token=fd07d68e-7529-4e7b-97b5-ff5ecf1389a3" 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.
