# Trades monitor

After buying a token, bot will automatically redirect to "Trades monitor". In this section, you can see your position, Profit/Loss, coin market cap, coin value in dollar and $FTM/$S and your balance. You can also buy more and sell for the desired amount. You can leave this menu by run `/menu` command and continue trading other coins. By clicking "Trades monitor", you can always check and manage your current positions.

By using "Prev" and "Next" buttons, you can swift between the tokens.&#x20;

If you accidently remove the token from the tracker or want to add other tokens to the tracker you can use can use `/add` command and enter token contract address. This will add the token to the "Trades monitor". But your previous active profit/loss state will be reset.


---

# 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://muttski.gitbook.io/welcome/readme/trades-monitor.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.
