# Front End

### Overview

DeBio Network is a public and transparent project that aim to revolutionize the current biomedical industry by giving patients full sovereignty over their data using the most cutting-edge blockchain technologies.

Debio Frontend docs will cover how the application use and interact with the technologies to achieve the goals.

For context, it's worth knowing that the core DeBio DApps API is in [JSON-RPC interface](/developers/back-end/endpoints.md).

### High Level Look

*<mark style="color:orange;">(file tree and brief explanation of each folder)</mark>*


---

# 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.debio.network/developers/front-end.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.
