> 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/agent-specialists.md).

# Agent Specialists

## Out of the box Specialist&#x20;

Boba TUI come with 5 specialist agents

* Treader (Fast execution of transactions with safe checks for scam tokens)&#x20;
* Researcher (Deep search on markets from Spot, Perps and Predictions&#x20;
* Perps Trader (Specialized agent for finding perp positions and executing strategies)
* Prediction Market (Specialized agent for interacting with prediction markets)
* Portfolio Manager (Specialized agent the can manage portfolio allocation and provide input)

With the command below you can create and manage your agents&#x20;

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

* You can toggle agents on and off if you don't want them to be used&#x20;
* You can create agents by selecting Create Agent at the bottom of the menu&#x20;

<figure><img src="/files/1JnL4Sx0ZvK8LLP5ZTo6" alt=""><figcaption></figcaption></figure>

After selecting Create agent the Boba agent will assist you in creating any type of agent you would like based on your specifications&#x20;

<figure><img src="/files/ieu4OqSAmFXH6fL0BejK" 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/agent-specialists.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.
