# Slippage market

Very similar with the [Orderbook entry feature](/risk-management-boxes/position-size/orderbook.md), the Slippage market feature allows you to minimise the slippage while executing a classic Market Order.&#x20;

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

In this example, the Market Order will only pick the available liquidity to fill your order within a 5 ticks range. That means, you're slippage can't be higher than 5 orderbook ticks. You may not be filled partially if there is not enough liquidity within the 5 ticks range.


---

# 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/entry-in-position-methods/slippage-market.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.
