# Connect to ChatGPT

**See Also**

* [**Copy-Ready Prompts**](/user-guide/mcp/prompts.md)

{% hint style="info" %}
Currently, only **Federal Data** is available through the GovTribe App on ChatGPT. We are working to expand the app to include state, local, and grant data in the near future.
{% endhint %}

#### Step 1 — Add Official App

1. In ChatGPT, go to the [**Official GovTribe App.**](https://chatgpt.com/apps/govtribe/asdk_app_699f29340c288191885b95a1ebd3cad6)
2. Click "Connect" and follow the prompts to sign in to your account.
3. **Optional:** Enable reference memories and chats

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

<figure><img src="/files/0adn3VwV7R2YQEcHjaQk" alt=""><figcaption></figcaption></figure>

#### Step 2 – Start Chatting

You can now select the **GovTribe MCP**, allowing you to answer questions with GovTribe's live data.<br>

Try out these test prompts:

* “Use the GovTribe connector to find federal contract opportunities with ‘zero trust’ in the title.”
* “Search for federal contract opportunities posted in the last 7 days related to ‘cybersecurity’.”
* “Find vendors related to ‘computer systems design services’ and summarize the top matches.”

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

***

### Advanced Options

{% hint style="info" %}
If you are a **developer**, see our guide for [connecting GovTribe MCP to OpenAI's API.](/user-guide/integrations/govtribe-mcp/advanced-developer/connect-via-api.md#openai-api)
{% endhint %}


---

# 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.govtribe.com/user-guide/integrations/govtribe-mcp/connect-to-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.
