# CureDAO

## Docs

- [Litepaper](https://docs.curedao.org/readme.md): CureDAO is an alliance of nonprofits, governments, business, and individuals working to discover how millions of factors like foods, drugs, and supplements affect human health.
- [Introduction and Challenges](https://docs.curedao.org/1-introduction-and-challenges.md)
- [Solution](https://docs.curedao.org/2-solution.md): How we reduce suffering using a decentralized autonomous organization as a vehicle to create an open-source health platform.
- [Platform](https://docs.curedao.org/3-platform.md): A detailed description of the core open-source platform and plugin framework that will enable the transformation of data into clinical discoveries.
- [Incentivization](https://docs.curedao.org/4-incentivization.md): How we use the DAO structure and NFT IP royalties reward data sharing and open-source collaboration.
- [Organization](https://docs.curedao.org/5-organization.md): The DAO will utilize Laboratory working groups which use a scientific experimentation-based approach to effectively carrying out the will of its Citizen Scientist voting members.
- [Privacy](https://docs.curedao.org/9-privacy.md): To protect privacy, CureDAO will use deidentification and obfuscated but equivalent data synthetically derived from actual patient data.
- [Ecosystem](https://docs.curedao.org/10-ecosystem.md)
- [Data Security](https://docs.curedao.org/data-security.md): CureDAO data security policies and incident management
- [References](https://docs.curedao.org/12-references.md)
- [Plugins](https://docs.curedao.org/plugins.md)
- [Api Integration Plugins](https://docs.curedao.org/plugins/api-integration-plugins.md)
- [Data Analysis Plugins](https://docs.curedao.org/plugins/data-analysis-plugins.md)
- [Data Collection Plugins](https://docs.curedao.org/plugins/data-collection-plugins.md): Data collection can be done using wearable sensors, third-party applications, and client applications.
- [Observational Studies Plugin](https://docs.curedao.org/plugins/observational-studies-plugin.md): We’ve collected over 10 million data points on symptom severity and influencing factors from over 10,000 people.
- [OpenCures Trial Management Plugin](https://docs.curedao.org/plugins/open-cures-trial-management-plugin.md)
- [Optomitron Real-Time Decision Support Plugin](https://docs.curedao.org/plugins/optomitron-real-time-notifications-plugin.md): Optomitron is an AI assistant that analyzes your data discover which hidden factors are most likely to worsen or improve inflammatory symptom severity.
- [Outcome Labels Plugin](https://docs.curedao.org/plugins/outcome-labels-plugin.md)
- [Root Cause Analysis Plugin](https://docs.curedao.org/plugins/root-cause-analysis-plugin.md): Reports are intended to help you and your physician to gain insight into the root causes and effective solutions to help you minimize your symptoms.
- [Predictor Search Engine Plugin](https://docs.curedao.org/plugins/predictor-search-engine-plugin.md)
- [Reference Databases](https://docs.curedao.org/reference-databases.md)
- [Biomarker Databases](https://docs.curedao.org/reference-databases/biomarker-databases.md): Logical Observation Identifiers Names and Codes
- [Diseases](https://docs.curedao.org/reference-databases/diseases.md): International Classification of Diseases, 10th revision (ICD-10)
- [Food Databases](https://docs.curedao.org/reference-databases/food-databases.md): Food and Nutrient Database for Dietary Studies (FNDDS)
- [Medication Databases](https://docs.curedao.org/reference-databases/medication-databases.md): RxNorm and MeDRA
- [Supplement Databases](https://docs.curedao.org/reference-databases/supplement-databases.md): Dietary Supplement Ingredients
- [Units](https://docs.curedao.org/reference-databases/units.md)
- [API Docs](https://docs.curedao.org/api-docs.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.curedao.org/readme.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.
