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

# Home Page

{% hint style="info" %}
The home page is the main page in TradeStream, it's purpose is to give you a quick overview of everything including your PnL Curve, PnL heatmap, the 3-most recent trades and a short report to show you how you perform on the given day of the week.
{% endhint %}

<figure><img src="/files/qXOPP76XaYTTdqX6mRt3" alt=""><figcaption><p>The home page</p></figcaption></figure>

***

## PnL Heatmap

<figure><img src="/files/AUdovfq4u8thYCUe1R6h" alt=""><figcaption><p>PnL Heatmap on home page</p></figcaption></figure>

***

### Day overview

{% hint style="info" %}
If you click on any day in the PnL Heatmap you will be shown the total PnL for that day, a short breakdown of all the trades + the ability to open these trades in the journal for more details.\
\
You can also enter notes for the specific day and see which tags are attached to the trades for this day.
{% endhint %}

<figure><img src="/files/5jlrl4lVH1p66nQiwbTP" alt=""><figcaption><p>Day Overview when clicking a day in the PnL Heatmap</p></figcaption></figure>

***

## Day of Week Report

<figure><img src="/files/uS6SN59vanZjKaAdYYRS" alt=""><figcaption><p>Day of Week report on homepage</p></figcaption></figure>

The day of week report changes every day depending on what day of the week it currently is.

It compares how you perform on that particular day compared to your overall performance, from there you can make decisions on if you should continue trading on that particular day or if you might need to figure out how to perform better.

***

## Last 3 Trades

<figure><img src="/files/z5Oc3jXoThrUCuFKdJIu" alt=""><figcaption><p>Last 3 trades on the home page</p></figcaption></figure>

This is like a mini-version of the Journal, it works exactly the same but it only shows the 3 most recent trades.

To learn more about the Journal check out:

{% content-ref url="/pages/5zrbjrGaaEMyHY7v0tj8" %}
[Journal](/journal/journal-page.md)
{% endcontent-ref %}


---

# 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.tradestream.xyz/pages/home-page.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.
