# How to modify the hedging mode?

Under normal circumstances, as long as there is no position in the Binance contract account, the user's "Position Mode Setting" option will be automatically switched to "Hedge Mode" when using AntBot for the first time, so that you can start the robot in AntBot.&#x20;

Of course, you may also encounter a special Binance account that cannot be automatically switched. You need to go to Binance to manually select "Hedge Mode". The steps are as follows.

The first step is as shown in the figure below:

![](/files/yP6fMI8dAiqPDzN5qzUP)

The second step is as shown in the figure below:

![](/files/RDBVV7cggDPoDr7pZXT7)

The third step is as shown in the figure below:

![](/files/EHrBoFBYwPeA12L4s6WF)


---

# 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://antbot.gitbook.io/antbot/how-to-modify-the-hedging-mode.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.
