# Project Catalyst F12 Milestone Reporting

- [Smart Contract Design Document](https://docs.deltadefi.io/faq/project-catalyst-f12-milestone-reporting/smart-contract-design-document.md): Below session illustrates the detailed logic, structure, pseudocode, and flow diagram of the DeltaDeFi smart contract
- [Technical Architecture](https://docs.deltadefi.io/faq/project-catalyst-f12-milestone-reporting/technical-architecture.md): Below technical architecture illustrates the system architecture, including both off-chain and on-chain components of DeltaDeFi.
- [User Flow Diagram & Wireframes](https://docs.deltadefi.io/faq/project-catalyst-f12-milestone-reporting/user-flow-diagram-and-wireframes.md): The pictures shown below are the user flow digram and wireframes for account opening, deposit, and order processing.
- [Backend and Frontend Integration Description](https://docs.deltadefi.io/faq/project-catalyst-f12-milestone-reporting/backend-and-frontend-integration-description.md)
- [Frontend & Backend & Smart Contract Integration Process and Functionalities Testing](https://docs.deltadefi.io/faq/project-catalyst-f12-milestone-reporting/frontend-and-backend-integration-process-and-functionalities-testing.md): Below documentation illustrate the key testing process of frontend & backend integration


---

# 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.deltadefi.io/faq/project-catalyst-f12-milestone-reporting.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.
