# README

![DeTasker Logo](https://via.placeholder.com/800x200/1a1a2e/ffffff?text=DeTasker)

**Slogan**: *Describe Any DeFi Goal, We Break It Down & Execute*

Welcome to the comprehensive documentation for DeTasker, the AI-powered task platform for Solana that transforms complex DeFi operations into simple natural language commands.

## What is DeTasker?

DeTasker is a revolutionary platform built on Solana that leverages artificial intelligence and Model Context Protocol (MCP) servers to enable users to perform complex DeFi operations using simple, natural language descriptions. No need to understand complex protocol interfaces – just tell us what you want to achieve, and our AI will automatically break down the task and execute it.

## Key Features

* **Natural Language Processing**: Describe your DeFi goals in plain English
* **AI-Powered Execution**: Intelligent task breakdown and automated execution
* **Multi-Protocol Integration**: Support for major Solana DeFi protocols
* **Security First**: Multiple confirmation layers and risk management
* **User-Friendly**: Designed for both beginners and advanced users

## Quick Links

* [Getting Started](/getting-started/quick-start.md) - Start using DeTasker in minutes
* [User Guide](https://github.com/DeTaskerLabs/detasker-docs/blob/main/user-guide/basic-operations/README.md) - Complete feature documentation
* [Developer APIs](https://github.com/DeTaskerLabs/detasker-docs/blob/main/developers/api-reference/README.md) - Integration documentation
* [Security](https://github.com/DeTaskerLabs/detasker-docs/blob/main/security/security-model.md) - Security features and audits
* [Roadmap](https://github.com/DeTaskerLabs/detasker-docs/blob/main/roadmap/current-phase.md) - Development progress and future plans

## Community

* [Twitter](https://x.com/DeTaskerSol)
* [GitHub](https://github.com/DeTaskerLabs)
* [Documentation](https://docs.detasker.xyz)

## Support

Need help? Check our [troubleshooting guide](https://github.com/DeTaskerLabs/detasker-docs/blob/main/troubleshooting/common-issues.md) or [contact support](https://github.com/DeTaskerLabs/detasker-docs/blob/main/troubleshooting/contact-support.md).

***

*Making complex DeFi operations as simple as having a conversation.*


---

# Agent Instructions: 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:

```
GET https://docs.detasker.xyz/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
