> For the complete documentation index, see [llms.txt](https://rc.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rc.sunbird.org/v1.0.0/reference-solutions-for-functional-registries/health-registries/organ-registries/user-guide.md).

# User Guide

Organ Registries play an important role to facilitate organ donation & transplantation. There are multiple registries which are part of the ecosystem like

* Pledge Registry
* Live Donor Registry (WIP)
* Recipient Registry (WIP)
* Cadaver Registry (WIP)

Currently, organ registries are facilitated with the capability to issue verifiable digital pledge certificates that took input from the stakeholder’s registration data (maintained by the registry component)

## Registration

<figure><img src="/files/4B2pDFKlFjagDzBZaiXs" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/63qVDCyA7mNjezzyEX9n" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/xcJaktvjjQyEgJLUKSQ2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/jQ86jly97JbsATxobDDE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Zkckpi7wbDj5uFMWjFdH" alt="" width="218"><figcaption></figcaption></figure>

* Click on “Register” button
* Redirects to the registration screen
* Select the mode of identification and authenticates
* Demographic details get auto populated
* Select/Enter the organ details
* Click on “Submit/Register” button

## Download Certificate

<figure><img src="/files/DUGihUxUS17yimCEFQs6" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/llwgKxJkhR81VSTuBy1M" alt=""><figcaption></figcaption></figure>

* Login to Pledge Registry using mobile number
* Click on "*Download Pledge Certificate*"

## Edit Pledge

<figure><img src="/files/iEEa3IFKekucIPFXlipJ" alt=""><figcaption></figcaption></figure>

Login using registered mobile number

* Click on edit button
* Edit the required details
* Click on Register/Submit button

## Revoke Pledge

<figure><img src="/files/0FshTyShSUc7nYQId2Ng" alt=""><figcaption></figcaption></figure>

* Login using registered mobile number
* Click on Un pledge button

## Repledge

<figure><img src="/files/nNqjRnQFfleZPdEscTYD" alt=""><figcaption></figcaption></figure>

* Login using registered mobile number
* Click on Pledge Again button
* Fill in the required details
* Click on Register/Submit button

After Pledging Again, users can download the certificate.

##

\\

\\


---

# 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://rc.sunbird.org/v1.0.0/reference-solutions-for-functional-registries/health-registries/organ-registries/user-guide.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.
