# Add Google Registry

### Add a Private Google Registry

**Step 1:** Open Registries on the left and click ‘Add’ on the top right.

**Step 2:** Enter your registry’s name and select an icon.

{% hint style="success" %}
**Tip:** You can write a description, so others on your team can understand what’s the purpose of this registry.
{% endhint %}

**Step 3:** Select Google Registry and switch the toggle under the URL field to ‘Private’.

![](/files/avahNlkGy820W8qsxl1R)

**Step 4:** In the corresponding fields, enter the organization name. Upload the JSON key file you can generate as documented [**here**](https://cloud.google.com/container-registry/docs/advanced-authentication#json-key). In the Google Cloud documentation you only need to follow instructions until the 2nd part.

**Step 5:** Click ‘Save’ button on the top right.

### **Add a Public Google Registry**

**Step 1:** Open Registries on the left and click ‘Add’ on the top right.

**Step 2:** Enter your registry’s name and select an icon below.

{% hint style="success" %}
**Tip:** You can write a description, so others on your team can understand what’s the purpose of this registry.
{% endhint %}

**Step 3:** Select Google Registry type and switch the toggle under the URL field to ‘Public’.

**Step 4:** Enter the Organization name.

**Step 5:** Click ‘Save’ button on the top right.


---

# 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.dyrector.io/tutorials/add-your-registry/add-google-registry.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.
