# Introduction

Currently we differentiate our app base on user’s role. We have three different repositories :

#### Customer

Below are some features that can be use in [customer](https://app.debio.network/) dashboard:

* [Request Test](https://docs.debio.network/products-and-services/decentralized-genetics)
* [Request Service](https://docs.debio.network/products-and-services/request-service)
* [Request Genetic Analysis](https://docs.debio.network/products-and-services/request-genetic-analysis)
* [Electronic Medical Record](https://docs.debio.network/products-and-services/electronic-medical-record)
* [Data Bounty](https://docs.debio.network/products-and-services/data-bounty)

{% embed url="<https://github.com/debionetwork/debio-customer-ui>" %}

#### Lab

[Lab](https://lab.debio.network/) dashboard is purposely developed for labs to register and provide their services on DeBio Network. Lab can also monitor the requested services from customer. You can check the [lab guideline](https://docs.debio.network/complete-guidelines/lab-guideline).

{% embed url="<https://github.com/debionetwork/debio-frontend>" %}

#### Genetic Analyst

DeBio has a feature [**“Request Genetic Analysis”**](https://docs.debio.network/products-and-services/request-genetic-analysis)**,** that allows customer to request genetic/DNA analysis to a verified Genetic Analyst on the DeBio dApp based on uploaded genome data. This [Genetic Analyst](https://analyst.debio.network/) dashboard is developed specially for verified Genetic Analyst to register and process requested genetic analysis from customer. You can also check the [Genetic Analyst guidelin&#x65;*.*](https://docs.debio.network/complete-guidelines/genetic-analyst-guideline)

{% embed url="<https://github.com/debionetwork/debio-genetic-analyst-ui>" %}

### Getting Help[​](https://docs.near.org/docs/develop/front-end/introduction#getting-help) <a href="#getting-help" id="getting-help"></a>

If you have feedback or suggestions for improvement, please let us know.

* Find us on [Telegram](https://t.me/debionetwork).
* All our code is open source on [GitHub](https://github.com/debionetwork).


---

# 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/introduction.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.
