# Managing Trades

To access your open position details on Mu and update TP/SL, follow these steps:

1. Once your trades are open, you can view the details of your current position under the "Open Orders" section in the dashboard. You can also access any pending limit or stop orders in the "Pending Orders" section.
2. Click on "Trade Details" below your open order in the sidebar to view and manage your stop loss/take profit.
3. Under the "Actions" section, you will see two buttons. Select the pencil icon on the right to edit your take profit or stop loss price levels.
4. You can update your take profit or stop loss price by manually inputting the targeted price level or adjusting the profit or loss percentage. Click "Confirm" to proceed with the changes and confirm them on your web3 wallet.
5. You will then receive a prompt to sign the transaction in your wallet before any updates can be made to your TP/SL levels.


---

# 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://docs.mu.exchange/getting-started/trading/managing-trades.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.
