# Protocol

- [Litepaper](https://docs.babylon.finance/protocol/litepaper.md): This page includes the Babylon Litepaper, which gives an overview of the protocol.
- [Participants](https://docs.babylon.finance/protocol/litepaper/participants.md): This page describes the participants in Babylon and their roles.
- [Gas Optimizations](https://docs.babylon.finance/protocol/gas-optimizations.md): The protocol offers many advantages to users regarding gas costs.
- [Gasless Deposits](https://docs.babylon.finance/protocol/gas-optimizations/gasless-deposits.md)
- [Integrations](https://docs.babylon.finance/protocol/integrations.md): This page provides a list of DeFi Protocols that Babylon integrates with.
- [Roadmap](https://docs.babylon.finance/protocol/roadmap.md): This page describes the Babylon roadmap.


---

# 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.babylon.finance/protocol.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.
