> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/ja/readme.md).

# ヘルプドキュメントの概要

<h2 align="center">何をお探しですか？</h2>

<p align="center">学んで習得しよう <strong>Sesami予約プラットフォーム</strong>。以下のトピックを閲覧するか、SesamiヘルプAIアシスタントに何でもお尋ねください。</p>

<p align="center"><button type="button" class="button primary" data-action="search" data-query=" " data-icon="magnifying-glass">Sesami AIに質問する</button> <a href="/pages/b360a652e1b0ca775708f12e7ca093fe8303c96a" class="button secondary">サポートに問い合わせる</a></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><a href="/pages/b2a8c8e4ee919df2bcdf141eb27d258d7f364d8a"><strong>始める</strong></a></td><td>基本的な使い方のヘルプを得る</td></tr><tr><td><h4><i class="fa-calendar-star">:calendar-star:</i></h4></td><td><a href="/pages/bd2ea457dba76c2c37dfc24d2723badf03edb853"><strong>予約</strong></a></td><td>コミュニティに参加する</td></tr><tr><td><h4><i class="fa-envelope">:envelope:</i></h4></td><td><a href="/pages/3ab148f121d0befa4a5604b9b9a26ba2ee4d250f"><strong>通知</strong></a></td><td>確認メールを送信する</td></tr><tr><td><h4><i class="fa-computer-mouse">:computer-mouse:</i></h4></td><td><a href="/pages/30154a65a9db9ea44be19aaffc010bffa9aa9986"><strong>管理ポータル</strong></a></td><td>プラットフォームを管理する</td></tr><tr><td><h4><i class="fa-plug">:plug:</i></h4></td><td><a href="/pages/d61039df03ee26c1a038d47258bf156e882665c4"><strong>アプリ＆連携</strong></a></td><td>スタックを拡張する</td></tr><tr><td><h4><i class="fa-paper-plane-top">:paper-plane-top:</i></h4></td><td><a href="/pages/1f44ff86c7f0e131b6664a2a748ddaced38e72d1"><strong>自動化</strong></a></td><td>ワークフローを構築・管理する</td></tr><tr><td><h4><i class="fa-credit-card">:credit-card:</i></h4></td><td><a href="/pages/125f088cb2e414a24eccde141ae14119cbdcfd64"><strong>支払い</strong></a></td><td>支払い／チェックアウトを設定する</td></tr><tr><td><h4><i class="fa-chart-pie-simple">:chart-pie-simple:</i></h4></td><td><a href="/pages/dd1140002703841d0cb0131037a454c07807fd06"><strong>分析＆レポート</strong></a></td><td>成功を追跡する</td></tr><tr><td><h4><i class="fa-money-bill-wave">:money-bill-wave:</i></h4></td><td><a href="/pages/d15bc4ef07be0a94d8e95ef743f05f006aac2486"><strong>アカウント管理</strong></a></td><td>請求に関するヘルプを得る</td></tr></tbody></table>

{% hint style="info" %}
**💜** [**Sesamiレビュー**](https://apps.shopify.com/sesami/reviews?ratings%5B%5D=5)
{% endhint %}


---

# 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://help.sesami.co/ja/readme.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.
