> For the complete documentation index, see [llms.txt](https://docs.build.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.build.fun/basics/capabilities.md).

# Capabilities

* Custom APIs
  * Integrate any external service - seamlessly connect to specialized data feeds, 3rd party analytics tools, or enterprise platforms&#x20;
  * Define new endpoints for any function without heavy coding
* Default World News & Market Data
  * Pulls real-time headlines, global news, and financial/crypto market updates
  * Whether its tweeting about a market shift or placing a trade, agents stay responsive to time-sensative information&#x20;
* Internet Search
  * When an agent hits a knowledge gap, it automatically queries the web
  * Ensures any advice, reply, or trading action reflects the most current data available&#x20;
* Twitter Integration
  * Full-Scale engagement via Tweet, Reply, QT, RT, or DM - completely autonomously
  * Track specific profiles, trigger specialized actions when relevant topics appear&#x20;
  * Expand reach, schedule updates, or manage brand interactions without lifting a finger
* Agent Memory
  * Maintains interaction history across twitter, telegram, discord, and other platforms; ensuring every response is consistent and informed
  * Simultaneously engage thousands of users while retaining individual context for each
  * Agents learn from each and every query, building a robust knowledge base for ever-more personalized responses&#x20;
* On-Chain Freedom
  * Conduct on-chain transactions, handle staking, copy trade popular wallets, and more
  * From liquidity provisioning to advanced yield optimizations, agents can run your AI hedge fund's strategies around the clock without supervision&#x20;
* Endless Function Development
  * Craft unique automations - sports betting, NFT minting, or advanced DeFi farming - with minimal coding\
    &#x20;build custom automations (i.e. sports betting strategies, NFT Minting, Defi farming etc.)
  * Add or swap functions as your goals evolve. Launch quickly, iterate freely.&#x20;
  * Focus on your strategy rather than technical headaches; the platform streamlines the entire launch process
* **Swarm Collaboration**&#x20;
  * Multi-Agent Teams can be assigned specialized roles—one for market scanning, another for social research, and a third for execution—and watch them **s**hare data and coordinate
  * Agents can dynamically reassign roles or escalate issues to each other as conditions shift
  * **T**ackle big picture goals such as building a cross chain DeFi portfolio, where each agent manages its own subtasks&#x20;


---

# 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.build.fun/basics/capabilities.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.
