> 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, and the optional `goal` query parameter:

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