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

# Developer Platform

<h2 align="center">Agentical Platform Documentation</h2>

<p align="center">Automated AI Trading on Solana</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-robot">:robot:</i></h4></td><td><strong>Automated AI Trading</strong></td><td>Agentical provides the infrastructure that powers automated trading agents. Users and builders deploy agents that run continuously, monitor markets in real time, and execute trades automatically based on defined strategies — without manual intervention.</td><td><a href="/spaces/PHwYKyZTT5g3pvADA3nZ">/spaces/PHwYKyZTT5g3pvADA3nZ</a></td><td><a href="/files/2oKOWuOadvXO7d7aBclI">/files/2oKOWuOadvXO7d7aBclI</a></td></tr><tr><td><h4><i class="fa-arrow-progress">:arrow-progress:</i></h4></td><td><strong>Composable Agent Workflows</strong></td><td>Agents on Agentical are built from structured workflows, not simple bots. Each workflow combines multiple specialized components for discovery, analysis, risk filtering, and execution, ensuring every trade follows a trusted and repeatable process.</td><td><a href="/spaces/PHwYKyZTT5g3pvADA3nZ">/spaces/PHwYKyZTT5g3pvADA3nZ</a></td><td><a href="/files/I7xoWc3VOFYZ3J3Hl9e8">/files/I7xoWc3VOFYZ3J3Hl9e8</a></td></tr><tr><td><h4><i class="fa-cube">:cube:</i></h4></td><td><strong>Built for Solana Markets</strong></td><td>Agentical is designed specifically tokens on the Solana blockchain. The platform focuses on early opportunities from pump.fun and DEX Screener, evaluates liquidity and legitimacy, and executes quickly in markets where timing matters most.</td><td><a href="/spaces/xXfDnmYpOnPwAa0vTMl0">/spaces/xXfDnmYpOnPwAa0vTMl0</a></td><td><a href="/files/1XNc6lthIUebj4jqJgtr">/files/1XNc6lthIUebj4jqJgtr</a></td></tr></tbody></table>

{% columns %}
{% column %}
**Quick Start: Configure Your First Agent**\
\
Agentical is designed for flexibility. Use professionally designed agents, explore strategies created by the community, or shape your own automated workflows. Each agent reflects a different trading philosophy, allowing you to tailor how markets are analyzed and how opportunities are acted on.
{% endcolumn %}

{% column %}

<figure><img src="/files/O6fzkp3J82tqmtx1G29d" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/EIKQNdtrfRkZ5uIKHe1a" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}
**From Setup to Automated Trading**&#x20;

Once a wallet is connected, agents can be activated to operate continuously within the boundaries you define. The platform takes care of monitoring, decision-making, and execution, while you maintain visibility and oversight through the dashboard.
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Join the Agentical Community</h2>

<p align="center">Stay connected for platform updates and community insights.</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-x-twitter">:x-twitter:</i></h4></td><td><strong>X Page</strong></td><td>Follow Agentical on X for platform updates, feature releases, ecosystem news, and high-level insights into automated trading and agent development.</td><td><a href="https://www.gitbook.com/" class="button secondary">Join Discord</a></td><td></td></tr><tr><td><h4><i class="fa-telegram">:telegram:</i></h4></td><td><strong>Telegram Community</strong></td><td>Join the Telegram community to connect with other users, discuss strategies, share feedback, and engage directly with the team and community builders.</td><td><a href="https://www.gitbook.com/" class="button secondary">Join Discord</a></td><td></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.agentical.website/readme.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.
