> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/platform/system-emails.md).

# システムメール

システムメールとは、注文の確定や予約の作成、パスワードの再設定など、特定のイベントが発生したときにOpusBoosterから自動的に送信されるメールのことです。各メールはテンプレートとして用意されており、ブランドに合わせて自由にカスタマイズできます。

このセクションでは、以下のシステムメールテンプレートについて解説します。

* [システムメールテンプレート](/platform/system-emails/system-email-templates.md)
* [予約リマインダー](/platform/system-emails/system-email-templates/appointment-reminder.md)
* [ダブルオプトイン確認](/platform/system-emails/system-email-templates/double-opt-in-confirmation.md)
* [デジタル商品のダウンロード](/platform/system-emails/system-email-templates/download-digital-goods.md)
* [会員登録の承認](/platform/system-emails/system-email-templates/member-registration-approved.md)
* [パスワード再設定](/platform/system-emails/system-email-templates/password-recovery.md)
* [新規予約](/platform/system-emails/system-email-templates/new-appointment.md)
* [発送通知](/platform/system-emails/system-email-templates/order-shipped.md)
* [新規注文](/platform/system-emails/system-email-templates/new-order.md)
* [注文キャンセル](/platform/system-emails/system-email-templates/order-cancelled.md)
* [注文完了](/platform/system-emails/system-email-templates/order-completed.md)
* [サブスクリプション更新失敗](/platform/system-emails/system-email-templates/subscription-failed-to-renew.md)
* [コミュニティでのメンション](/platform/system-emails/system-email-templates/community-mention.md)
* [あなたへの返信](/platform/system-emails/system-email-templates/replied-to-you.md)


---

# 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.opusbooster.com/platform/system-emails.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.
