> For the complete documentation index, see [llms.txt](https://unicef.gitbook.io/unpp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unicef.gitbook.io/unpp/partners/organization-profile-set-up.md).

# Organization Profile set up

## Unregistered Users

In order to create a profile on UNPP, you must first complete the registration process. For information on how to register, visit the [Registration page](/unpp/partners/registration.md#partner-registration-process).

## Registered Users

### Overview

After completing the registration process, the user will be limited to a number of actions due to their profile not being complete.&#x20;

UNPP requires users to have completed their account profiles before moving further within the application.

A profile is comprised of the following seven tabs:

* Identification
* Contact Information
* Mandate & Mission
* Funding
* Collaboration
* Project Implementation
* Other Information

In this section, we will review all seven tabs in detail, and provide details to what information a user must provide in order to successfully complete their profile.

{% tabs %}
{% tab title="Identification" %}
In this section, a majority of the organization details the user provided upon registration are pre-filled.&#x20;

However, it is important that the user include the following information to complete this section of their profile:

* Legal Status
  * Year of establishment in country
  * Include Governing Document if available.
  * Organization's registration to operate.

![Profile Completion: Legal Status](/files/-L9qw7cmmbE_mzzdNbp9)

{% endtab %}

{% tab title="Contact Information" %}
In this section the user must supply the following contact information:

*

{% endtab %}

{% tab title="Mandate & Mission" %}

{% endtab %}

{% tab title="Funding" %}

{% endtab %}

{% tab title="Collaboration" %}

{% endtab %}

{% tab title="Project Implementation" %}

{% endtab %}

{% tab title="Other Information" %}

{% endtab %}
{% endtabs %}


---

# 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://unicef.gitbook.io/unpp/partners/organization-profile-set-up.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.
