# API ガイド

- [Open API](https://docs.contiple.com/jp/api/open-api.md): Contiple が提供するヘルプセンターのお知らせ、FAQ、チケット情報など、さまざまな問い合わせ関連情報を Open API を通じてご活用いただけます。
- [サービス](https://docs.contiple.com/jp/api/open-api/service.md)
- [お知らせ](https://docs.contiple.com/jp/api/open-api/notice.md)
- [FAQ](https://docs.contiple.com/jp/api/open-api/faq.md)
- [お問合せ](https://docs.contiple.com/jp/api/open-api/inquiry.md)
- [お問合せ履歴](https://docs.contiple.com/jp/api/open-api/inquiry-history.md)
- [会員認証 (POST)](https://docs.contiple.com/jp/api/open-api/post.md)
- [会員認証 (GET)](https://docs.contiple.com/jp/api/open-api/get.md)
- [顧客情報連動](https://docs.contiple.com/jp/api/open-api/data-connection.md): 自社で利用している外部サービスの情報を、 API設定を通じて Contiple のチケット管理画面上で参照できる機能です。


---

# Agent Instructions: 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:

```
GET https://docs.contiple.com/jp/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
