> For the complete documentation index, see [llms.txt](https://docs.orda.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orda.network/developers.md).

# Developers

- [Quickstart](https://docs.orda.network/developers/quickstart.md)
- [Authentication](https://docs.orda.network/developers/authentication.md)
- [API](https://docs.orda.network/developers/api.md): A unified API for the new financial stack.
- [Recipients](https://docs.orda.network/developers/api/recipients.md): Recipients are used to onboard entities such as individuals or entities who will interact with your platform.
- [Creating a Recipient](https://docs.orda.network/developers/api/recipients/creating-a-recipient.md): This guide explains the purpose and general usage of the Create Recipient endpoint in the orda API.
- [Updating Recipient Details](https://docs.orda.network/developers/api/recipients/updating-recipient-details.md): You can update the details for any recipient associated with your project.
- [Deactivating a Recipient](https://docs.orda.network/developers/api/recipients/deactivating-a-recipient.md): This guide explains how to deactivate a recipients using the orda API.
- [Onchain Transactions](https://docs.orda.network/developers/api/onchain-transactions.md): Crypto-to-Crypto Transactions (Swaps, Bridges, Transfers)
- [Requesting a Quote](https://docs.orda.network/developers/api/onchain-transactions/requesting-a-quote.md)
- [Executing a Quote](https://docs.orda.network/developers/api/onchain-transactions/executing-a-quote.md)
- [Monitoring Status](https://docs.orda.network/developers/api/onchain-transactions/monitoring-status.md)
- [Off Ramps](https://docs.orda.network/developers/api/off-ramps.md)
- [Requesting a Quote](https://docs.orda.network/developers/api/off-ramps/requesting-a-quote.md)
- [Executing a Quote](https://docs.orda.network/developers/api/off-ramps/executing-a-quote.md)
- [Monitoring Status](https://docs.orda.network/developers/api/off-ramps/monitoring-status.md)
- [On Ramps](https://docs.orda.network/developers/api/on-ramps.md)
- [Requesting a Quote](https://docs.orda.network/developers/api/on-ramps/requesting-a-quote.md)
- [Executing a Quote](https://docs.orda.network/developers/api/on-ramps/executing-a-quote.md)
- [Monitoring Status](https://docs.orda.network/developers/api/on-ramps/monitoring-status.md)
- [SDK](https://docs.orda.network/developers/sdk.md)
- [Getting Started](https://docs.orda.network/developers/sdk/getting-started.md)
- [Creating a Recipient (optional)](https://docs.orda.network/developers/sdk/creating-a-recipient-optional.md)
- [Bridge/Swap](https://docs.orda.network/developers/sdk/bridge-swap.md)
- [Off Ramp Quote](https://docs.orda.network/developers/sdk/off-ramp-quote.md)
- [On Ramp Quote](https://docs.orda.network/developers/sdk/on-ramp-quote.md)
- [Monitoring Transactions](https://docs.orda.network/developers/sdk/monitoring-transactions.md)
- [Widget](https://docs.orda.network/developers/widget.md)
- [Authentication](https://docs.orda.network/developers/widget/authentication.md)
- [Features](https://docs.orda.network/developers/widget/features.md)
- [Advanced Usage](https://docs.orda.network/developers/widget/advanced-usage.md)
- [Styling](https://docs.orda.network/developers/widget/styling.md)
- [Troubleshooting](https://docs.orda.network/developers/widget/troubleshooting.md)
- [Frameworks](https://docs.orda.network/developers/widget/frameworks.md)
- [Widget Reference](https://docs.orda.network/developers/widget/widget-reference.md)
- [Guides](https://docs.orda.network/developers/guides.md)
- [Postman Workspace](https://docs.orda.network/developers/guides/postman-workspace.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 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.orda.network/developers.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.
