> 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/en/ai/model-context-protocol/chatgpt/chatgpt-web.md).

# ChatGPT Web & Desktop Integration

This page explains how to integrate Hackle MCP through the plugin on [chatgpt.com](https://chatgpt.com/).

{% stepper %}
{% step %}

### Enable Developer Mode

Log in to ChatGPT.

Click your profile in the bottom-left to open the Settings window, then enable Developer Mode under `Security & Sign-in > Developer Mode`.

<figure><img src="/files/IRBoX8rsIJ68AT3VEsqG" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Add the plugin

Find the plugin menu in the left sidebar to open the plugin page, then click the `+` button.

When the Add plugin dialog appears, enter the information below and click the `Create` button.

<pre><code>Name: Hackle
<strong>URL: https://mcp.hackle.io/mcp
</strong>Authentication: OAuth
</code></pre>

<figure><img src="/files/PRASXaIAAYQpj0s4orIn" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Log in with your Hackle account

When the dialog below appears, click the `Log in with Hackle account` button.

<figure><img src="/files/CcNLa323BCC3qtKdugUf" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enter your Hackle API key

After adding the URL and clicking the Connect button, the authentication screen opens.

Paste your Hackle API key into the **API key field** and continue.

<figure><img src="/files/FVqadU1S0BLMslh46Snw" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Verify the connection

In a new conversation, try entering the message below.

```
Tell me the available Hackle tools
```

If you receive a list of available tools like the one below, the connection is working correctly.

```
There are 38 Hackle tools available in total.
...
(truncated)
```

{% endstep %}
{% endstepper %}


---

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