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

# Our Features

{% tabs %}
{% tab title="Track" %}

<div align="left"><figure><img src="https://cff2d52d2f96764df390b4ab860e51e7.cdn.bubble.io/f1700553659159x415265626533527500/money-body.png" alt=""><figcaption></figcaption></figure></div>

#### **Cash based options tracking**

There are only 2 relevant moments of any investment’s lifecycle: when you get in and when you get out. Everything that happens in between is purely theoretical. OptionTrack is built around this fundamental principle. When you open a position you establish the value of the collateral invested. From then on, until you close the position, ROI is calculated based on this collateral. Learn more about cash based options tracking here.
{% endtab %}

{% tab title="Follow" %}

#### **Easily follow the entire lifecycle of your investments**

There are only 2 relevant moments of any investment’s lifecycle: when you get in and when you get out. Everything that happens in between is purely theoretical. OptionTrack is built around this fundamental principle. When you open a position you establish the value of the collateral invested. From then on, until you close the position, ROI is calculated based on this collateral. Learn more about cash based options tracking here.<br>
{% endtab %}

{% tab title="Trade" %}

#### Tracks all of the most common trades

As true believers of the laid back options methodology, we believe in keeping things simple. OptionTrack supports naked puts, covered calls, rolls, buying to close, assignments, expirations and called away transactions. If you need more than that, you probably should look elsewhere.
{% endtab %}

{% tab title="Accounts" %}

#### **Track multiple trading accounts**

You’re just 1 click away from keeping track of multiple trading accounts on OptionTrack. This includes collaborating on a shared account with other users!

Consolidated views coming soon, too!<br>
{% endtab %}

{% tab title="Analysis" %}

#### **Analyze your trade strategy**

OptionTrack provides a powerful analysis tab that let’s you do your technical analysis right here. See a complete pricing chart with bollinger bands and RSI. See the upcoming expiration dates, earnings dates and relevant news articles about the asset you’re interested in.<br>
{% endtab %}

{% tab title="More" %}
Explore our full list of features [here](https://optiontrack.io/features).
{% endtab %}
{% endtabs %}

##


---

# 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.optiontrack.io/overview/our-features.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.
