> For the complete documentation index, see [llms.txt](https://docs-tradetutor.analyticsintelligence.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-tradetutor.analyticsintelligence.ai/overview/welcome.md).

# Welcome

## Start here

TradeTutor helps you test trading strategies with historical London Stock Exchange data before risking capital.

{% stepper %}
{% step %}

### Create your account

Choose the sign-up flow that fits you:

* [Sign up as a student](/overview/getting-started/sign-up-as-a-student.md)
* [Sign up as an individual user](/overview/getting-started/sign-up-as-an-individual-user.md)
  {% endstep %}

{% step %}

### Start your first strategy

Learn the fastest path from login to your first backtest:

* [How to start your first trading strategy](/how-to-guides/getting-started/how-to-start-your-first-trading-strategy.md)
* [How to navigate the TradeTutor](/product-guides/system-interface.md)
* [TradeTutor Academy](/how-to-guides/account-and-access/how-to-access-tradetutor-academy.md)
  {% endstep %}

{% step %}

### Learn how to prompt TradeTutor

Build better backtests with clearer prompts:

* [Prompting TradeTutor](/how-to-guides/how-to-prompt-tradetutor.md)
* [Follow-up prompts](/how-to-guides/how-to-prompt-tradetutor/follow-up-prompts.md)
  {% endstep %}
  {% endstepper %}

{% hint style="success" %}
Enter your own buy and sell conditions, run a backtest over a chosen period, and review the resulting profit and loss. Lets start Trading right!
{% endhint %}

### Quick access

Use these guides to understand the product faster.

* [How it works](/product-guides/how-it-works.md)
* [Features](/product-guides/features.md)
* [System Interface](/product-guides/system-interface.md)

### Overview

TradeTutor simulates trading strategies with historical data. It helps you measure risk, compare outcomes, and refine ideas before live execution.

It is built for London Stock Exchange trading workflows. You can analyse performance, review strategy behaviour, and improve decisions with guided prompts and visual outputs.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs-tradetutor.analyticsintelligence.ai/overview/welcome.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
