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

# Use Replo with Claude and ChatGPT

> Install Replo from the Claude connector directory or the ChatGPT plugin directory.

Install Replo from the directory in Claude or ChatGPT, authorize your Replo account, and then ask the chat to work with your projects.

## Before you begin

* Sign in to the Replo account that has access to the projects you want to use.
* Make sure your Claude or ChatGPT plan and workspace allow connectors or plugins.
* Ask a workspace administrator for access if installation is restricted.

## Connect from Claude

<Steps>
  <Step title="Install the Replo connector">
    Open the [Replo connector page](https://claude.ai/directory/replo) in Claude and select **Connect**.
  </Step>

  <Step title="Authorize when Claude prompts you">
    Claude handles the connection for you: as soon as you select **Connect**, it opens a Replo sign-in window. Sign in, confirm that Claude is the app requesting access, then select **Allow access**.
  </Step>

  <Step title="Ask Replo something in a chat">
    Start a new conversation with the Replo connector enabled and ask Claude a Replo question, for example:

    ```text theme={null}
    List the Replo projects I can access.
    ```
  </Step>

  <Step title="You're good to go">
    Claude can now work with your Replo projects. Continue the conversation or try one of the workflows below.
  </Step>
</Steps>

## Connect from ChatGPT

<Steps>
  <Step title="Install the Replo plugin">
    Open the [Replo plugin page](https://chatgpt.com/plugins/plugin_asdk_app_6a70d49bbd808191856702565c3be463) in ChatGPT and install it. You can also find it by opening **Plugins** in ChatGPT and searching for **Replo**.
  </Step>

  <Step title="Ask Replo something in a chat">
    Start a new conversation and ask ChatGPT a Replo question, for example:

    ```text theme={null}
    List the Replo projects I can access.
    ```
  </Step>

  <Step title="Sign in to Replo when prompted">
    ChatGPT prompts you to connect your Replo account. Sign in to Replo, confirm that ChatGPT is the app requesting access, then select **Allow access**.
  </Step>

  <Step title="You're good to go">
    ChatGPT can now work with your Replo projects. Continue the conversation or try one of the workflows below.
  </Step>
</Steps>

## Try a workflow

After the chat lists your projects, name the project you want it to use. These examples cover discovery, analysis, and a scheduled write.

### Review scheduled tasks

```text theme={null}
In the Acme project, list my scheduled Replo tasks and summarize what each one does and when it will run next.
```

**Expected result:** Claude or ChatGPT identifies the project, lists its scheduled tasks, and summarizes them without changing anything.

### Analyze site traffic

```text theme={null}
In the Acme project, compare daily sessions and conversion rate for the last 30 days. Call out the three largest changes.
```

**Expected result:** Claude or ChatGPT queries Replo analytics and returns the requested comparison without changing the project.

### Create a scheduled task

```text theme={null}
In the Acme project, create a scheduled task called "Review summer landing page" that runs every Monday at 9:00 AM Pacific time.
```

**Expected result:** Claude or ChatGPT creates the scheduled task and confirms when it will run next.

Replace `Acme` with your project name. If the chat finds more than one match, ask it to show the project IDs and choose the correct one before continuing.

<Warning>
  Review the selected project and action before approving a write or destructive
  tool. Claude and ChatGPT control when they show confirmation prompts.
</Warning>

## More workflow examples

### Launch a campaign

```text theme={null}
Create a launch campaign for my next product, including the offer, landing page, ad concepts, and email copy.
```

### Build and publish a landing page

```text theme={null}
Build and publish a landing page for my best-selling product using its catalog data and my brand assets.
```

### Improve an underperforming page

```text theme={null}
Find my highest-traffic underperforming page, diagnose the drop-off, and design an A/B test to improve conversion.
```

## Manage the connection

Use the same **Connectors** or **Plugins** settings where you installed Replo to disable, disconnect, or reconnect it. Disconnect Replo when you no longer want Claude or ChatGPT to access your projects.

Replo handles connected-account data under its [Privacy Policy](https://www.replo.app/privacy). Contact [support@replo.app](mailto:support@replo.app) for connection or account help.

## Next steps

<CardGroup cols={2}>
  <Card title="Understand MCP access" icon="shield-check" href="/mcp/overview">
    Review permissions, responsibilities, and destructive actions.
  </Card>

  <Card title="Troubleshoot MCP" icon="wrench" href="/mcp/troubleshooting">
    Resolve installation, authentication, project, and tool problems.
  </Card>
</CardGroup>
