# Futures Settings

{% hint style="info" %}
The easiest way to access futures settings for a product is from the Ticker view (if you are subscribed to the product). If the product is a futures product it will have an *icon* next to the exchange name. **Click it** to open the futures settings for that product.
{% endhint %}

<div data-full-width="true"><figure><img src="/files/gNx8GuqkiWNp8DcikWep" alt="Ticker View, Crypto Trading "><figcaption><p>This will open the below panel</p></figcaption></figure></div>

<figure><img src="/files/f1W8lx9OeCi3DsD4R3vc" alt="Future Settings, Binance "><figcaption></figcaption></figure>

## Changing the settings

### Margin mode

You can choose between "Cross" and "Isolated" margin modes. [Here's an article](https://academy.binance.com/en/articles/what-are-isolated-margin-and-cross-margin-in-crypto-trading) on the difference.

### Leverage

Exchanges and products have different leverage brackets. You can also be restricted by your own leverage tier in some cases. If you try to exceed your max leverage, you will receive an error message.

### Position Mode

You can choose between **"One-way"** and **"Hedge mode".** Hedge mode allows you to have one long and one short position in the same product at the same time, while in one-way mode you are restricted to one position, either long or short.


---

# 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.volven.io/modules/ui-overview/futures-settings.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.
