# API 가이드

- [Open API](https://docs.contiple.com/api/open-api.md): 콘티플에서 헬프센터 공지사항, FAQ, 티켓 정보 등 다양한 상담 정보를 Open API로 제공합니다.
- [서비스](https://docs.contiple.com/api/open-api/service.md)
- [공지사항](https://docs.contiple.com/api/open-api/notice.md)
- [FAQ](https://docs.contiple.com/api/open-api/faq.md)
- [문의 접수](https://docs.contiple.com/api/open-api/inquiry.md)
- [문의 내역](https://docs.contiple.com/api/open-api/inquiry-history.md)
- [회원 연동 (POST)](https://docs.contiple.com/api/open-api/post.md)
- [회원 연동 (GET)](https://docs.contiple.com/api/open-api/get.md)
- [고객 정보 연동](https://docs.contiple.com/api/open-api/data-connection.md): 콘티플이 아닌 자체 사용 중인 외부 서비스의 정보를 API 설정을 통해 티켓 관리에서 조회할 수 있는 기능입니다.


---

# 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/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.
