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

# Changelog

> What's new in AskFutures and these docs — newest first.

This is where we note what's new. The most recent change is always at the top, so
you can scan from here down to catch up on anything you missed.

<Info>
  New entries appear here newest-first. Check back when something looks different
  in the app or the docs.
</Info>

<Update label="Docs launch" description="Documentation site launched">
  **Documentation site launched.**

  The AskFutures docs are live. They cover how to describe a trading idea in
  plain English, what AskFutures builds from it, and how the backtest produces
  real, reproducible numbers.

  Start here:

  * [Quickstart](/get-started/quickstart) — sign up and run your first backtest.
  * [Core concepts](/concepts/overview) — strategies, backtests, and why the
    numbers are trustworthy.
  * [Is the backtest real?](/concepts/is-the-backtest-real) — how AI
    interpretation is kept separate from deterministic simulation.
  * [Developers](/developers/overview) — drive AskFutures from your editor with
    the MCP server.

  <Warning>
    Backtest results shown throughout these docs are hypothetical and simulated.
    Past performance does not guarantee future results. Always test before you
    trade.
  </Warning>
</Update>

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/get-started/quickstart">
    Run your first backtest in about five minutes.
  </Card>

  <Card title="Core concepts" icon="lightbulb" href="/concepts/overview">
    Understand strategies, backtests, and what makes the numbers trustworthy.
  </Card>
</CardGroup>
