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

# AI Features

- [AI Features Overview](https://docs.taskade.com/ai-features/ai-features.md): Deploy custom AI agents with persistent memory, knowledge, and tool access across your Taskade workspace — the intelligence layer behind every app and.
- [AI Agents Getting Started](https://docs.taskade.com/ai-features/ai-features/ai-agents-getting-started.md): Create, train, and deploy Taskade AI agents that read your docs, answer questions, run tasks, and power multi-agent teams across your workspace.
- [TSK-1 Model Tiers](https://docs.taskade.com/ai-features/ai-features/tsk-1-model-tiers.md): TSK-1 (Taskade System Kernel) is the intelligence layer that auto-routes AI work across four capability tiers — vendor-agnostic, always current.
- [Agent Knowledge & Memory](https://docs.taskade.com/ai-features/ai-features/agent-knowledge.md): Train Taskade AI agents on your own knowledge: upload PDFs, CSVs, and docs, add URLs and YouTube, or connect projects as live, auto-updating sources.
- [Tools for AI Agents](https://docs.taskade.com/ai-features/ai-features/agent-tools.md): Give Taskade AI agents real actions: add native tools, Slack/Gmail/HubSpot integrations, custom automation tools, and human-in-the-loop approvals.
- [AI Agent Teams](https://docs.taskade.com/ai-features/ai-features/agent-teams.md): Create teams of AI agents that work together — Taskade automatically picks the best-qualified agent to respond, or lets them collaborate on complex tasks.
- [Multi-Agent Collaboration](https://docs.taskade.com/ai-features/ai-features/multi-agents.md): Build teams of specialized AI agents in Taskade that collaborate on projects, with Taskade EVE orchestrating handoffs, multi-agent patterns, and shared chat.
- [Image Generation](https://docs.taskade.com/ai-features/ai-features/image-generation.md): Generate images for Taskade Genesis apps natively in EVE chat with ready-to-use prompt templates. Auto-saved to Media in 1:1, 16:9, or 9:16.
- [Media AI Chat](https://docs.taskade.com/ai-features/ai-features/media-ai-chat.md): Chat with your files, projects, and media in Taskade. Upload PDFs, images, CSVs, and videos, then ask questions, extract insights, and generate content with AI.
- [Autopilot](https://docs.taskade.com/ai-features/ai-features/autopilot.md): Use Taskade Autopilot to turn one prompt into a full workspace of connected projects, AI agents, agent teams, and automations, then expand it or build apps.


---

# 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.taskade.com/ai-features.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.
