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

# AI Integration

zkDex integrates cutting-edge AI to enhance the trading experience at every level. By utilizing a combination of decentralized AI and proprietary in-house LLMs (Large Language Models), our platform prioritizes efficiency, accuracy, and seamless user interactions. AI isn't just an addition—it's embedded into the core of zkDex’s future ecosystem.

***

**Why Decentralized AI for Support?** While many platforms rely on static, centralized models, zkDex aims to adopt decentralized AI specifically for its support and user-facing services. This approach introduces:

* **Reliability:** Operates across distributed nodes, reducing the risk of downtime.
* **Fairness:** Decentralized AI learns and adapts from diverse input sources, minimizing bias.
* **Scalability:** Continual improvement driven by decentralized contributions and data.

This allows zkDex to build smarter, more responsive support systems that evolve alongside user needs.

***

**Looking Ahead: AI’s Role in** zkDex Our roadmap envisions AI expanding beyond basic support. Future plans include developing personalized trading insights, automated market analysis, and risk assessment tools—all driven by decentralized intelligence.

zkDex isn’t just about offering zero-knowledge trading but about **creating a next-generation experience** where AI ensures smoother operations, smarter trading, and unmatched privacy.


---

# 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.zkdex.tech/features/ai-integration.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.
