> ## 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.

# Trading Overview

> Place, protect, and manage orders on any connected account — one order path, idempotent by design.

Trading is how orders reach the venue on trdrs: market, limit, stop, and stop-limit entries,
protective exits that travel with them, and position actions for the moments that matter. Every
request that can create or move money carries [an idempotency
key](/partner-platform/overview/idempotency), so a retry is always safe.

## What you can build

* **Place orders with exits attached** — the stop and target ride along atomically, as one unit or not at all.
* **Set and move protection after entry** — each level is three-state: a number sets it, null removes it, omitting it leaves the resting leg alone.
* **Manage what's resting** — replace an order's price, cancel one, or cancel everything working. A replace reports its own `outcome`, and only `amended` and `replaced` are successes.
* **Act on positions** — flatten one instrument, flatten the account, reverse a position, close part of one. Each cancels something different first.
* **Apply saved exit plans** — preview a plan against the account, then place by reference, never by retyped levels.
* **Configure leverage where the venue has it** — read and set leverage and margin mode per instrument, and price an order's margin before sending it.
* **Respect the risk gate** — a locked account answers `423` to every order; the controls that lock it are readable and settable.

## Core objects

An order, a position, its exits (the stop and target), an exit plan, and the risk controls. Each
appears in [Trading](/api-reference/trading/place-an-order) and
[Account](/api-reference/account/list-accounts) in the reference.

## Where to go next

<Columns cols={2}>
  <Card title="Place your first order" icon="rocket" href="/guides/place-your-first-order">
    From a firm key to a filled order with exits, in five steps.
  </Card>

  <Card title="Protect a position" icon="shield" href="/guides/protect-a-position">
    The stop and the target as one unit, at entry or after.
  </Card>

  <Card title="Manage working orders" icon="pen-to-square" href="/guides/manage-working-orders">
    Replace a price, cancel one, sweep the book.
  </Card>

  <Card title="Close a position" icon="right-from-bracket" href="/guides/close-a-position">
    Four ways out, and what each cancels first.
  </Card>

  <Card title="Save exit plans" icon="layer-group" href="/guides/save-exit-plans">
    Author a ladder once, preview it, place by reference.
  </Card>

  <Card title="Set risk controls" icon="lock" href="/guides/manage-risk-controls">
    The five controls, and the `423` they produce.
  </Card>

  <Card title="Trade with leverage" icon="scale-unbalanced" href="/guides/trade-with-leverage">
    Leverage, margin mode, and the margin an order costs.
  </Card>

  <Card title="Track fills and P&L" icon="table-list" href="/guides/track-fills-and-pnl">
    The durable ledgers, and when to prefer the snapshot.
  </Card>
</Columns>
