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

# Welcome to Heron Copier

export const HeroCard = ({img, title, description, href}) => {
  return <a className="border-b pb-8 cursor-pointer border-gray-500 dark:border-gray-800 hover:!border-primary dark:hover:!border-primary-light" href={href}>
      <img src={img} />
      <h1 className="mt-4 font-semibold text-gray-900 dark:text-white">{title}</h1>
      <h2 className="mt-1 text-gray-600 dark:text-gray-400 text-sm leading-6">{description}</h2>
    </a>;
};

<img src="https://mintcdn.com/heroncopier/pDk_x6n6sALB-zdo/setup/dashboard2.png?fit=max&auto=format&n=pDk_x6n6sALB-zdo&q=85&s=d0e0f42c6f55513ce45d4cbce36b151c" width="1919" height="1072" data-path="setup/dashboard2.png" />

Heron Copier is a multiplatform trade copier and trading journal that supports [both cloud and local deployment](/local-vs-cloud)

Using our trade copier, you can copy your trades between any number of cTrader/MetaTrader 4/MetaTrader 5/TradeLocker/MatchTrader/DXTrade accounts (pretty much any combinations of them). Any trades made will also be recorded in your trading journal, providing you with a comprehensive record of your trading journey with meaningful metrics and insights.

This documentation will guide you through the process of setting up and using Heron Copier in both cloud and local environments.

You can go to the [Quick Start Guide](/setup/setup) to quickly setup the copier, or if you want to learn more about [how the copier works](/howdoesthecopierwork) so that you can setup various [use cases](/usecases), please refer to the respective sections.

<CardGroup cols={3}>
  <Card title="Quick Start Guide" icon="rocket" href="setup/setup">
    Set up Heron Copier (Cloud or Local) in minutes!
  </Card>

  <Card title="Dashboard" icon="network-wired" href="setup/monitoring">
    Monitor and manage your trades in real-time
  </Card>

  <Card title="Config Reference Page" icon="screwdriver-wrench" href="config/config">
    Read more about different configuration options
  </Card>

  <Card title="How the Copier Works" icon="lightbulb" href="howdoesthecopierwork">
    Learn about how Heron Copier works
  </Card>

  <Card title="Use Cases" icon="bullseye" href="usecases">
    Explore different use cases for Heron Copier
  </Card>

  <Card title="FAQ" icon="question" href="faq">
    Frequently asked questions
  </Card>
</CardGroup>
