# PRP Documentation

PRP stands for **Partner Reporting Portal**.&#x20;

It's a web application built by [UNICEF](https://www.unicef.org/) to ease the reporting of data by its partners in the context of IP (Implementing Partner) reporting and also in the context of [Cluster](https://www.humanitarianresponse.info/clusters) reporting.

PRP is an open-source project and can be found on [Github](https://github.com/unicef/etools-partner-reporting-portal/).

## IP and Cluster Reporting

PRP consists of two somewhat distinct user experiences targeting different but potentially overlapping use-cases. This is what is referred to as [IP](https://unicef.gitbook.io/prp/product-end-user-documentation/ip-reporting) and [Cluster Reporting](https://unicef.gitbook.io/prp/product-end-user-documentation/cluster-reporting). More details if you click on each of them in the left hand navigation.

Both of these sub-systems is built on top of the same [data model](https://unicef.gitbook.io/prp/technical-documentation/data-model) and all the data is stored in the same database.&#x20;

## Design Philosophy

The UX / visual design philosophy builds on [Google Material Design](https://material.io/guidelines/), with variations.

The technical design philosophy for PRP builds on what has already been established by the eTools team at UNICEF. More information here: <https://github.com/unicef/etools>


---

# 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://unicef.gitbook.io/prp/master.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.
