> 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/start-here/tradestream.md).

# TradeStream

### *What* is TradeStream

{% hint style="info" %}
**TradeStream** is an advanced automated trading journal and performance tracker for traders who want to improve their trading performance.
{% endhint %}

<figure><img src="https://i.ibb.co/m8dp0rt/Trade-Stream-homepage-docs.gif" alt=""><figcaption><p>TradeStream home page</p></figcaption></figure>

For a full list of all our features and how everything works please keep reading the docs

***

### *Who* is TradeStream for

{% hint style="success" %}
You want to improve as a trader
{% endhint %}

{% hint style="success" %}
You take your trading seriously
{% endhint %}

{% hint style="success" %}
You are tired of spending hours manually reviewing your trades and performance
{% endhint %}

TradeStream is for traders who want to take their trading seriously and produce the best results possible.<br>


---

# 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/start-here/tradestream.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.
