# Connect GCP Projects

To connect your Google GCP account with OpsNow, follow the steps provided on the webpage. Log in to your Google account to create applications and set permissions on GCP. The process will ensure that your account is properly linked and authorized for smooth integration with OpsNow.

### 1. Choose proceed type

Enter the Service Account Name and select either Express or Step by Step. If this is your first time creating a dataset and setting permissions, you can proceed step by step using the provided guidance.

* **Express:** This menu is for users who are familiar with GCP interworking. You can link your account immediately after entering each of the necessary elements.&#x20;
* **Step By Step:** This menu is for users who are not familiar with GCP integration. You can connect your accounts after proceeding according to each step according to the guidance provided by OpsNow.

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

### 2. Create Dataset

* Create a new **BigQuery Dataset**. Fill in the OpsNow information box with the newly created Dataset ID. Once completed, the button will change to green.

<figure><img src="/files/6kTt7Nt7ZgQPi83PqlVQ" alt=""><figcaption></figcaption></figure>

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

### 3. Input Billing data and enable GCP APIs

* Connect the Dataset generated by Google GCP to Billing export, then activate the Cloud Resource Manager API (GCP API).

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

### 4. Create Service Account and Create Service Key

* After creating a new service account, create a Service Key for the service account that you want to integrate with OpsNow. Upload the created Service Key within OpsNow.

<figure><img src="/files/7JBH0dMbQvT3ILWSiANF" alt=""><figcaption></figcaption></figure>

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

### 5. Upload Service Key on OpsNow

* Upload the Service Key, which you downloaded from GCP to OpsNow. After the upload process is complete, the connection to OpsNow will be finalized.

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

{% hint style="info" %}
**Add More GCP Accounts**

After registering the Master account and completing the **\[Get Started]** process, you can view and easily add the Member accounts connected to the Master account in the **Settings > Cloud Accounts** menu.
{% endhint %}


---

# 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.opsnow.io/dev-opsnow-user-guide-v0.2/introduction/getting-started/connect-your-cloud-accounts/connect-gcp-projects.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.
