# Getting Started

- [How to use the Mobius Finance protocol?](https://docs.mobius.finance/getting-started/how-to-use-the-protocol.md): Simplified overview of Mobius Finance
- [Understanding Quote-driven Markets](https://docs.mobius.finance/getting-started/understanding-quote-driven-markets.md)
- [moUSD - The Settlement Currency](https://docs.mobius.finance/getting-started/mousd-the-settlement-currency.md)
- [Short-selling moAssets](https://docs.mobius.finance/getting-started/mobius-short-selling-mechanism.md)
- [moAssets - Mobius Synthetics assets](https://docs.mobius.finance/getting-started/mobius-synthetics-assets.md): moAssets are Mobius Finance's synthetic assets
- [Automatic debt rebalance](https://docs.mobius.finance/getting-started/architecture-and-implementation.md)
- [Governance](https://docs.mobius.finance/getting-started/governance.md)


---

# 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.mobius.finance/getting-started.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.
