> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/ai/model-context-protocol/chatgpt.md).

# ChatGPT 연동

ChatGPT 플러그인 기능을 이용하면 핵클 MCP와 쉽게 연동할 수 있습니다.

### 플러그인 사용 조건

플러그인을 통한 핵클 MCP 이용은 유료 플랜에서만 사용 가능합니다.

* Plus
* Pro
* Business
* Enterprise
* Edu

{% hint style="warning" %}
ChatGPT 정책에 따라 플러그인 및 커스텀 MCP 사용 조건이 변경될 수 있습니다.
{% endhint %}

### 연동하기

{% content-ref url="/pages/bZeBT8pFps1yRsRTJx3q" %}
[ChatGPT 웹 & 데스크탑 연동](/ai/model-context-protocol/chatgpt/chatgpt-web.md)
{% endcontent-ref %}


---

# 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.hackle.io/ai/model-context-protocol/chatgpt.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.
