# Vortex Docs

## General

- [Welcome to Vortex Docs](https://docs.vortexfinance.co/welcome-to-vortex-docs.md)
- [How Vortex Works & Fund Flow](https://docs.vortexfinance.co/how-vortex-works-and-fund-flow.md)
- [Fund Security & Resilience](https://docs.vortexfinance.co/fund-security-and-resilience.md)
- [FX pricing and transparency](https://docs.vortexfinance.co/fx-pricing-and-transparency.md)
- [Compliance & Partner Model](https://docs.vortexfinance.co/compliance-and-partner-model.md)
- [Company Model](https://docs.vortexfinance.co/company-model.md)
- [Technical Architecture](https://docs.vortexfinance.co/technical-architecture.md)
- [Crypto-to-Fiat Off-Ramping](https://docs.vortexfinance.co/technical-architecture/crypto-to-fiat-off-ramping.md)

## Buy and Sell Crypto

- [Introduction](https://docs.vortexfinance.co/buyandsellcrypto/readme.md)
- [Personal](https://docs.vortexfinance.co/buyandsellcrypto/sell-crypto/personal.md)
- [Business](https://docs.vortexfinance.co/buyandsellcrypto/sell-crypto/business.md)
- [Personal](https://docs.vortexfinance.co/buyandsellcrypto/buy-crypto/personal.md)
- [Business](https://docs.vortexfinance.co/buyandsellcrypto/buy-crypto/business.md)
- [FAQ](https://docs.vortexfinance.co/buyandsellcrypto/faq/faq.md)

## Widget

- [Introduction](https://docs.vortexfinance.co/hosted-app/readme.md)
- [Quick Onboarding](https://docs.vortexfinance.co/hosted-app/quick-onboarding.md)
- [Fee structure](https://docs.vortexfinance.co/hosted-app/fee-structure.md)
- [Integration Type](https://docs.vortexfinance.co/hosted-app/integration-type.md)
- [Reporting](https://docs.vortexfinance.co/hosted-app/reporting.md)
- [FAQ](https://docs.vortexfinance.co/hosted-app/faq.md)

## Exchange API

- [Introduction](https://docs.vortexfinance.co/api/readme.md)
- [Quick onboarding](https://docs.vortexfinance.co/api/quick-onboarding.md)
- [FAQ](https://docs.vortexfinance.co/api/faq.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.vortexfinance.co/welcome-to-vortex-docs.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.
