> For the complete documentation index, see [llms.txt](https://documentation.carbonregistry.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.carbonregistry.com/documentation/carbonregistry.com/registry-user-guide/project-proponents-and-developers/registering-a-project/create-a-new-project/new-project-home-screen.md).

# New Project Home Screen

When you have completed providing the basic information you will be directed to the project home screen.&#x20;

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

You will see a progress panel in the top of the project home screen indicating information yet to be completed. You can also see that your project has been assigned an **ICR ID** that you need to use for your [Project Design Description](/documentation/icr-program/project-development/templates/project-design-description-pdd.md). You can see the **ICR ID** below the project name. ![](/files/MbMTgOmR7uz6DG1MwXfY)

From the project screen you add information and upload documentation until you're ready to submit the project to a review by ICR for either pre-registration or registration. You may also update information at later stages which requires ICR to review such as promoting the project to "under validation" or requesting issuances of instruments.&#x20;

{% hint style="info" %}
**Projects have different stages and the status bar indicates your progress. The stages are:**&#x20;

#### Draft&#x20;

You start with an empty canvas and complete the information gradually. The status bar shows your progress and preparedness to submit for pre-registration. You can submit the project for pre-registration when necessary information have been completed and documentation uploaded.  &#x20;

#### Pre-registration&#x20;

Under pre-registration projects can have two statuses.&#x20;

* Under development
* Under validation

#### Registration

When projects have completed validation they can request registration and are subject to review by ICR.&#x20;
{% endhint %}

To continue providing information you need to add the information in different places. Below fields are identified where information is provided.&#x20;

<figure><img src="/files/t9M392aa5SS4TJ142Qgu" alt=""><figcaption><p>Hotspots where to add information</p></figcaption></figure>

To continue the registration progress you can either select from the **panel on the left** to complete providing information or click the **information boxes**.&#x20;

{% hint style="info" %}
No projects are publicly listed until they have been reviewed by the ICR. See **submit for ICR review.**
{% endhint %}

&#x20;


---

# 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://documentation.carbonregistry.com/documentation/carbonregistry.com/registry-user-guide/project-proponents-and-developers/registering-a-project/create-a-new-project/new-project-home-screen.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.
