# Setting the vault position

Setting the vault position will query all current parameters and the cli form will default to these values for ease of use. There are 2 ways to set the vault parameters. The first one is to set all parameters with raw values:&#x20;

<figure><img src="/files/UpINM6Guftb4BHrpgsl2" alt=""><figcaption><p>setting the position data</p></figcaption></figure>

Or you can choose the price range in a human readable way:

<figure><img src="/files/WsQkUsuFxhaCQfjDEdXw" alt=""><figcaption><p>Setting the vault position with human readable values</p></figcaption></figure>


---

# 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.mangrove.exchange/dev/vaults/managing-a-vault-cli/setting-the-vault-position.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.
