> For the complete documentation index, see [llms.txt](https://trada-llc.gitbook.io/trada-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trada-llc.gitbook.io/trada-docs/getting-started/readme.md).

# Welcome to Trada

Trada is **trade-copier and journaling infrastructure** for traders running multiple accounts. You take the trading decisions — Trada handles everything after the decision: copying each trade across your accounts, enforcing your risk limits, and journaling the results for review.

Trada is not a broker, a trading platform, or an investment adviser. It connects to accounts you already own and sits between them.

{% hint style="info" %}
New here? Read [What is Trada](/trada-docs/getting-started/what-is-trada.md) for the five-minute overview, then follow the [Quickstart](/trada-docs/getting-started/quickstart.md) to connect an account and set up your first copier.
{% endhint %}

## Start here

* [**What is Trada**](/trada-docs/getting-started/what-is-trada.md) — what the product does, who it's for, and how the pieces fit together.
* [**Quickstart**](/trada-docs/getting-started/quickstart.md) — sign up, connect an account, create a copier, and review your first trades.
* [**Core concepts**](/trada-docs/getting-started/core-concepts.md) — copiers, senders, receivers, protection, and the terms used throughout these docs.

## Explore the docs

* [**Connecting accounts**](/trada-docs/connecting-accounts/connecting-accounts.md) — link the Forex and Futures accounts you already use, across nine platforms.
* [**Copy trading**](/trada-docs/copy-trading/copy-trading.md) — mirror one master account to every connected account, sized and controlled per account.
* [**Journal**](/trada-docs/journal/journal.md) — every closed trade, captured automatically and ready to review.
* [**Reports & analytics**](/trada-docs/reports-and-analytics/reports.md) — cross-account performance and your Trading Health Score.
* [**Plans & billing**](/trada-docs/plans-and-billing/plans-billing.md) — tiers, add-ons, and the Free Starter partner unlock.
* [**Account & security**](/trada-docs/account-and-security/account-security.md) — profile, two-factor authentication, and sessions.

## What you can do with Trada

* Copy one master trade to every connected account in real time, across nine Forex and Futures platforms.
* Size each account independently — five lot-sizing modes, including fixed % risk.
* Enforce per-account risk limits that **notify**, **stop the copier**, or **flatten the account** automatically.
* Auto-journal every closed trade and review your performance with a six-metric Trading Health Score.

***

Trading carries risk of loss. Trada is software; you retain all trading responsibility. See [Risk disclaimer & legal](/trada-docs/reference/legal.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://trada-llc.gitbook.io/trada-docs/getting-started/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
