> 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/apps-integrations.md).

# アプリと連携

- [Shopify](https://help.sesami.co/ja/apps-integrations/shopify.md)
- [SesamiとShopify](https://help.sesami.co/ja/apps-integrations/shopify/sesami-and-shopify.md)
- [オンラインストア](https://help.sesami.co/ja/apps-integrations/shopify/online-store.md)
- [手動インストール](https://help.sesami.co/ja/apps-integrations/shopify/online-store/manual-install.md)
- [カスタムページに埋め込む](https://help.sesami.co/ja/apps-integrations/shopify/online-store/embed-on-custom-pages.md)
- [カート確認スクリプト](https://help.sesami.co/ja/apps-integrations/shopify/online-store/cart-verification-script.md)
- [カート確認スクリプトのスタイルをカスタマイズする](https://help.sesami.co/ja/apps-integrations/shopify/online-store/customize-cart-verification-script-styles.md)
- [数量ドロップダウンメニューを削除する](https://help.sesami.co/ja/apps-integrations/shopify/online-store/i-want-to-remove-the-quantity-drop-down-menu.md)
- [POS](https://help.sesami.co/ja/apps-integrations/shopify/pos.md)
- [POSと複数店舗](https://help.sesami.co/ja/apps-integrations/shopify/pos/pos-and-multi-location.md): POSシステムと統合された複数店舗機能により、スムーズで効率的な運用を実現します。
- [共同作業者アクセス](https://help.sesami.co/ja/apps-integrations/shopify/collaborator-access.md)
- [カタログと商品](https://help.sesami.co/ja/apps-integrations/shopify/catalog-and-products.md)
- [注文](https://help.sesami.co/ja/apps-integrations/shopify/orders.md)
- [顧客](https://help.sesami.co/ja/apps-integrations/shopify/customers.md)
- [予約プロセス中に追加情報を収集するためにShopifyの商品フィールドを使用する](https://help.sesami.co/ja/apps-integrations/shopify/purosesuniwosurutamenishopifynofrudowosuru.md)
- [Shopifyの確認メールを編集して商品オプションを含める](https://help.sesami.co/ja/apps-integrations/shopify/edit-your-shopify-confirmation-email-to-include-product-options.md)
- [Klaviyo](https://help.sesami.co/ja/apps-integrations/klaviyo.md)
- [Googleカレンダー](https://help.sesami.co/ja/apps-integrations/google-calendar.md)
- [macOS、iOS（iPhone/iPad）でのGoogleカレンダー](https://help.sesami.co/ja/apps-integrations/google-calendar/google-calendar-with-macos-os-x-ios-iphone-ipad.md)
- [Sesami Formsアプリ](https://help.sesami.co/ja/apps-integrations/sesami-forms-app.md)
- [APIとアプリ開発](https://help.sesami.co/ja/apps-integrations/api-and-building-apps.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://help.sesami.co/ja/apps-integrations.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.
