# General Commands

### Nuke

| Command Text         | Description        |
| -------------------- | ------------------ |
| **`nuke positions`** | Nuke all positions |
| **`nuke pos`**       | *(shorthand)*      |
|                      |                    |
| **`nuke orders`**    | Nuke all orders    |
| **`nuke ord`**       | *(shorthand)*      |

### Other commands

| Command Text                                                                                              | Description                                                                                                                      | Example                 |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **`switch <instrument>`**                                                                                 | Switch to the given instrument                                                                                                   | *`switch ethusd`*       |
| **`switch <instrument>:spot`**                                                                            | Switch to a spot instrument                                                                                                      | *`switch btcusdt:spot`* |
| **`<instrument>`**                                                                                        | Only type the instrument and leave out "switch" to switch even quicker to another instrument                                     | *`ethusdt`*             |
| <p><strong><code>leverage</code></strong></p><p><strong><code>lev</code></strong></p>                     | show current leverage                                                                                                            |                         |
| <p><strong><code>leverage \<number></code></strong></p><p><strong><code>lev \<number></code></strong></p> | change current leverage                                                                                                          | *`lev 50`*              |
| **`balance`**                                                                                             | Show total and available balances                                                                                                |                         |
| **`bal`**                                                                                                 | *(shorthand)*                                                                                                                    |                         |
| **`max`**                                                                                                 | Show largest order size possible given avail. balance, margin and current price                                                  |                         |
| **`account list`**                                                                                        | Show available accounts                                                                                                          |                         |
| **`account <number>`**                                                                                    | Switch to the numbered account                                                                                                   | *`account 3`*           |
| <p><strong><code>export</code></strong><br></p><p><strong><code>import</code></strong></p>                | export / import all binds, variables and aliases together via a json file (backwards compatible with the old bind export/import) |                         |
| **`clear`**                                                                                               | Clear the console text                                                                                                           |                         |
| **`ver`**                                                                                                 | Display the running version of the Terminal                                                                                      |                         |


---

# 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/general-commands.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.
