# YAD docs

## YAD docs

- [Introduction](https://docs.yad.finance/introduction.md): Project Overview
- [Key features](https://docs.yad.finance/introduction/key-features.md)
- [Use cases](https://docs.yad.finance/introduction/use-cases.md): Example Use Cases
- [Getting started](https://docs.yad.finance/getting-started.md)
- [Wallet creation](https://docs.yad.finance/getting-started/wallet-creation.md)
- [How do I get crypto to start trading?](https://docs.yad.finance/getting-started/how-do-i-get-crypto-to-start-trading.md)
- [Wallet connection](https://docs.yad.finance/getting-started/wallet-connection.md)
- [Token approval](https://docs.yad.finance/getting-started/token-approval.md)
- [Making a swap](https://docs.yad.finance/getting-started/making-a-swap.md)
- [How to check your transaction in blockchain](https://docs.yad.finance/getting-started/how-to-check-your-transaction-in-blockchain.md)
- [Swap modes](https://docs.yad.finance/swap-modes.md)
- [One-Track Swaps](https://docs.yad.finance/swap-modes/one-track-swaps.md)
- [Chain-Hopping Swaps](https://docs.yad.finance/swap-modes/chain-hopping-swaps.md)
- [Diamond Mode](https://docs.yad.finance/swap-modes/diamond-mode.md)
- [Architecture](https://docs.yad.finance/architecture.md): High-level overview of the system architecture of YAD Finance
- [Smart contracts](https://docs.yad.finance/architecture/smart-contracts.md): How to interact with YAD’s smart contracts
- [Proxy addresses](https://docs.yad.finance/architecture/proxy-addresses.md)
- [Request for Quote (RFQ)](https://docs.yad.finance/architecture/request-for-quote-rfq.md)
- [One-Track Swaps API](https://docs.yad.finance/integration-guides/one-track-swaps-api.md)
- [Getting started](https://docs.yad.finance/integration-guides/one-track-swaps-api/getting-started.md)
- [Use cases](https://docs.yad.finance/integration-guides/one-track-swaps-api/use-cases.md)
- [Endpoint list](https://docs.yad.finance/integration-guides/one-track-swaps-api/endpoint-list.md)
- [Cross-Chain Swaps API](https://docs.yad.finance/integration-guides/cross-chain-swaps-api.md)
- [Getting started](https://docs.yad.finance/integration-guides/cross-chain-swaps-api/getting-started.md)
- [Use cases](https://docs.yad.finance/integration-guides/cross-chain-swaps-api/use-cases.md)
- [Endpoint list](https://docs.yad.finance/integration-guides/cross-chain-swaps-api/endpoint-list.md)
- [Widget](https://docs.yad.finance/integration-guides/widget.md)
- [API key management](https://docs.yad.finance/integration-guides/widget/api-key-management.md)
- [Integration flow](https://docs.yad.finance/integration-guides/widget/integration-flow.md)
- [Security](https://docs.yad.finance/security.md)
- [Smart contract audit](https://docs.yad.finance/security/smart-contract-audit.md)
- [Further support](https://docs.yad.finance/contact-us/further-support.md): How to Request Further Support
- [Glossary](https://docs.yad.finance/knowledge-base/glossary.md)
- [Basics](https://docs.yad.finance/knowledge-base/basics.md)
- [What is gas price?](https://docs.yad.finance/knowledge-base/basics/what-is-gas-price.md)
- [What is price impact?](https://docs.yad.finance/knowledge-base/basics/what-is-price-impact.md)
- [What is slippage?](https://docs.yad.finance/knowledge-base/basics/what-is-slippage.md)
- [What is the fee structure?](https://docs.yad.finance/knowledge-base/basics/what-is-the-fee-structure.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.yad.finance/introduction.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.
