# User Guide

This section explains all the core commands and how to interact with the bot on Telegram. Use these commands to monitor, manage, and optimize your trading performance.

<div align="left"><figure><img src="/files/PrjidHdZQIDUpmF6kE1u" alt="" width="303"><figcaption></figcaption></figure></div>

<details>

<summary>/start – Start Bot and Welcome Message</summary>

Initializes the bot and displays a welcome message.\
Use this command when you first connect your Telegram account or need to reset the session.

</details>

<details>

<summary>/balance – Account Balance</summary>

Quickly check your current **Futures account balance**.

</details>

<details>

<summary>/assess – Account Assessment</summary>

Runs a full scan of your trading bot status, signal performance, and key health metrics.\
Helpful for troubleshooting or system audits.

</details>

<details>

<summary>/pnl – Full PNL Report</summary>

Get a detailed Profit and Loss report for all current and past trades.\
Includes **close buttons** so you can exit any trade instantly.

</details>

<details>

<summary>/pnlq – Quick PNL Summary</summary>

A simplified version of the PNL report for quick viewing.\
Useful for fast updates without the full breakdown.

</details>

<details>

<summary> /positionsshort – Short Positions Only</summary>

Shows only your active **SHORT** trades with close buttons.

</details>

<details>

<summary>/positionslong – Long Positions Only</summary>

Displays your active **LONG** trades with close buttons.

</details>

<details>

<summary>/positions – Active Positions List</summary>

Displays **all open trades**, including both LONG and SHORT.\
Great for a quick portfolio overview.

</details>

<details>

<summary>/expiry – Bot License Expiry</summary>

Shows how many days you have left on your current subscription plan.

</details>

<details>

<summary>/worker – System Health Check</summary>

Check the current health of your bot worker, signal listener, and execution engine.

</details>

<details>

<summary> /help – Show All Commands</summary>

Lists all available commands and how to use them properly.

</details>


---

# 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.mrd-indicators.com/feature/auto-trading-bot/user-guide.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.
