> For the complete documentation index, see [llms.txt](https://data3-network.gitbook.io/developer.data3.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://data3-network.gitbook.io/developer.data3.network/data3-network-overview/ai-agents.md).

# AI Agents

### AI Agents: Extending Capabilities into the Real World

#### Overview of AI Agents

**AI Agents** are modular tools integrated within the Data3 Network that empower your AI Persona to execute tasks beyond mere conversation. These agents act as the operational extensions of your digital identity, enabling real-world actions directly through the platform.

#### Key Functionalities

AI Agents can:

* **Curate Content:** Suggest and optimize posts based on audience engagement.
* **Execute Financial Trades:** Perform algorithm-driven trades that are executed in real-time.
* **Manage Financial Obligations:** Handle bill payments and financial reminders.
* **Automate Communications:** Send emails or notifications, ensuring you never miss an important event.

#### Developer and Community Involvement

While the Data3 Network Team provides several official AI Agents as a reference implementation, we encourage the developer community to innovate and create additional agents. This ecosystem:

* **Fosters Innovation:** Developers can build specialized agents tailored to specific niches.
* **Ensures Robustness:** Community-driven development promotes diverse use cases and constant improvements.

By seamlessly integrating these agents, the platform creates a living ecosystem where digital personas not only converse but also act, transact, and create tangible value for their owners.


---

# 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://data3-network.gitbook.io/developer.data3.network/data3-network-overview/ai-agents.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.
