> For the complete documentation index, see [llms.txt](https://help.topstepx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.topstepx.com/components/positions.md).

# Positions

### Positions Component

The Positions component provides a snapshot of your open positions under the account selected. It shows important details for each open position and allows you to manage them throughout the trading day.

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

The Positions component includes the following information:

* **Time** - The time at which the position was entered.
* **Symbol** - The symbol / contract name.
* **Position** - The volume of the contract that was purchased by the account. Newly purchased contracts will increment this value.
* **Entry Price** - The average price of contracts purchased.
* **Risk** - Also known as the Stop Loss (SL) value. Once your position reaches the Risk value, your position will close.&#x20;
* **To Make** - Also known as the Take Profit (TP) value. Once your position reaches the To Make value, your position will close.&#x20;
* **P\&L** - Profit or loss accrued by the user if the position is closed at the current market price. A green value indicates a profit. A red value indicates a loss.
* **Close** - This button allows the user to close the position at the current market price.

To add Positions to your layout, first add it as a [component](/components.md).\ <br>

### Managing Positions

Traders can close out open positions by clicking the "X" under the Close column.<br>

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

Traders can also create or modify Take Profit and Stop Loss bracket orders associated to their open positions from the Accounts component. To create or modify a Take Profit and Stop Loss bracket order, click the pencil icon under the 'Risk' and 'To Make' columns and input your desired dollar value targets.

<figure><img src="/files/QJ6N0upCWsCk7u5Z4ElE" 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://help.topstepx.com/components/positions.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.
