> For the complete documentation index, see [llms.txt](https://docs.boba.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boba.xyz/agents/boba-agents/terminal-interface/what-is-boba-agents-tui.md).

# What is Boba Agents TUI

Run this command in your terminal&#x20;

```bash
boba
```

Now you will see the Boba Agents TUI you can begin chatting with your agent directly&#x20;

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

### Navigation&#x20;

In the Boba TUI we use focus navigation with `tab`  key-bind you can focus between Input line, chat and sidebar or you can also click the section you want to focus on to navigate in the TUI&#x20;

* Sidebar navigation is with arrow keys  <i class="fa-arrow-left-arrow-right">:arrow-left-arrow-right:</i>  or  <i class="fa-up-down">:up-down:</i>&#x20;
  * Side to side cycles chains on Spot&#x20;
  * Up and Down cycles Spot, Predictions and Perps&#x20;
* Menu is opened with `/` inside the prompt input&#x20;

### Modes

In the Agents TUI you have various modes you can enable cycle through via `shift-tab` key-bind

* Normal (Default) - Chat with manual approvals of tool calls
* Thinking - Chat with deeper thinking for your agent
* Plan - Plan and execute a specific strategy or task with your agent then you can approve and execute it
* Auto - Chat mode with auto approve tool calls.

### Menu

To open the menu use **`/`** to open the menu&#x20;

* `/new` - To start a new conversation with your agent&#x20;
* `/conversations`  - To view old conversations and pick up where you left off&#x20;
* `/model` - Select the Ai Model you would like to use
* `/sidebar` - Collapse Side bar to compact mode&#x20;
* `/status`  - Status of Boba MCP + proxy session (Check if everything is working)
* `/deposit`  - Pull up wallet address and QR code for easy deposit into your agents wallets&#x20;
* `/topup`  - Top up your AI credits with the Boba provider (Accepts SOL and USDC on all supported chains. This is manual mode your agent can also do this for you)
* `/quickbuy` - You can quickbuy/sell a token without the need for AI credits in the event your agent credits run out you can still enter and exit positions on spot markets.
* `/provider`  - Set up your inference provider. Boba provider is configured by default&#x20;
* `/skills`  - Manage skills or create a new skill with the help of your agents&#x20;
* `/agents` - Manage Specialist agents or create new custom agents&#x20;
* `/reasoning` - If the model you selected has reasoning effort you can enable the amount of reasoning/effort your agent does
* `/theme` - Select the Theme colors you want to personalize your TUI&#x20;
* `/help` - Show list of commands and key-binds for quick help&#x20;
* `/init` - initialize your repo so the agent understands your code base (not necessary for trading unless you are building custom tools powered by Boba MCP)
* `/quit` - Quit the Boba agents TUI&#x20;

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

### Sidebar&#x20;

The Agents sidebar provides you overview of native balances across chains, you can tab  <i class="fa-arrow-right-arrow-left">:arrow-right-arrow-left:</i> to switch chains and  <i class="fa-up-down">:up-down:</i> to swtich from Spot Perps and Preictions

* You can see MCP connection status Tool count and your Boba credits below the portfolio&#x20;
* Below credits you will see full tool call logs and automations if you have any set up &#x20;

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.boba.xyz/agents/boba-agents/terminal-interface/what-is-boba-agents-tui.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
