# AI Agent Hub

- [Overview](https://docs.kyberswap.com/ai-agent-hub/overview.md): Connect your AI agent to KyberSwap's APIs and docs
- [Read the Docs (llms.txt + MCP)](https://docs.kyberswap.com/ai-agent-hub/read-the-docs-llms.txt-+-mcp.md): Search and query KyberSwap docs via llms.txt and Documentation MCP
- [Skills - For Local Agents](https://docs.kyberswap.com/ai-agent-hub/skills-for-local-agents.md): Pre-built agent skills for trading and managing liquidity via KyberSwap APIs from local AI coding agents
- [MCP Server - For Hosted Agents](https://docs.kyberswap.com/ai-agent-hub/mcp-server-for-hosted-agents.md): Trade, manage liquidity, and build transactions via Model Context Protocol from any hosted AI agent


---

# 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.kyberswap.com/ai-agent-hub.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.
