> For the complete documentation index, see [llms.txt](https://whitepaper-kr.gpia.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper-kr.gpia.xyz/web3.md).

# Web3 생태계

광범위한 연구를 통해 Web3 기술이 의료 분야에 이상적이고 더 우수한 기술이라는 것을 깨달았습니다. 개인정보 유출 위험이 없지만 의사들 간에 쉽게 공유할 수 있는 의료 기록에 대해생각해 보세요. 환자들은 자신의 데이터를 자율적으로 관리할 수 있으며 의사는 원격 진료 및 약 관리를 위한 안전한 플랫폼을 사용할 수 있습니다. 이 기술은 의료 과정을 간소화하고 환자 권한 강화, 더 투명한 의료 시스템 구축을 가능하게 합니다. 하지만 이러한 기술 도입에는 사용자들의 채택 및 명확한 규제와 같은 과제가 먼저 해결되어야 합니다.

때문에 글로벌 피아(Global Pia)는 전 세계적으로 더 나은 건강검진을 위해 건강 지표, 인공지능(AI), 메타버스를 통합하는 생태계를 구축하고자 합니다. 이를 통해 사용자들이 자신의 웰빙을 더욱 쉽게 관리할 수 있게 하며, 버튼 클릭만큼 간편한 건강 검진 시대를 목표로 하고 있습니다.

이것이 바로 글로벌 피아가 건강 지표와 Web3 기술의 힘을 통합하는 생태계를 만드는 이유입니다.


---

# 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://whitepaper-kr.gpia.xyz/web3.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.
