# ZERT Docs

## ZERT Docs

- [Introduction](https://docs.zert.com/getting-started/readme.md)
- [Authentication & API Keys](https://docs.zert.com/getting-started/authentication-and-api-keys.md)
- [Quick Start - Your First Swap](https://docs.zert.com/getting-started/quick-start-your-first-swap.md)
- [Support](https://docs.zert.com/getting-started/support.md)
- [Discovery](https://docs.zert.com/api-reference/discovery.md)
- [Get Supported Chains](https://docs.zert.com/api-reference/discovery/list-chains.md)
- [Get Available Tokens](https://docs.zert.com/api-reference/discovery/list-tokens.md)
- [Get Trading Pairs](https://docs.zert.com/api-reference/discovery/list-pairs.md)
- [Swap](https://docs.zert.com/api-reference/swap.md)
- [Request Quote](https://docs.zert.com/api-reference/swap/request-quote.md)
- [Build Swap](https://docs.zert.com/api-reference/swap/submit-swap.md)
- [Get Signing Status](https://docs.zert.com/api-reference/swap/get-wallet-signing-status.md)
- [Submit Signed Artifact](https://docs.zert.com/api-reference/swap/submit-wallet-signed-artifact.md)
- [Limit Orders](https://docs.zert.com/api-reference/limit-orders.md)
- [Create Limit Order](https://docs.zert.com/api-reference/limit-orders/limit-order-create.md)
- [List Limit Orders](https://docs.zert.com/api-reference/limit-orders/limit-orders-list.md)
- [Get or Cancel Limit Order](https://docs.zert.com/api-reference/limit-orders/limit-order-get-cancel.md)
- [Replace Limit Order](https://docs.zert.com/api-reference/limit-orders/limit-order-replace.md)
- [Status & Tracking](https://docs.zert.com/api-reference/status-and-tracking.md)
- [Get Transaction Status](https://docs.zert.com/api-reference/status-and-tracking/get-transaction-status.md)
- [Health Check](https://docs.zert.com/health-check.md)
- [Models](https://docs.zert.com/models.md)
- [Guides](https://docs.zert.com/integration-example.md)
- [Full swap flow](https://docs.zert.com/integration-example/full-swap-flow.md)
- [Discovery: chains, tokens, and pairs](https://docs.zert.com/integration-example/discovery-and-quote.md)
- [Limit orders](https://docs.zert.com/integration-example/limit-orders.md)
- [Check transaction status](https://docs.zert.com/integration-example/check-transaction-status.md)
- [API Reference](https://docs.zert.com/apis.md)
- [SDK Overview](https://docs.zert.com/routing-engine-sdk/sdk-overview.md)
- [Installation and Configuration](https://docs.zert.com/routing-engine-sdk/installation-and-configuration.md): Install and configure the Routing Engine SDK for Zert's routing API.
- [Get Supported Chains](https://docs.zert.com/routing-engine-sdk/get-supported-chains.md): Fetch the list of chains supported by the routing engine
- [Get Available Tokens](https://docs.zert.com/routing-engine-sdk/get-available-tokens.md): Fetch all available tokens across supported chains.
- [Get Trading Pairs](https://docs.zert.com/routing-engine-sdk/get-trading-pairs.md): Fetch trading pairs (tokenIn / tokenOut) available for swapping.
- [Request a Quote](https://docs.zert.com/routing-engine-sdk/request-a-quote.md): Request a quote for a swap (amount, route, and pricing).
- [Submit a Swap](https://docs.zert.com/routing-engine-sdk/submit-a-swap.md): Build and execute the public swap flow: Build -> Get signing -> Submit signed artifact.
- [Limit Orders](https://docs.zert.com/routing-engine-sdk/limit-orders.md): Create, fetch, cancel, and list limit orders.
- [Get Transaction Status](https://docs.zert.com/routing-engine-sdk/get-transaction-status.md): Track transaction status via GET /status/transaction/{txHash}.
- [Check Service Health](https://docs.zert.com/routing-engine-sdk/check-service-health.md): Check service health via GET /health.
- [Error Handling for APIs](https://docs.zert.com/routing-engine-sdk/error-handling-for-apis.md): Handle API and SDK errors when using the Routing Engine SDK.
- [Privacy policy](https://docs.zert.com/legal/privacy-policy.md)
- [Terms and Conditions](https://docs.zert.com/legal/terms-and-conditions.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.zert.com/getting-started/readme.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.
