> 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/others/help.md).

# 도움말

## Beachside에서 직접 질문하세요

답을 찾기 위해 앱을 나갈 필요가 없습니다. 언제든 필요할 때 사용할 수 있도록 Beachside 안에 모든 페이지에서 이용 가능한 도움말 위젯을 직접 추가했습니다.

다음과 같은 작업을 할 수 있습니다:

* **직접 질문하기** 저희 AI 에이전트는 Beachside 사용 방법에 관한 모든 것을 알고 있습니다. 자신의 말로 질문하기만 하면 정확하고 즉각적인 답변을 받을 수 있습니다.
* **Beachside 문서 둘러보기** 전체 문서에 액세스하세요.
* **피드백 공유 또는 버그 신고** 저희의 [전용 양식](https://theseaai.notion.site/26973d8df43f8027a238e1cdd248711c?pvs=105) 을 사용해 질문을 보내거나 문제를 알려주세요. 저희는 모든 내용을 읽고 진지하게 받아들입니다.

**도움말 위젯을 열려면 여기를 클릭하세요**

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

***

## 생성이 반복적으로 실패할 때

같은 프롬프트와 입력으로 생성이 계속 실패한다면, 허용되지 않는 지침이 원인일 수 있습니다. 일반적인 원인은 다음과 같습니다:

**브랜드명과 상표.** 프롬프트에서 제품, 브랜드 또는 소프트웨어 이름을 언급하면 의도가 순수하더라도 상표 보호가 작동할 수 있습니다. 예를 들면:

* 다음을 요청하는 대신 <kbd><mark style="color:빨간색;">TheSEA 로고를 제거해 주세요<mark style="color:빨간색;"></kbd>
* 요소가 어떻게 생겼는지, 그리고 어디에 있는지로 설명해 보세요: <kbd><mark style="color:$primary;">오른쪽 아래 모서리에 있는 작은 겹쳐진 텍스트와 그래픽을 제거하세요.<mark style="color:$primary;"></kbd>

**이미지 속 로고, 얼굴, 브랜드 텍스트.** 눈에 띄는 로고, 알아볼 수 있는 공인, 또는 브랜드 텍스트가 있는 참조 이미지는 흔한 원인입니다. 생성이 계속 실패한다면 원본 이미지에 이러한 요소가 있는지 확인하고 다른 참조 이미지를 사용하는 것을 고려해 보세요.

**이름이 아니라 시각적으로 설명하세요.** 모든 경우에 가장 신뢰할 수 있는 해결책은 모양, 위치, 색상, 질감처럼 원하는 것을 평범한 시각적 용어로 설명하는 것입니다.

***

## 질문이나 피드백을 공유하세요

마음속에 떠오르는 것이 있으신가요? 질문, 버그 신고, 아이디어 무엇이든 듣고 싶습니다. 아래 양식을 사용해 직접 연락해 주세요.

{% embed url="<https://theseaai.notion.site/26973d8df43f8027a238e1cdd248711c?pvs=105>" %}


---

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

```
GET https://docs.theseaai.com/main/kr/others/help.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.
