> 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/get-started/welcome.md).

# Welcome

Boba is an AI crypto trading interface and agent. Describe what you want to trade or create automated custom trading work flows and Boba will trade for you.

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

#### What is Boba?

Boba Agents is an on-chain trading MCP built for AI agents that allows agents to interact with tokenized assets and global markets across 9 chains. Click here to see all supported networks.

Automate your trade strategies, work flows, and enable your agent to be a fully independent day trader who has access to all historical data, advanced order types, and token data such as token audit reports and more.

#### Getting started

Below are quick ways to get started, depending on your agent setup and workflow we have different ways to get started.

{% content-ref url="/pages/gUudntzP8Zd2zkKQTvdG" %}
[Quickstart](/agents/boba-agents/get-started/quickstart.md)
{% endcontent-ref %}

#### Learn more

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><strong>Get started</strong></h4></td><td>Connect, install, and start trading with Boba in seconds.</td><td><a href="/spaces/DdpQIQSF1FubGThe6umC/pages/gUudntzP8Zd2zkKQTvdG">/spaces/DdpQIQSF1FubGThe6umC/pages/gUudntzP8Zd2zkKQTvdG</a></td></tr><tr><td><h4>Features</h4></td><td>Spot trading, advanced order types, portfolio, and wallet tracking.</td><td><a href="/spaces/DdpQIQSF1FubGThe6umC/pages/Lfk7DSTk8Es9PSSaxKai">/spaces/DdpQIQSF1FubGThe6umC/pages/Lfk7DSTk8Es9PSSaxKai</a></td></tr><tr><td><h4>FAQ</h4></td><td>Common questions about install, login, and trading safety.</td><td><a href="/spaces/DdpQIQSF1FubGThe6umC/pages/pjulPb7W0o1dAWHhAweA">/spaces/DdpQIQSF1FubGThe6umC/pages/pjulPb7W0o1dAWHhAweA</a></td></tr></tbody></table>


---

# 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/get-started/welcome.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.
