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

# Manual entry

> Type orders, cards, and balances in directly when other methods don't fit.

Manual entry is the simplest way to get data into Churning Tracker. Use it for one-off orders, retailers that aren't supported by the extension yet, or anything weird enough that auto-capture would miss details.

## When to use manual entry

<CardGroup cols={2}>
  <Card title="Small batches" icon="hand">
    Logging just a few orders that won't trigger an alert or extension capture.
  </Card>

  <Card title="Unsupported retailers" icon="store-slash">
    Stores the [Chrome extension](/chrome-extension) and [email automation](/email-automation) don't cover yet.
  </Card>

  <Card title="Edge-case orders" icon="circle-question">
    Returns, partial refunds, split shipments, or anything that needs manual review.
  </Card>

  <Card title="Catching up" icon="clock-rotate-left">
    Filling in a few historical orders without setting up a full CSV import.
  </Card>
</CardGroup>

<Tip>
  Migrating from a spreadsheet? Skip manual entry — use [CSV imports](/csv-imports) for anything more than a handful of rows.
</Tip>

## What you can enter manually

Every entity in Churning Tracker has a manual form.

| Entity               | Where to enter                              | Reference                                         |
| -------------------- | ------------------------------------------- | ------------------------------------------------- |
| **Order**            | Orders → New order                          | [Orders](/orders)                                 |
| **Payout**           | Payouts → New payout                        | [Payouts](/payouts)                               |
| **Credit card**      | Credit cards → New card                     | [Credit cards](/credit-cards#credit-cards)        |
| **Account owner**    | Account owners → New owner                  | [Account owners](/credit-cards#account-owners)    |
| **Point balance**    | Points → Balances → New balance             | [Point balances](/points#point-balances)          |
| **Retailer**         | Retailers → New retailer                    | [Retailers](/retailers)                           |
| **Retailer account** | Retailer detail page → New retailer account | [Retailer accounts](/retailers#retailer-accounts) |

## New order, step by step

The order form is the one you'll use most. The full field reference is on the [Orders](/orders#create-an-order) page; here are the entry tips that matter most.

<Steps>
  <Step title="Pick the order type">
    Buying group, cashback, or gift card resale. The type controls which fields and payout logic apply.
  </Step>

  <Step title="Set retailer + retailer account">
    Pick the retailer first; the retailer account dropdown filters to that store. Pre-create retailer accounts for any login you use more than once.
  </Step>

  <Step title="Pick account owner + card">
    These default to the most-recent values, which speeds up repeat entries.
  </Step>

  <Step title="Add line items">
    One row per product. Use **Add line** to add more rows. Quantity defaults to 1.
  </Step>

  <Step title="Save">
    The order lands in your **Orders** list immediately. Tracking, payouts, and shipment status can be added later.
  </Step>
</Steps>

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/churningtracker/images/screenshots/manual-entry-new-order.png" alt="New order form filled in manually" />
</Frame>

## Speed tips

* **Duplicate** an existing order from the orders list instead of starting blank — fastest way to log repeat purchases.
* **Defaults stick** — your last-used account owner, card, and order type pre-fill on the next entry.
* **Tab through the form** — every field is keyboard-accessible, no need to mouse around.
* **Skip optional fields** — only required fields need values to save. You can fill in tracking, status, and notes later.

## What's next

<CardGroup cols={2}>
  <Card title="CSV imports" icon="file-import" href="/csv-imports">
    Bulk-import existing spreadsheet history.
  </Card>

  <Card title="Chrome extension" icon="puzzle-piece" href="/chrome-extension">
    Capture orders at checkout instead of typing them.
  </Card>

  <Card title="Email automation" icon="envelope" href="/email-automation">
    Auto-parse confirmation emails from your inbox.
  </Card>

  <Card title="Match a payout" icon="dollar-sign" href="/payouts">
    Reconcile your first payout to its line items.
  </Card>
</CardGroup>
