# ChatGPT

## Prerequisites

* A ChatGPT account (register at <https://chatgpt.com/>)
* A Pending AI account (contact us at `support@pending.ai`)

## Setup Guide

{% stepper %}
{% step %}

### Navigate to your <mark style="color:$primary;">Settings ></mark> [<mark style="color:$primary;">Apps and</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">**Connectors**</mark>](#user-content-fn-1)[^1]

Once you are logged in with your ChatGPT Plus account, navigate to your account's settings tab, then click on Apps & Connectors via the bottom left menu <mark style="color:$primary;">**Settings > Apps & Connectors**</mark>.

<div><figure><img src="/files/FdICKoDYgoB62bIJGmUL" alt="" width="278"><figcaption></figcaption></figure> <figure><img src="/files/QBEHrbSrJ8phZGk7Gtdp" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Enable Developer Mode

Scroll to the bottom of the panel to where it says Advanced Settings:

<div><figure><img src="/files/IcOkchZAK7KoCDOoDqmS" alt="" width="563"><figcaption></figcaption></figure> <figure><img src="/files/FKMItNzu6u7afdU6Ou6q" alt="" width="552"><figcaption></figcaption></figure></div>

Then toggle the developer mode to be enabled.&#x20;

<div><figure><img src="/files/dQqsbmA3gj7Ltp9ANtr4" alt="" width="545"><figcaption></figcaption></figure> <figure><img src="/files/x0DuQVAUBu9Oa3mvpAqd" alt="" width="549"><figcaption></figcaption></figure></div>

### 3. Create the Pending AI custom connector

Press <mark style="color:$primary;">**Create**</mark>.

<figure><img src="/files/MlkDYW8tQPFW47JqSc1L" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Provide a name (such as "Pending AI MCP") and set the Remote MCP server URL as `https://mcp.pending.ai/mcp` as shown in the image. Check the box to accept that MCP servers introduce risk, and press <mark style="color:$primary;">**Create**</mark>.

<figure><img src="/files/1hdOIWslJwzyOiak7KIk" alt="" width="495"><figcaption></figcaption></figure>

### Authenticate with the Pending AI connector

Press <mark style="color:$primary;">**Connect**</mark> <i class="fa-up-right-from-square">:up-right-from-square:</i> to authenticate with the connector, you will be redirected to give consent for registering with the server, press <mark style="color:$primary;">**Allow Access**</mark> and login with your Pending AI account.

<figure><img src="/files/reZlHSKoxBZ9gilCjkAQ" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

The MCP server is now connected and you can now use it within ChatGPT.

<figure><img src="/files/EzcrHbcApQsgIKosJt5T" alt="" width="563"><figcaption></figcaption></figure>

[^1]:


---

# 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.pending.ai/integrations/agentic-ai/mcp-server/connectors/chatgpt.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.
