# Trading

- [Copy Trading](https://docs.onfomo.com/trading/copy.md): Copy curated Smart Traders or any Hyperliquid wallet with configurable sizing, exits, leverage, and pair filters.
- [Deposit & Withdraw](https://docs.onfomo.com/trading/deposit-and-withdraw.md)
- [Open & Close Positions](https://docs.onfomo.com/trading/open-and-close-positions.md): Learn how to open a trade , read your Open Position card, set TP/SL, and close positions at market or via limit exits.
- [Pro & Lite Modes](https://docs.onfomo.com/trading/editor.md): FOMO has two modes for different flows: Lite for speed, Pro for control. You can switch anytime — no impact on pricing, fees, or liquidity.
- [Telegram Notifications](https://docs.onfomo.com/trading/telegram-notifications.md): Notifications help you track your portfolio, open positions, and market changes even when you’re away from the app.
- [Watchlist](https://docs.onfomo.com/trading/watchlist.md): Your Watchlist helps you quickly track the tokens that matter most. You can add or remove assets in just a few taps.
- [PnL Cards](https://docs.onfomo.com/trading/pnl-cards.md): Turn any open trade into a shareable card. PnL Cards snapshot your current position and let you share it in one tap.


---

# 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.onfomo.com/trading.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.
