# Products

- [Parallel V3](https://docs.parallel.best/products/parallel-v3.md): Introducing Parallel V3
- [How It Works](https://docs.parallel.best/products/parallel-v3/how-it-works.md): Explaining the Modular Architecture
- [Parallelizer Module](https://docs.parallel.best/products/parallel-v3/how-it-works/parallelizer-module.md): Explaining the Parallelizer Module
- [Savings Module](https://docs.parallel.best/products/parallel-v3/how-it-works/savings-module.md): Explaining the Savings Module
- [Bridging Module](https://docs.parallel.best/products/parallel-v3/how-it-works/bridging-module.md): Explaining the Bridging Module
- [Flashloan Module](https://docs.parallel.best/products/parallel-v3/how-it-works/flashloan-module.md): Explaining the Flashloan Module
- [Stablecoins & Savings](https://docs.parallel.best/products/parallel-v3/stablecoins-and-savings.md): Introducing Parallel Stablecoins
- [USDp & sUSDp](https://docs.parallel.best/products/parallel-v3/stablecoins-and-savings/usdp-and-susdp.md)
- [Implementation](https://docs.parallel.best/products/parallel-v3/stablecoins-and-savings/usdp-and-susdp/implementation.md): Detailing current USDp production implementation
- [Fee Distribution](https://docs.parallel.best/products/parallel-v3/stablecoins-and-savings/usdp-and-susdp/fee-distribution.md): Detailing the USDp Fee Distribution
- [Governance](https://docs.parallel.best/products/parallel-v3/governance.md): Detailing where Governance is involved
- [Licensing](https://docs.parallel.best/products/parallel-v3/licensing.md): Explaining Parallel V3 Licensing
- [Parallel V2](https://docs.parallel.best/products/parallel-v2.md): Introducing Parallel V2
- [Stablecoins](https://docs.parallel.best/products/parallel-v2/stablecoins.md): Parallel V2 Stablecoins
- [PAR](https://docs.parallel.best/products/parallel-v2/stablecoins/par.md)
- [How does PAR work?](https://docs.parallel.best/products/parallel-v2/stablecoins/par/how-does-par-work.md)
- [Where can I get PAR ?](https://docs.parallel.best/products/parallel-v2/stablecoins/par/where-can-i-get-par.md)
- [paUSD](https://docs.parallel.best/products/parallel-v2/stablecoins/par-1.md)
- [How does paUSD work?](https://docs.parallel.best/products/parallel-v2/stablecoins/par-1/how-does-pausd-work.md)
- [Where can I get paUSD ?](https://docs.parallel.best/products/parallel-v2/stablecoins/par-1/where-can-i-get-pausd.md)
- [How It Works](https://docs.parallel.best/products/parallel-v2/how-it-works.md)
- [Classic Vaults](https://docs.parallel.best/products/parallel-v2/how-it-works/vaults.md)
- [Depositing](https://docs.parallel.best/products/parallel-v2/how-it-works/vaults/depositing.md)
- [Borrowing](https://docs.parallel.best/products/parallel-v2/how-it-works/vaults/borrowing.md)
- [Fees](https://docs.parallel.best/products/parallel-v2/how-it-works/vaults/fees.md)
- [Fees Generation](https://docs.parallel.best/products/parallel-v2/how-it-works/vaults/fees/fees-generation.md)
- [Withdrawing](https://docs.parallel.best/products/parallel-v2/how-it-works/vaults/withdrawing.md)
- [Repaying](https://docs.parallel.best/products/parallel-v2/how-it-works/vaults/repaying.md)
- [Liquidating](https://docs.parallel.best/products/parallel-v2/how-it-works/vaults/liquidating.md)
- [Bridging Module](https://docs.parallel.best/products/parallel-v2/how-it-works/bridging-module.md)
- [LayerZero Infrastructure](https://docs.parallel.best/products/parallel-v2/how-it-works/bridging-module/layerzero-infrastructure.md)
- [Specifications](https://docs.parallel.best/products/parallel-v2/how-it-works/bridging-module/specifications.md)
- [Implementation](https://docs.parallel.best/products/parallel-v2/how-it-works/bridging-module/implementation.md)
- [PAR](https://docs.parallel.best/products/parallel-v2/how-it-works/bridging-module/implementation/par.md)
- [paUSD](https://docs.parallel.best/products/parallel-v2/how-it-works/bridging-module/implementation/pausd.md)
- [Super Vaults (SV)](https://docs.parallel.best/products/parallel-v2/how-it-works/super-vaults-sv.md)
- [Leveraging](https://docs.parallel.best/products/parallel-v2/how-it-works/super-vaults-sv/leveraging.md)
- [Rebalancing](https://docs.parallel.best/products/parallel-v2/how-it-works/super-vaults-sv/rebalancing.md)
- [EmptyVault](https://docs.parallel.best/products/parallel-v2/how-it-works/super-vaults-sv/emptyvault.md)
- [Automated Rebalance](https://docs.parallel.best/products/parallel-v2/how-it-works/super-vaults-sv/automated-rebalance.md)
- [Managed Rebalance](https://docs.parallel.best/products/parallel-v2/how-it-works/super-vaults-sv/managed-rebalance.md)
- [Licensing](https://docs.parallel.best/products/parallel-v2/licensing.md): Detailing Parallel V2 License


---

# 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.parallel.best/products.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.
