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

# What your traders get

> The workspace your traders sign into — charts, alerts, backtesting, journaling and the rest — none of which you build.

The rest of this site is written for your engineers: keys, routes, webhooks. This page is the
other half of the deal. Your traders do not call the API — they sign in to trdrs and get a
finished trading platform, and every feature below is one you do not build, host, or support.

<CardGroup cols={2}>
  <Card title="The chart" icon="chart-candlestick">
    Live candles, 20+ built-in indicators, a full drawing toolset, market sessions, and
    per-symbol settings that follow the trader between devices.
  </Card>

  <Card title="Alerts" icon="bell">
    Price alerts on any symbol, delivered while the trader is away from the screen.
  </Card>

  <Card title="The order ticket" icon="receipt">
    Market, limit, stop and stop-limit orders with bracket exits, saved exit plans, and one
    order path with the safety rails on by default.
  </Card>

  <Card title="Bar replay and backtesting" icon="backward">
    Replay any session bar by bar, and test strategies against history before risking an
    account.
  </Card>

  <Card title="Strategies and scripts" icon="code">
    Author strategies and custom indicators in the built-in editor, with the platform's own
    scripting SDK and built-ins.
  </Card>

  <Card title="The journal" icon="book">
    A calendar of every session, with the trades attached — the review habit a firm wants its
    traders to have.
  </Card>

  <Card title="The trade copier" icon="copy">
    Mirror one account's trades into others, for traders running more than one account.
  </Card>

  <Card title="Leaderboard and competitions" icon="trophy">
    Real-P\&L standings and prize-pool competitions, if you want your traders competing in
    public.
  </Card>

  <Card title="The AI assistant" icon="robot">
    An assistant that reads the trader's own charts and journal, in the same workspace.
  </Card>

  <Card title="Phone and desktop" icon="mobile">
    The same workspace on a phone, including the chart, the ticket, and every menu built for
    touch.
  </Card>
</CardGroup>

## Why this matters to your integration

Your engineers integrate the parts a firm actually owns: issuing accounts, governing risk,
reconciling billing, and reacting to events. The trading experience is already built and already
maintained — so an evaluation you sell on Monday is tradable on a full platform the same day,
without a front end of your own.

<Note>
  Building your own front end anyway? The [chart library](/chart-integration) and the
  [TypeScript SDK](/partner-platform/http-clients/typescript) are the same pieces this platform is
  made of.
</Note>

## What you still decide

* Which accounts exist, and on what terms — [Prop firms](/guides/prop-firms-overview) or
  [Connect](/guides/connect-overview).
* The risk that governs them — [Govern account risk](/guides/govern-account-risk).
* What your own systems do with the events — [Receive events](/guides/receive-events).
