# Google Cloud Storage

If your images are stored in a bucket named **mysamplebucket** and you can access **image.jpg** at the following URL:

//[www.googleapis.com/upload/storage/v1/b/](http://www.googleapis.com/upload/storage/v1/b/)**mysamplebucket**/o/**image.jpg**

You should enter the data as follows:

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

All aliases have to be prefixed *and* suffixed by underscores. Please note that all aliases have to be unique for your account - aliases set in the storage sections cannot be used in the [alias](https://docs.cloudimage.io/go/cloudimage-documentation-v7/en/domains-urls/aliases) section.

Your storage bucket is now accessible by using the alias entered in the *Cloudimage Alias* field:

//your-token.cloudimg.io/**\_\_googlecloud\_\_**/**image.jpg**

If your Google Cloud bucket requires authentication:

* You need to generate an Authentication JSON file using the guide in the Google Cloud documentation - <https://cloud.google.com/docs/authentication/getting-started>
* You will be provided with a JSON file to be saved on your computer
* Copy the contents of this file and paste it into the field that appears after pressing "AUTH KEY" in the storage settings

<figure><img src="/files/0Yf0WyGuoiJMgfkBmvRw" alt=""><figcaption></figcaption></figure>


---

# 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.cloudimage.io/setup/connecting-storage-bucket/google-cloud-storage.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.
