> For the complete documentation index, see [llms.txt](https://help.slidespilot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.slidespilot.com/slidespilot-help-center-ja/yi-ban/oiwase.md).

# お問い合わせ

SlidesPilotに関するご質問は、このヘルプセンターでほとんどの場合解決策が見つかる可能性が高いです。ここで解決策を検索する方が、私たちに連絡するよりもはるかに早いことがよくあります。

* サブスクリプションを管理またはキャンセルするには、次のページにアクセスしてください： [サブスクリプション管理ページ](/slidespilot-help-center-ja/puranto/sabusukuripushonwosuru.md).
* 次のページをご確認ください： [返金ポリシーページ](/slidespilot-help-center-ja/puranto/porish.md) に関する情報をご覧の上で、返金のリクエストについてお問い合わせください。

### ヘルプのためのお問い合わせ

追加のサポートが必要な場合は、次の連絡先までご連絡ください： <help@slidespilot.com>.

お問い合わせの件数が多いことやタイムゾーンの違いにより、返信に2～3営業日かかる場合があります。

{% hint style="warning" %}
ご連絡いただく前に、SlidesPilotに登録したのと同じメールアドレスを使用していることを確認するか、現在SlidesPilotで使用しているメールアドレスをお知らせください。&#x20;

**ご連絡の前にメールアドレスが確認済みであることを確認してください。**
{% endhint %}

### コラボレーションの機会をお探しですか

有意義なつながりや協力の機会を歓迎します。お話ししたい場合は、次を通じてご連絡いただけます： [LinkedIn](https://www.linkedin.com/company/slidespilot/) および [X](https://x.com/stephen_huang).


---

# 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.slidespilot.com/slidespilot-help-center-ja/yi-ban/oiwase.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.
