> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gocertify.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Ask These Docs from Your AI Assistant

> Connect Claude, ChatGPT, or any MCP-compatible AI assistant to the Gocertify docs and get instant, sourced answers while you build

These docs are available as an [MCP server](https://modelcontextprotocol.io) — an open standard that lets AI assistants search and read documentation directly. Connect it once, and your assistant answers integration questions from the live docs, with links to the exact pages it used.

No API key, no sign-in — the endpoint is free and public:

```
https://docs.gocertify.me/mcp
```

## What you can ask

* "How do I add Gocertify to my site?"
* "What's the difference between the on-site and in-app integrations?"
* "Show me how to track conversions from a Shopify store"
* "Which CDP integrations are available?"

Answers come from the same pages you're reading now — your assistant searches the docs, reads the relevant pages, and cites them so your team can go deeper.

## Connect from Claude

<Steps>
  <Step title="Add the connector">
    In [claude.ai](https://claude.ai), go to **Settings → Connectors → Add custom connector**.
  </Step>

  <Step title="Enter the endpoint">
    Name it `Gocertify Docs` and set the URL to `https://docs.gocertify.me/mcp`.
  </Step>

  <Step title="Ask away">
    Start a chat and ask an integration question — Claude searches the docs and answers with sources.
  </Step>
</Steps>

Using Claude Code? Add it from the terminal instead:

```bash theme={null}
claude mcp add --transport http gocertify-docs https://docs.gocertify.me/mcp
```

## Connect from ChatGPT

Custom connectors require a paid ChatGPT plan with developer mode enabled.

<Steps>
  <Step title="Enable developer mode">
    In ChatGPT, go to **Settings → Connectors → Advanced settings** and enable **Developer mode**.
  </Step>

  <Step title="Create the connector">
    Create a new connector with the URL `https://docs.gocertify.me/mcp` — no authentication needed.
  </Step>

  <Step title="Use it in a chat">
    Enable the connector in your conversation and ask your integration questions there.
  </Step>
</Steps>

## Other MCP clients

Any MCP-compatible tool works — Cursor, VS Code, and most agent frameworks accept a remote MCP server URL. Point them at `https://docs.gocertify.me/mcp` with no authentication.

<Tip>
  Building your integration with an AI coding assistant? Connect the docs MCP in the same workspace — your assistant can then check the API reference and integration guides as it writes, instead of guessing.
</Tip>
