# Overview

Orby, is an Orchestration and Abstraction Layer that abstracts complexity and unifies execution across chains, accounts, stablecoins, and platforms. It focuses on three types of orchestration:

1. [onchain-transaction-orchestration](https://docs-orby.orblabs.xyz/getting-started/onchain-transaction-orchestration "mention"): enable your users to transact gaslessly and bridgelessly with unified balances.&#x20;
2. [stablecoin-abstraction-and-orchestration](https://docs-orby.orblabs.xyz/getting-started/stablecoin-abstraction-and-orchestration "mention"): instantly network all stablecoins, restore fungibility and capture yield generated by stablecoins held by your users.
3. [onchain-offchain-capital-orchestration](https://docs-orby.orblabs.xyz/getting-started/onchain-offchain-capital-orchestration "mention"): enable your users to use CEX or bank balances directly onchain.

These can be use by any wallets, exchanges, platforms, and agents to offer one-click transactions, gas abstraction, chain abstraction, stablecoin abstraction, and the use of off-chain balances.  Furthermore, Orby enables all this functionality on dapps. &#x20;


---

# 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-orby.orblabs.xyz/getting-started/overview.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.
