> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/exchange/trading.md).

# Trading

- [Margin System](https://support.backpack.exchange/exchange/trading/margin-system.md)
- [Spot](https://support.backpack.exchange/exchange/trading/spot.md)
- [How to trade Spot](https://support.backpack.exchange/exchange/trading/spot/how-to-trade-spot.md)
- [Spot Margin](https://support.backpack.exchange/exchange/trading/spot/spot-margin.md)
- [Spot Margin Trading](https://support.backpack.exchange/exchange/trading/spot/spot-margin/spot-margin-trading.md)
- [Spot Margin VS Futures](https://support.backpack.exchange/exchange/trading/spot/spot-margin/spot-margin-vs-futures.md)
- [Futures](https://support.backpack.exchange/exchange/trading/futures.md)
- [Fees](https://support.backpack.exchange/exchange/trading/futures/fees.md)
- [Order Types](https://support.backpack.exchange/exchange/trading/order-types.md)
- [Market Orders](https://support.backpack.exchange/exchange/trading/order-types/market-orders.md)
- [Limit Orders](https://support.backpack.exchange/exchange/trading/order-types/limit-orders.md)
- [Conditional Orders](https://support.backpack.exchange/exchange/trading/order-types/conditional-orders.md)
- [How to Set a Conditional Order?](https://support.backpack.exchange/exchange/trading/order-types/conditional-orders/how-to-set-a-conditional-order.md)
- [FAQ](https://support.backpack.exchange/exchange/trading/order-types/conditional-orders/faq.md)
- [TWAP](https://support.backpack.exchange/exchange/trading/order-types/twap.md)
- [How to Use the TWAP Strategy](https://support.backpack.exchange/exchange/trading/order-types/twap/how-to-use-the-twap-strategy.md)
- [FAQs](https://support.backpack.exchange/exchange/trading/order-types/twap/faqs.md)
- [Scaled Order](https://support.backpack.exchange/exchange/trading/order-types/scaled-order.md)
- [How to Set a Scaled Order?](https://support.backpack.exchange/exchange/trading/order-types/scaled-order/how-to-set-a-scaled-order.md)
- [FAQs](https://support.backpack.exchange/exchange/trading/order-types/scaled-order/faqs.md)
- [Take Profit & Stop Loss](https://support.backpack.exchange/exchange/trading/order-types/take-profit-and-stop-loss.md)
- [Take Profit](https://support.backpack.exchange/exchange/trading/order-types/take-profit-and-stop-loss/take-profit.md)
- [Stop Loss](https://support.backpack.exchange/exchange/trading/order-types/take-profit-and-stop-loss/stop-loss.md)
- [Trading Bots](https://support.backpack.exchange/exchange/trading/trading-bots.md)
- [Spot Grid](https://support.backpack.exchange/exchange/trading/trading-bots/spot-grid.md)
- [Using Spot Grid on Web](https://support.backpack.exchange/exchange/trading/trading-bots/spot-grid/using-spot-grid-on-web.md)
- [Using Spot Grid on Mobile](https://support.backpack.exchange/exchange/trading/trading-bots/spot-grid/using-spot-grid-on-mobile.md)
- [Perpetual Grid](https://support.backpack.exchange/exchange/trading/trading-bots/perpetual-grid.md)
- [Using Perpetual Grid on Web](https://support.backpack.exchange/exchange/trading/trading-bots/perpetual-grid/using-perpetual-grid-on-web.md)
- [Using Perpetual Grid on Mobile](https://support.backpack.exchange/exchange/trading/trading-bots/perpetual-grid/using-perpetual-grid-on-mobile.md)
- [FAQs](https://support.backpack.exchange/exchange/trading/trading-bots/faqs.md)
- [Convert](https://support.backpack.exchange/exchange/trading/convert.md)
- [Trading Fees](https://support.backpack.exchange/exchange/trading/trading-fees.md)
- [Concepts & Tools](https://support.backpack.exchange/exchange/trading/concepts-and-tools.md)
- [View and Export Trading History](https://support.backpack.exchange/exchange/trading/concepts-and-tools/view-and-export-trading-history.md)
- [Charts, candlesticks, Indicators](https://support.backpack.exchange/exchange/trading/concepts-and-tools/charts-candlesticks-indicators.md)
- [FAQ](https://support.backpack.exchange/exchange/trading/concepts-and-tools/faq.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://support.backpack.exchange/exchange/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.
