# Welcome to Lynx

- [Introduction](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/introduction.md): Getting to Know Lynx
- [Core Design](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/core-design.md): Under-the-Hood of the Lynx Protocol
- [Gross Profit and Loss (P\&L)](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/core-design/gross-profit-and-loss-p-and-l.md): Gross P\&L Calculations in Lynx
- [Isolated Liquidity Pools](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/core-design/isolated-liquidity-pools.md): A Collection of Single-Asset Pools
- [Guaranteed Solvency](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/core-design/guaranteed-solvency.md): Safety Mechanisms to Protect Users
- [Trigger Bots](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/core-design/trigger-bots.md): Executing Transactions on Lynx
- [Cross-Chain Perpetuals](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/cross-chain-perpetuals.md): Powered by LayerZero
- [Intent-Based Order System](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/cross-chain-perpetuals/intent-based-order-system.md): Solving Cross-Chain Challenges with Intents
- [Transaction Flow](https://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx/cross-chain-perpetuals/transaction-flow.md): How Trades are Handled Behind the Scenes


---

# 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://lynx-finance.gitbook.io/lynx-finance/welcome-to-lynx.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.
