# Add, Change, Remove TP/SL

When [submitting a trade](/submit-trades-from-web/submit-trades.md), after inputting the direction, ticker, and price, there is a 2nd *(optional)* prompt to add notes or set values for TP and SL. The only other method of adding, updating, or removing these values is on the [Trade Insight](/info/readme/user-interfaces-overview.md#trade-insight) interface. On the top section there are edit icons under TP and SL. Clicking these edit icons will prompt you to enter their values. You can edit these values as at any time while the position is open. To remove these values click the edit icon, don't enter any value, and hit submit- your previous value will be removed.

<figure><img src="/files/zI8r1LubxjiykxvJALMk" alt=""><figcaption><p>Top section of the Trade Insight interface</p></figcaption></figure>


---

# 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.nvstly.com/submit-trades-from-web/submit-trades/add-change-remove-tp-sl.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.
