# GCP Secret Manager Setup

1. Login to your Google Cloud Platform.
2. Go to the GCP Console home page - <https://console.cloud.google.com/>. Save the Project number for future usage.
3. Click on 'Go to project settings'.

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

1. Click on the 'Service Accounts' menu on the left navigation bar.
2. Click on 'Create Service Account'.

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

6. Enter the service account name and description details. Save the Service account ID for future usage.

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

7. Grant the service account access to the project and create the account.

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

8. Select the newly created service account and click on the 'KEYS' tab.

<figure><img src="/files/9Bl9vm21zoDVlTOb6D4s" alt=""><figcaption></figcaption></figure>

9. Click the 'ADD KEY' dropdown, select 'Create New Key' and select JSON as the key type.

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

10. The service account key JSON file is automatically downloaded to your local machine.


---

# 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.guardianservice.io/technical-information/users/mgs-vault/google-cloud-platform-secret-manager/introducing-google-cloud-platform-secret-manager/gcp-secret-manager-setup.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.
