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

# ProjectX Connection

> How to connect your ProjectX account to Edge Analyzer

ProjectX uses API key authentication for secure connections.

## Prerequisites

* An active ProjectX account
* Your API key (generated from ProjectX dashboard)

## Getting Your API Key

<Steps>
  <Step title="Log in to ProjectX">
    Go to your ProjectX dashboard.
  </Step>

  <Step title="Navigate to API Settings">
    Find the API or Developer section in your account settings.
  </Step>

  <Step title="Generate API Key">
    Create a new API key and copy it securely.
  </Step>
</Steps>

<Warning>
  Keep your API key secure. Never share it publicly or commit it to version control.
</Warning>

## Connecting to Edge Analyzer

<Steps>
  <Step title="Navigate to Connections">
    Go to **Connections** in the sidebar and click **Add Connection**.
  </Step>

  <Step title="Select ProjectX">
    Choose **ProjectX** from the platform options.
  </Step>

  <Step title="Enter Details">
    * **Connection Name**: A friendly name for this connection
    * **Username**: Your ProjectX username
    * **API Key**: The API key you generated
  </Step>

  <Step title="Connect">
    Click **Connect** to establish the connection.
  </Step>
</Steps>

## Features

ProjectX connections support:

* Real-time order synchronization
* Copy trading (leader and follower)
* Account balance tracking
* Position monitoring

## Troubleshooting

<AccordionGroup>
  <Accordion title="Invalid API key">
    * Verify the API key is correct and active
    * Generate a new key if the old one was revoked
    * Check for extra spaces when copying the key
  </Accordion>

  <Accordion title="Connection failed">
    * Ensure your ProjectX account is in good standing
    * Check if API access is enabled for your account
    * Contact ProjectX support if issues persist
  </Accordion>
</AccordionGroup>
