> 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/product-guides/opening-a-new-position.md).

# Opening A New Position

## Step 1 - Adding a New Position

The first things you need to do to add a new position is sign in to your dashboard and click on the *add new position* icon.

We'll power through a new position of type *put*, as we'll dedicate [another page](/product-guides/starting-from-an-existing-position.md) to covering positions of type *buy*.

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

## Step 2 - Filling Out Details

Opening a new position in Option Track is pretty straight forward. All you need to do is gather the details of the position you've opened in your brokerage account and fill them out inside Option Track.

This is what the details of a trade look like inside Charles Schwab's transaction history.

<figure><img src="/files/MrxXEHyKavG6eOL6ctjN" alt=""><figcaption><p>2 PUT option contracts for SNAP that expire on December 8th, 2023. Strike price of $12.00. Premium of $0.14/share. $1.32 in fees.</p></figcaption></figure>

And this is how it translates to Option Track.

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

## Step 3 - Saving your position

You're free to use the notes field however you wish. This is for your eyes only.

Once you're done filling out your details, hit save.&#x20;

Your trade will now show up in your open positions of your dashboard.

Your dashboard is sorted in alphabetical order.&#x20;

<figure><img src="/files/ZBQk7BYOhw1futJU9QYL" alt=""><figcaption></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.optiontrack.io/product-guides/opening-a-new-position.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.
