# Protocol

- [Overview](https://docs.lucidity.finance/protocol/overview.md)
- [Architecture Design](https://docs.lucidity.finance/protocol/architecture-design.md): This page highlights Lucidity's development methodology.
- [Discovery Engine](https://docs.lucidity.finance/protocol/discovery-engine.md): The discovery engine is built to run on on-chain data to help users and builders discover the most optimal leverage positions based on their risk appetite.
- [Risk Assessment Framework](https://docs.lucidity.finance/protocol/discovery-engine/risk-assessment-framework.md)
- [Backtesting Framework](https://docs.lucidity.finance/protocol/discovery-engine/backtesting-framework.md)
- [Discovery engine v1 : Statistical model \[Live\]](https://docs.lucidity.finance/protocol/discovery-engine/discovery-engine-v1-statistical-model-live.md)
- [Data Engine](https://docs.lucidity.finance/protocol/data-engine.md)
- [Real-Time Data Engine](https://docs.lucidity.finance/protocol/data-engine/real-time-data-engine.md)
- [Historical Data Engine](https://docs.lucidity.finance/protocol/data-engine/historical-data-engine.md)
- [Advanced Analytics Tools and Reports \[Coming Soon\]](https://docs.lucidity.finance/protocol/data-engine/advanced-analytics-tools-and-reports-coming-soon.md)
- [Execution Engine](https://docs.lucidity.finance/protocol/execution-engine.md)
- [FAQs](https://docs.lucidity.finance/protocol/faqs.md)
- [Developer Docs](https://docs.lucidity.finance/protocol/developer-docs.md): \[Coming Soon]


---

# 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.lucidity.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.
