# Reverse Position

{% hint style="success" %}
All commands also operate on explicit symbols, simply add the symbol at the end of each command
{% endhint %}

|                                                                                                                                              |                                                             | Example                                                                                       |
| -------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| **`reverse`**                                                                                                                                | Reverse the position for the focussed instrument completely |                                                                                               |
| **`reverse <instrument>`**                                                                                                                   | Reverse any position                                        | *`reverse solusdt`*                                                                           |
| <p><strong><code>reverse \<side></code></strong><br></p><p><strong><code>reverse \<side> \<instrument></code></strong>      <br><br><br></p> | Reverse a specific side if in hedge mode                    | <p><em><code>reverse long</code></em>, <br><em><code>reverse short btcusd</code></em>    </p> |

{% hint style="info" %}
You can use the variable **$size** instead of typing a number directly. See [Variables](/documentation/terminal-cli/overview.md#variables) for more details
{% endhint %}


---

# 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.insilicoterminal.com/documentation/terminal-cli/reverse-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.
