> For the complete documentation index, see [llms.txt](https://docs.runbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.runbot.io/triggers-boxes/adjust-position-rules/max-position-size.md).

# Max position size

The initial maximum position size from the Position size Box will not be effective if you decide to increase your position. \
As soon as you decide to increase your position from the Adjust Position Box, you have to set new limits for your current position.

You'll directly be able to manage it from the Adjust position rules Box, and this is only true for Increase orders (if your trade is not increasing orders, the initial rules remain true); in here:

<figure><img src="/files/yZZO4FVWPpygmlo9v2wg" alt=""><figcaption></figcaption></figure>

You can decide the new maximum leverage and position size with these rules. In that example, our initial size entry is usually 10 000$ and max leverage is 3 (from Position Size Box).\
However, the strategy triggers 1 new increase order. \
To be able to increase the position (since initial limit is already reached), we have doubled up the maximum limit size of 10 000$, to 20 000$ (x200%) and max leverage up to 5 instead of 3.&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.runbot.io/triggers-boxes/adjust-position-rules/max-position-size.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
