> 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/taro-ai/getting-started.md).

# Getting Started

### Open Taro chat

You can open the AI chat by clicking the AI icon on the left of your PFP

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

### Ask Taro&#x20;

You can ask Taro anything and it will quickly respond with the best answer based on information and scope of the question.&#x20;

We recommend to prompt Taro with specific tasks or research rather then vague prompts. In the event the prompt is too vague for Taro to complete, Taro will ask you follow up questions and or ask you to order a list of priorities to give you the best response.

<figure><img src="/files/hd4hA9TyZnNWGhG7sjAP" alt="" width="351"><figcaption></figcaption></figure>

### Ask / Auto Modes&#x20;

Taro has 2 modes where it can either ask before it executes any tool calls or executes anything on your behalf. The Auto mode will allow Taro to make tool calls and execute on your behalf without requiring you to approve everything.

<figure><img src="/files/LWn6756KaACmTlbVr1wY" alt="" width="341"><figcaption></figcaption></figure>

### Reasoning Effort&#x20;

Taro comes with extra reasoning built in you can select from Quick, Balanced or Deep think modes that will make Taro think more or less depending on the options selected. \
\
NOTE : Deep think will use more tokens per prompt due to higher level of reasoning compared to Balanced and Quick modes. Deep think should be used when executing a larger task that requires more reasoning effort from Taro&#x20;

<figure><img src="/files/ciiomhHB11x7iRy9Hkr9" alt="" width="338"><figcaption></figcaption></figure>

### Chat History&#x20;

Taro comes with memory and chat history built in so you can pick up where you left off with the conversation when you log back into Boba. Simply click reverse arrow clock icon to open a list of previous chats select one to continue the conversation.

{% hint style="info" %}
NOTE : Chats with Taro that extend out of the context window will compact in the background while maintaining your chat history with Taro. When the conversation compacts Taro wills still have context on the conversation but not every single detail on past messages.&#x20;
{% endhint %}

<figure><img src="/files/XeYm8cdDehYgJG38HyOa" alt="" width="346"><figcaption></figcaption></figure>

### Image / Screen Shots&#x20;

Taro Supports images so you can upload an image to Taro for it to review or even screenshot the page you are looking at to give more context to Taro. To insert image or take screenshot click the + icon on bottom left of the chat input.&#x20;

<figure><img src="/files/pcC2ou00Nr6bFuavWL85" alt="" width="342"><figcaption></figcaption></figure>

### Starting a new chat

By clicking the pencil and paper icon on the top left of the chat you can start a brand new chat with Taro.&#x20;

<figure><img src="/files/4b0wfbSMCCNiXzPYOacE" alt="" width="353"><figcaption></figcaption></figure>

### Undock Taro Chat&#x20;

The chat can be turned into a floating modal you can drag and resize for customization of the experience. Simply click the undock icon and the chat will appear in floating modal state.

<figure><img src="/files/Kg1WwkiKOOAxhk4GkXE0" alt="" width="347"><figcaption></figcaption></figure>

<figure><img src="/files/bC2rC0DuonFHAW5FbWn7" alt="" width="563"><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/taro-ai/getting-started.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.
