# Positions

## Exploring the Positions Widget

Once an order is placed in the market, the user will be able to see it on the **Positions** widget. Here traders can examine the current profit or loss on all their positions and also trade securities from their positions by clicking on the ticker symbol.

Specifically, the profit or loss on each position can be examined from the `P/L %` column. If this column is not visible, perhaps you it is hidden, in which case you can reveal it [this way](/user-guide/web-terminal/user-widgets/positions.md#column-management).

![](/files/-MCzDFjY_yW1WK5g7Zn5)

{% hint style="info" %}
The profit or loss on a closed position is displayed only throughout the trading session in which it was closed. During subsequent trading sessions, the profit or loss on closed positions will no longer be displayed.
{% endhint %}

## Closing Positions

To close an existing position, hover the mouse over the cross button and then click on it.

![](/files/-MCzDFjd_arUVJx2i4BH)

## Column Management

The default selection of columns displayed in the **Positions** widget is determined by Autoshares Trader. However, you can always add or conceal certain columns by clicking **Change Columns**.

![](/files/-MCzDFjgzoJ47O68rE8R)

In the appeared pop-up window, select the columns that you would like to add and also deselect the columns that you would like to remove from the widget. To restore the default layout, click **Default** in the bottom-right corner. To display all columns at once, select the **Select All** checkbox at the very top.

![](/files/-MCzDFjiPGFprVcE9_7a)

Once done, click **Close** and the layout of the **Positions** widget will be updated, reflecting the newly made changes.


---

# Agent Instructions: 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:

```
GET https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/positions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
