# Platform Concepts

- [Rate Limits](https://docs.traderspost.io/docs/learn/platform-concepts/rate-limits.md)
- [Backtesting](https://docs.traderspost.io/docs/learn/platform-concepts/backtesting.md): Backtesting is a critical tool for any trader that is running automated trading strategies. It uses historical data to determine the effectiveness of a strategy in different market conditions.
- [Order Behavior](https://docs.traderspost.io/docs/learn/platform-concepts/order-behavior.md): This page documents the behavior of TradersPost when receiving different types of strategy signals.
- [Order Queueing](https://docs.traderspost.io/docs/learn/platform-concepts/order-queueing.md): Order queueing is used when an order cannot be sent to the broker when the market is closed and TradersPost will queue these orders to be sent at the next market open.
- [Order Classes](https://docs.traderspost.io/docs/learn/platform-concepts/order-classes.md): This page provides an overview of the different order classes available in TradersPost and it explains the functionalities and use cases of these orders.
- [Paper Trading](https://docs.traderspost.io/docs/learn/platform-concepts/paper-trading.md): Paper trading is a useful tool for being able to forward test your automated trading strategies without having to risk real money.
- [Position Sizing](https://docs.traderspost.io/docs/learn/platform-concepts/position-sizing.md): TradersPost offers several different features for dynamically and manually managing your position size.
- [Fractional Shares](https://docs.traderspost.io/docs/learn/platform-concepts/fractional-shares.md): TradersPost supports trading in fractional share quantities with brokers that support it. The following brokers support fractional trading:


---

# 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.traderspost.io/docs/learn/platform-concepts.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.
