# Commands

- [List](https://docs.nvstly.com/commands/list.md): List all open trades, 4 at a time, and easily set/change the TP/SL or close them out at current market price
- [Stats](https://docs.nvstly.com/commands/stats.md): Display a trader's performance stats
- [Daily/Weekly/Monthly Trades](https://docs.nvstly.com/commands/daily-weekly-monthly-trades.md): Display all trades from the past 24-hours or 1 week
- [Follow](https://docs.nvstly.com/commands/follow.md): Follow traders using the bot
- [Reputation](https://docs.nvstly.com/commands/reputation.md): +Rep others using the bot
- [Market Data (Charts, Data Prices, etc.)](https://docs.nvstly.com/commands/market-data.md): We continually add useful commands to the bot to help traders see real time market data without leaving Discord. Asset info, prices, charts, & more.


---

# 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/commands.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.
