> 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/jp/sono/herupu.md).

# ヘルプ

## Beachsideで直接ご質問ください

回答を探すためにアプリを離れる必要はありません。Beachsideにヘルプウィジェットを直接追加しており、必要なときはいつでも全ページでご利用いただけます。

ここからできることは次のとおりです：

* **質問をそのまま直接送る** 当社のAIエージェントは、Beachsideの使い方をすべて把握しています。自分の言葉で質問するだけで、的確な回答をすぐに受け取れます。
* **Beachsideドキュメントを見る** ドキュメント全体にアクセスできます。
* **フィードバックを共有する、またはバグを報告する** 当社の [専用フォーム](https://theseaai.notion.site/26973d8df43f8027a238e1cdd248711c?pvs=105) をご利用いただき、質問の送信や気になる点の報告を行ってください。いただいた内容はすべて確認し、真摯に受け止めています。

**ヘルプウィジェットを開くには、こちらをクリックしてください**

<div data-with-frame="true"><figure><img src="/files/c3d3b768f79eaba83c693a3a7f35e5f4264341bc" 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/jp/sono/herupu.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.
