# Calendar

{% hint style="info" %}
The Calendar page gives you an overview of each day that you've traded. It's essentially an extension of the PnL Heatmap on the homepage
{% endhint %}

<figure><img src="/files/DmVDnGYrxAf4sOZAQvC6" alt=""><figcaption><p>The calendar page</p></figcaption></figure>

***

## Day Details

{% hint style="info" %}
If you click on a day in the calendar it will show you the total PnL for that day, the trades you took and a area to enter notes for the day overall\
\
You can also press ![](/files/z45qj4cOSufJvRHMuYZQ) to go to the journal and see the trades from this specific day in more detail
{% endhint %}

<figure><img src="/files/EyzbFwqPfwz0k3YeybvV" alt=""><figcaption></figcaption></figure>

***

## Navigating between years and months

You can either click the arrows at the top of the page to go back or forth 1-month at a time, but if you want to time travel say 1 year back it's better you do that with the time travel menu, shown below and located in the top right corner

<figure><img src="/files/Xbl0Ra2U9gLUQqeOd0hj" alt=""><figcaption><p>Time travelling multiple months or years at a time</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.tradestream.xyz/pages/calendar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
