> For the complete documentation index, see [llms.txt](https://docs.fuelswitch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fuelswitch.io/manage-your-projects/register-your-project.md).

# Register your Project

{% hint style="info" %}
You can add a project when your account is approved by your registry
{% endhint %}

1. Select ‘**My Projects**’ on the side menu (or hamburger menu on mobile).

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

2. Click on the 'Create Project' button on the right side of the screen.

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

3. Fill in the project details and attach the required documents, based on &#x20;

   the registry selected for the project.&#x20;

   1. If I-REC(E) this will require an SLD, photos of the facility, a signed ownership declaration form which will be provided by the Fuel Switch team, as well as some general site information. Note that the team also requires access to your online metering systems to verify that all generation is in accordance with the I-REC(E) Issuer requirements.&#x20;
   2. If zaRECs this will require an SLD, photos of the facility, general site information and also access to the online metering systems of the facility.

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

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

3. Once done, you can save the project by clicking on the 'Save as Draft' button at the bottom of the screen.
4. Once done, you can click on the yellow 'Submit' button on the 'My Projects' page to send your device for final approval at the relevant registry.

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


---

# 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://docs.fuelswitch.io/manage-your-projects/register-your-project.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.
