# Position Management

Effective position management is key to successful trading with PUMPFARMER. This guide explains how to monitor, manage, and optimize your trading positions.

## Current Positions Overview

### Position Dashboard

Monitor your active positions:

```
Symbol    PnL
VSOP     -$13.23 (-11.7%)
VIGI     +$0.33  (+0.5%)
PAPE     +$88.38 (+78.1%)
Chonk    +$2.94  (+3.3%)
```

### Key Metrics

* Balance: Real-time equity value
* NET Profit: Total realized gains/losses
* Win Rate: Percentage of profitable trades
* Volume: Total trading activity

## Position Types

### Automatic Positions

* Bot-managed entries and exits
* Algorithmic decision making
* Pre-set risk parameters
* Automated profit taking

### Manual Positions

* User-controlled exits
* Custom entry points
* Flexible management
* Strategic overrides

## 🆘 Need Help?

If you need help or you have questions, don't hesitate to contact us:

* 💬 [24/7 Telegram Support](/support/contact.md)
* 👥 [Community (Private Group)](/member-only/private-group.md)


---

# 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.pumpfarmer.pro/trading/position-management.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.
