> 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/calendar.md).

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