> For the complete documentation index, see [llms.txt](https://docs.insilicoterminal.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.insilicoterminal.com/documentation/terminal-cli/overview.md).

# Overview

For quicker trading, a command line interface (CLI) is available. Not all of the Terminal features are supported yet, but for those it does; it expands on the capability of the default graphical UI experience.

### Inputting numbers

When specifying sizes or numbers in the CLI, you can generally provide them in three different ways:

<figure><img src="/files/FjRNWVGb0ql7vZEYWjtf" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th>Type</th><th>Example</th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Absolute (just a regular price)</strong></td><td>22500, 123.5</td><td></td></tr><tr><td><strong>Relative</strong></td><td>+100, -50</td><td></td></tr><tr><td><strong>Percent</strong></td><td>5%, -1.1%</td><td></td></tr><tr><td><strong>Currency (USD)</strong></td><td>5000$, 100$</td><td></td></tr></tbody></table>

For positive values you can but don't have to use a "+" - e.g. both `1%` and `+1%` will work

For price ranges you can mix figures, too:

```
buy 1 into 10 from -100 to -1%
```
