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

# Reo.Dev ChatGPT Connector

If you're new to the Reo ChatGPT Connector - this article has everything you need to get up and running!&#x20;

{% hint style="warning" %}
**Prerequisites:**

* ChatGPT Desktop App
* Active [Reo.Dev](http://Reo.Dev) Account
* Data-out API & Product API enabled on Reo.Dev
* Log out of [Reo.Dev](http://Reo.Dev) Account
  {% endhint %}

Here’s a step-by-step guide on connecting Reo to ChatGPT:

1. **Log out of your Reo.Dev Account**

<figure><img src="/files/BNtXpmAACWfnl5oQwWzA" alt=""><figcaption></figcaption></figure>

2. Open **ChatGPT desktop app** > click on **your profile in the left navigation menu** > select **Settings**

<figure><img src="/files/XtbN6bpGHD9SrpChNN2C" alt=""><figcaption></figcaption></figure>

3. Click on **Security & login**

<figure><img src="/files/ncpLPXqJlSzaYpt1PNKR" alt=""><figcaption></figcaption></figure>

4. Scroll down a bit and **switch on toggle for Developer mode**

<figure><img src="/files/XuNUgSUKeQ1xyK4xvT2c" alt=""><figcaption></figcaption></figure>

5. From the left navigation menu > select **Plugins**

<figure><img src="/files/Y4Nh1mTi4yiv2myAaskR" alt=""><figcaption></figcaption></figure>

6. Click on **+ icon next to Search button**

<figure><img src="/files/FAlTUnYjHtbk0A4JirSg" alt=""><figcaption></figcaption></figure>

7. Give it a name (example - Reo MCP), enter the following remote URL <mark style="color:red;">`https://mcp.reo.dev/mcp`</mark>

<figure><img src="/files/FljBCbCCTpPVYNta4QiO" alt=""><figcaption></figcaption></figure>

8. Then, click on **Create**

<figure><img src="/files/2JkOcpZLiPRtZrqCkgMU" alt=""><figcaption></figcaption></figure>

9. Click on **Sign In with Reo MCP** > you will get redirected to the Reo.Dev web app. **You will be required to log in to your Reo account to complete the setup.**

<figure><img src="/files/vkGDWNYf932oS9Th7CeV" alt=""><figcaption></figcaption></figure>

10. Login to Reo and share your credentials

<figure><img src="/files/gXodPYOVW9ZtnklJfX2I" alt=""><figcaption></figcaption></figure>

11. Once you log in to your Reo account, **you will land back in ChatGPT.** You will see connection with Reo MCP.&#x20;

<figure><img src="/files/dxkx1TMHZhtbjcMo7U52" alt=""><figcaption></figcaption></figure>

12. To check if you’re connected, navigate to **Left Nav Bar** > **Plugins** > **Installed** > see the **Reo MCP connector.**

If you see a screen like the one below, you're all set ✅

<figure><img src="/files/yxt1IoPHZzAXCjeCacfv" alt=""><figcaption></figcaption></figure>

***

{% hint style="info" %}
**In case you need any help with setting this up, contact us at** [**support@reo.dev**](mailto:support@reo.dev) **or** [**book a call here.**](https://calendly.com/chhavi-reo/30min)
{% endhint %}


---

# 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.reo.dev/reo.dev-chatgpt-connector.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.
