> For the complete documentation index, see [llms.txt](https://docs.debio.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.debio.network/complete-guidelines/user-guideline/request-service.md).

# Request Service

Request service feature allows users to request genetic and/or biomedical testing services from nearby labs. In this case, the Customer wants to do a test but cannot find any labs in their area that provide the specific test. Customers will perform ‘Request Service’ by staking their DBIO token until there’s a lab that responds to the request.

![](https://lh4.googleusercontent.com/kwVKykV4vbYJbpP95-grBFotI95ZfLRISjbS_EbqzWjJjvTFhggaFstHcC4zi0NT8pUfhU428meHQ9JaqzpWIEYsiUKxHI0tHH8xd--K3tDNj119aw510uE668FUBQ)

Same as step 1 request test, the Customer needs to fill in the location and service category first. However, this time the selected service category won’t be available in the selected location.

![](https://lh4.googleusercontent.com/TRU1LvhA097jJN5H5XwaVgSW8inW2_C4aoD23An2OQYZ1EyRCo2qURbGfb5s04JuRrFB35JDe-A0Mx64Dr1pmxX-zlUWqgpDrPqv0xLWWWqxoMCFrZcoyFPVWGNg3A)

Customers can request a service to the nearby location, by clicking the “Request Service” button. They are required to stake some amounts (in $DBIO) as proof that they indeed want the service to be available in their area.

![](https://lh4.googleusercontent.com/497ZtFmQH2j2pY93houff0DrYsCnMdBNRiSEQb-XmgDYt3fRFEVq52N1UACvj_RM7FTtvvcwi13ycaRC3N3nt0EDZpQP8JFm4WmfoXpBR0hPa5ww9lBCL3Rk2cUg-g)

There is no locking period. Customer’s fund can be unstaked anytime with their consent but there will be 6 days to process it.

![](https://lh3.googleusercontent.com/oLo4qwnNF1bjAgUVyoXwcXKoyz3h0Z9Zix6lXKoUzw30OARK7gJN6sj2ERVk8HIHQrpjnF2SqAuGefu4js4RY6ZQYmKjH6EPLpG13e718qtns10EkW7pv4uPxsvH1Q)

Once the Lab provides the requested service, the Customer will get notified and they can proceed to the request test process. If the staked amount is bigger than the service price, the customer will get a refund for overpayment.&#x20;

If the staked amount is smaller than the service price, the customer should pay for the outstanding amount to complete the purchase using DBIO.&#x20;

However, when the Customer has already requested a test from the requested service, they no longer be able to unstake the fund.&#x20;

Upon receiving their test result, customers will be rewarded with DBIO as a token of gratitude for using the DeBio service. By unstaking the fund, customers will lose this privilege.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.debio.network/complete-guidelines/user-guideline/request-service.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
