# 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%
```


---

# 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/overview.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.
