# AI Agents

Build AI-powered applications on top of YO Protocol using our open-source agent skills.&#x20;

Whether you're scripting vault interactions from the command line, building React dashboards, or writing backend services that prepare deposit and redeem transactions, our skills give your AI coding agent full context on the SDK, CLI, and React hooks, so it can generate correct, up-to-date code without hallucinating APIs.&#x20;

Install them with `npx skills add yoprotocol/yo-protocol-skills --all` or browse the individual skills below

{% embed url="<https://github.com/yoprotocol/yo-protocol-skills>" %}


---

# 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.yo.xyz/integrations/ai-agents.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.
