> For the complete documentation index, see [llms.txt](https://doc.cards-microlearning.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.cards-microlearning.com/english/ai-agents-and-mcp/chatgpt.md).

# ChatGPT

### Add the connector

The first step to adding the connector to ChatGPT is to enable "developer mode". Custom MCP connectors are still in beta on ChatGPT, and enabling this mode is necessary.

{% hint style="info" %}
Note: Custom MCPs are only available in the web version of ChatGPT, and not on their desktop software.
{% endhint %}

To enable developer mode, go to Settings (by clicking on your name in the left column and then "Settings"), then to "Applications". Then click on "Advanced settings":

<figure><img src="/files/aQTILnsU2z8GJd0eSW9C" alt=""><figcaption><p>Enable developer mode</p></figcaption></figure>

You can then activate the mode, and a "Create an app" button will appear.

Click the "Create an app" button to open the connector configuration window. You can enter the following information:

* Name: Cards
* Connection: `https://api.cards-microlearning.com/mcp/cards`
* Authentication: Leave as "OAuth"
* Check the box "I understand and wish to continue".

<figure><img src="/files/UlNGxjbHZliagldfMU70" alt=""><figcaption><p>Adding a connector to ChatGPT</p></figcaption></figure>

Click "Create" to add the connector.

A window will then appear, asking you to log in:

<figure><img src="/files/xWp5h2EWFBDyy8E8J2h3" alt=""><figcaption><p>Cards connection request</p></figcaption></figure>

Click on "Connect with Cards", and a window will open so you can enter your Cards credentials, then choose your Cards space:

<figure><img src="/files/0ugHqXU1VWEkoehE47pj" alt=""><figcaption><p>OAuth Cards login screen</p></figcaption></figure>

Once connected, you are redirected to ChatGPT, which confirms the successful connection.

<figure><img src="/files/umrBTWMQ4xAHhP4jqO3e" alt=""><figcaption><p>Connection confirmation between ChatGPT and Cards</p></figcaption></figure>

### Usage

You can then select the connector in your chat and start working on your Cards account with AI.

<figure><img src="/files/9LqWQ51IEekahKqzp947" alt=""><figcaption><p>Using Cards in ChatGPT</p></figcaption></figure>


---

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

```
GET https://doc.cards-microlearning.com/english/ai-agents-and-mcp/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.
