# Overview

Pionex AI Kit provides you with a complete set of AI Agent infrastructure for connecting to Pionex, including **MCP**, **Skills**, and **CLI**. It supports mainstream AI Agents such as Cursor, Claude, CodeX, OpenClaw, Windsurf, and VSCode.

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-square-code">:square-code:</i></h3></td><td><strong>MCP</strong></td><td>The protocol layer that connects AI agents to Pionex.</td><td></td><td></td><td><a href="/pages/7FvWQMF0kTK7HGhlQfmo">/pages/7FvWQMF0kTK7HGhlQfmo</a></td></tr><tr><td><h3><i class="fa-lightbulb-on">:lightbulb-on:</i></h3></td><td><strong>Skills</strong></td><td>Abilities that enable AI agents to leverage CLI to efficiently complete tasks.</td><td></td><td></td><td><a href="/pages/YrUwV2sv8S2yLBpXVOoo">/pages/YrUwV2sv8S2yLBpXVOoo</a></td></tr><tr><td><h3><i class="fa-terminal">:terminal:</i></h3></td><td><strong>CLI</strong></td><td>Command-line interface for the Pionex API to execute actions through commands.</td><td></td><td></td><td><a href="/pages/i73g4LZQanoLj7XtSO18">/pages/i73g4LZQanoLj7XtSO18</a></td></tr></tbody></table>

### References

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-key">:key:</i></h3></td><td><strong>API Key Guide</strong> <i class="fa-arrow-right">:arrow-right:</i></td><td><a href="https://www.pionex.com/docs/api-docs/references/api-key-guide">https://www.pionex.com/docs/api-docs/references/api-key-guide</a></td></tr><tr><td><h3><i class="fa-shield">:shield:</i></h3></td><td><strong>API Key Permissions</strong> <i class="fa-arrow-right">:arrow-right:</i></td><td><a href="https://www.pionex.com/docs/api-docs/references/api-key-permissions">https://www.pionex.com/docs/api-docs/references/api-key-permissions</a></td></tr><tr><td><h3><i class="fa-github">:github:</i></h3></td><td><strong>GitHub</strong> <i class="fa-arrow-right">:arrow-right:</i></td><td><a href="https://github.com/pionex-official/pionex-ai-kit">https://github.com/pionex-official/pionex-ai-kit</a></td></tr><tr><td><h3><i class="fa-telegram">:telegram:</i></h3></td><td><strong>Support</strong> <i class="fa-arrow-right">:arrow-right:</i></td><td><a href="https://t.me/pionexapi">https://t.me/pionexapi</a></td></tr></tbody></table>


---

# 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://www.pionex.com/docs/ai-kit-docs/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.
