> For the complete documentation index, see [llms.txt](https://docs.assort.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.assort.app/terms-and-policies/disclaimer.md).

# 免責事項

## Assort AI における免責事項

Assort AI は、OpenAI の ChatGPT を利用しております。ChatGPT は高度な人工知能ですが、時として不正確な回答や情報を生成する可能性があります。このため、ご利用の際は以下の点にご留意ください。

1. Assort AI で生成された回答や情報の正確性については、当社は一切の責任を負いません。ご自身の責任で情報の正確性を確認し、必要に応じて専門家にご相談ください。
2. ChatGPT は最新の情報やトレンドを把握しておりません。したがって、Assort AI が提供する情報も最新の情報と異なる可能性がございます。最新の情報については、別途ご自身でご確認ください。
3. Assort AI は、当社が OpenAI の規約および免責事項に従って運営しております。これらの詳細については、別途 OpenAI のウェブサイトをご参照ください。

以上の点を十分にご理解いただいた上で、Assort AI をご利用ください。

## お問い合わせ

本件に関するご質問、ご意見、ご要望は <support@gamehint.app> までお寄せください。


---

# 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.assort.app/terms-and-policies/disclaimer.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.
