# VOOI ULTRA v3

- [VOOI\_ULTRA:introduction](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-introduction.md)
- [VOOI\_ULTRA:MCP](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-mcp.md): Connect AI agents and MCP-compatible tools to VOOI Perps API
- [Connect Codex CLI](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-mcp/connect-codex-cli.md): Configure Codex CLI to use VOOI MCP tools
- [Connect Claude Desktop](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-mcp/connect-claude-desktop.md): Configure Claude Desktop to use VOOI MCP tools
- [Connect Claude Code](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-mcp/connect-claude-code.md): Configure Claude Code to use VOOI MCP tools
- [Connect Cursor](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-mcp/connect-cursor.md): Configure Cursor to use VOOI MCP tools
- [VOOI\_ULTRA:tools](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-tools.md): Overview of VOOI Ultra tools for cross-venue trading, margin management, and funding analysis
- [VOOI Transfer Margin](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-tools/vooi-transfer-margin.md): Move free margin between supported venue accounts directly from VOOI Ultra
- [VOOI Perps Arena](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-tools/vooi-perps-arena.md): Compare execution costs across supported perpetual DEX venues before opening a position
- [VOOI Funding Radar](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-tools/vooi-funding-radar.md): Compare funding rates across supported venues and identify potential funding arbitrage opportunities
- [VOOI Funding Arbitrage](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-tools/vooi-funding-arbitrage.md): Find and open potential paired long and short setups across supported venues
- [VOOI\_ULTRA:automationExamples](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-automationexamples.md): Open-source examples for building agentic trading workflows with VOOI
- [Funding Arbitrage Bot Example](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-automationexamples/funding-arbitrage-bot-example.md): VOOI open-source example of a delta-neutral funding-rate arbitrage bot for perpetual markets
- [Signal Bot Example](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-automationexamples/signal-bot-example.md): VOOI open-source example of an LLM-assisted Telegram signal trading bot for perpetual markets
- [VOOI\_ULTRA:tradingFees](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-tradingfees.md)
- [VOOI\_ULTRA:releaseNotes](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-releasenotes.md)


---

# 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.vooi.io/vooi-ultra-v3.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.
