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

# Quickstart

> Go from sign-up to your first real backtest in about five minutes — just by typing one idea.

You can test your first trading idea in about five minutes. Sign in, start your
trial, type one idea in plain English, and watch the strategy and its backtest
appear. No code, no spreadsheets, no platform scripting.

<Info>
  Past performance does not guarantee future results. Always test before you trade.
</Info>

<Steps>
  <Step title="Go to askfutures.com and sign in" icon="right-to-bracket">
    Open [askfutures.com](https://askfutures.com) and sign in. New here? Create
    an account first — it takes a moment.

    <Frame caption="A fresh chat, ready for your idea.">
      <img src="https://mintcdn.com/askfutures-e66ce91a/vMCNWxZcO7WVTzjA/images/new-chat.png?fit=max&auto=format&n=vMCNWxZcO7WVTzjA&q=85&s=d93a37523bc26add8efdf3ba29e3b37a" alt="The AskFutures new-chat screen" width="2582" height="1724" data-path="images/new-chat.png" />
    </Frame>
  </Step>

  <Step title="Start your 3-day free trial" icon="gift">
    Pick a plan to begin your **3-day free trial**. You won't be charged today —
    the trial gives you time to run real backtests before you decide. See
    [account and billing](/guides/manage-account-and-billing) for what each plan
    includes.
  </Step>

  <Step title="Type one idea in plain English" icon="comments">
    Describe a trade the way you'd say it to a fellow trader. Try this one:

    ```text Your first prompt theme={null}
    Buy Micro Nasdaq when price breaks above the first 15-minute high,
    and exit if it closes back below the midpoint of that range
    ```

    Send it. You don't need to mention bars, dates, or directions — AskFutures
    fills in sensible defaults (last 1 year, 1-minute bars, day-trading, and an
    end-of-day exit) and tells you what it assumed.

    <Tip>
      Phrasing tips: name the market ("Micro Nasdaq" or "MNQ"), state the entry
      ("when price breaks above…"), and, if you want, the exit ("exit if…").
      Anything you leave out becomes a stated assumption you can change later —
      so it's fine to start rough and refine.
    </Tip>
  </Step>

  <Step title="Watch the strategy and backtest appear" icon="chart-line">
    AskFutures turns your sentence into a precise rule-based strategy and runs it
    through a fixed, deterministic backtest over years of real prices. The
    **strategy card** shows the entry, exit, filters, and a **Strategy Flow**
    chart of the logic; the backtest tab shows the equity curve and the headline
    numbers — net of modeled slippage and commission.

    <Frame caption="The strategy card: your idea as exact rules, plus a flow chart.">
      <img src="https://mintcdn.com/askfutures-e66ce91a/vMCNWxZcO7WVTzjA/images/strategy-card.png?fit=max&auto=format&n=vMCNWxZcO7WVTzjA&q=85&s=51beebfe969894f42ce3d99429e765be" alt="The AskFutures strategy card" width="1474" height="862" data-path="images/strategy-card.png" />
    </Frame>

    <Frame caption="The backtest tab: equity curve and headline metrics.">
      <img src="https://mintcdn.com/askfutures-e66ce91a/vMCNWxZcO7WVTzjA/images/backtest-tab.png?fit=max&auto=format&n=vMCNWxZcO7WVTzjA&q=85&s=b06b123a406045ba60ef26f9c2ff0eda" alt="The AskFutures backtest results tab" width="1474" height="862" data-path="images/backtest-tab.png" />
    </Frame>

    <Warning>
      These results are **hypothetical and simulated** — no real trades were
      placed. Past performance, actual or simulated, does not guarantee future
      results. Always test before you trade.
    </Warning>
  </Step>

  <Step title="Refine by chatting" icon="arrows-rotate">
    Don't like something? Just say so. Add a filter, change the exit, swap the
    symbol, or test a different period — in plain English. For example:

    ```text Refine it theme={null}
    Trade only if the opening range is over $400
    ```

    Each change becomes a new saved version, so you can
    [compare](/guides/version-and-compare) before and after. Keep iterating until
    the idea earns your trust.
  </Step>
</Steps>

## What just happened

The AI only translated your words into rules. Every number came from a fixed,
deterministic engine replaying real historical prices — so the same rules on the
same data always produce the same result. More on that in
[is the backtest real?](/concepts/is-the-backtest-real).

## Next steps

<CardGroup cols={2}>
  <Card title="Your first strategy" icon="flag-checkered" href="/get-started/your-first-strategy">
    A full screen-by-screen walkthrough of the opening-range breakout.
  </Card>

  <Card title="The core loop" icon="arrows-spin" href="/get-started/the-core-loop">
    Describe, Strategy, Backtest, Iterate — the mental model.
  </Card>

  <Card title="Is the backtest real?" icon="shield-check" href="/concepts/is-the-backtest-real">
    Why the numbers are an honest replay, not a guess.
  </Card>

  <Card title="Build a strategy" icon="hammer" href="/guides/build-a-strategy">
    Phrasing patterns for entries, exits, filters, and risk.
  </Card>
</CardGroup>
