# Position size

The trade size box allows you to size your position to enter a trade.&#x20;

You can set up multiple rules, but the maximum position size will always be the lowest restriction set by your rules.

*Ex: Collateral Value of the account, 10 000$.*\
*Rule 1: \[Constant Size of 20 000$]*\
*Rule 2: \[A constant leverage of 3]*

*The bot will open a maximum position of 20 000$ the next trade, and will ignore the "constant leverage of 3" because the result (10 000$ \* 3 = 30 000$) is higher than the first rule.*&#x20;


---

# 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.runbot.io/risk-management-boxes/position-size.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.
