# Adding new GCP projects as an existing user

## Step 1: Grant the viewer permission to the service account

{% hint style="info" %}
To import all of your projects in a particular organization at once, grant Viewer permission at Organization IAM to the service account you used during [initial onboarding](https://docs.economize.cloud/google-cloud).
{% endhint %}

Navigate to the [IAM console](https://console.cloud.google.com/iam-admin/iam), and complete the steps below to grant the service account permission to access project resources.

1. At the top of the IAM console, select the organization or project you wish to onboard.
2. Configure the permission as follows:

   * In the center of the page, under **Permissions for project "My Project XYZ"**, click **+ GRANT ACCESS**.
   * In the **New principals** field, under **Add principals**, paste the value of the service account you used during initial onboarding.
   * In the **Role** field, under **Assign roles**, search for and select **Viewer**.

   <figure><img src="https://4121990823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn3X3NsKiruYotJHSzbQX%2Fuploads%2FKsrCiVeLOd9A6YHRX6TQ%2FScreenshot%202024-02-02%20at%208.20.29%20PM.png?alt=media&#x26;token=3a659a7a-7545-4777-830c-973c51a04500" alt="" width="563"><figcaption></figcaption></figure>

## Step 2: Import the project into Economize

1. From the [Cloud Providers tab](https://www.economize.cloud/app/settings/cloud_provider) navigate to the [GCP projects](https://www.economize.cloud/app/settings/cloud_provider/projects) page within settings, and click the **+ Add Projects** button.

<figure><img src="https://4121990823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn3X3NsKiruYotJHSzbQX%2Fuploads%2F2L60uaDQIgVnvPqx5Nrf%2FScreenshot%202025-01-30%20at%201.08.39%E2%80%AFPM.png?alt=media&#x26;token=269c0125-62cf-4e4f-b2c5-fa84983747e4" alt="" width="563"><figcaption></figcaption></figure>

2. Select the project you wish to onboard from the **Select projects to import** field.

<figure><img src="https://4121990823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn3X3NsKiruYotJHSzbQX%2Fuploads%2FWXOY0zaAcV8P924MCgoY%2FScreenshot%202025-01-30%20at%201.11.15%E2%80%AFPM.png?alt=media&#x26;token=e3e0ddfc-a7fb-4462-b4ba-7607d5ab31b4" alt="" width="563"><figcaption></figcaption></figure>

3. Once selected, click on the **Onboard** button.


---

# 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://docs.economize.cloud/google-cloud/new-project-onboarding.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.
