# Google Cloud Platform (GCP)

[Google Cloud Platform (GCP)](https://cloud.google.com/) is the foundation of the IDC architecture. We rely on GCP to implement the IDC functionality. IDC users can use GCP as the environment to perform the analysis of the data hosted on IDC.

Specific GCP components that we utilize and that can be useful to support cancer imaging research use cases include:

* [Compute Engine](https://cloud.google.com/compute)
* [BigQuery](https://cloud.google.com/bigquery)
* [Cloud Storage](https://cloud.google.com/storage)
* [Healthcare API](https://cloud.google.com/healthcare/docs)

Within CRDC, Cloud Resources are intended to support CRDC users' analysis needs. In the future, we plan to develop use cases and documentation demonstrating best practices for utilizing Cloud Resources for computational tasks. In addition to the GCP components listed above, the following components are not used to support IDC functionality, but can be quite handy:

* [Colab Notebooks](https://colab.research.google.com/)
* [AI Notebooks](https://cloud.google.com/ai-platform-notebooks)
* [DataStudio](http://datastudio.google.com/)
* [Datalab](https://cloud.google.com/datalab/docs)


---

# 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://learn.canceridc.dev/introduction/google-cloud-platform.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.
