> For the complete documentation index, see [llms.txt](https://gdgcloud-taipei.gitbook.io/google-cloud-platform-in-practice/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gdgcloud-taipei.gitbook.io/google-cloud-platform-in-practice/ren-shi-google-cloud/google-cloud-platform-fu-wu-jie-shao/gcp-cong-free-trial-kai-shi.md).

# GCP從Free Trial開始

## 申請免費 $300 USD 試用

GCP佛心來著提供，300美金的試用Credit，我們可以從 <http://cloud.google.com> 進入申請，申請程序過程需要填寫信用卡唷，請先準備好 :D

![GCP Free Trial](/files/-LAi6zENkJ10D9BaEMUf)

當一切填寫無誤後，即可建立自己的專案，在專案建立過程中需要填寫一些專案資訊，包含：

* 專案名稱：
* 專案ID：
* Billing account：

![](/files/-LAi6zExd34d7Wge8wyq)

## GCP Web Console

GCP的開始，從Web Console開始再好也不過，我們可以從 <http://cloud.google.com> 進入GCP官方網站，然後透過右上角的"console"按鈕進入GCP Cloud Console，然後開始體驗Google Cloud Platform :D

Cloud Console的頁面大致有下面畫面的功能，分別說明如下：

* 主目錄：分類Google Cloud Platform主要的功能，讓使用者可以切換到各項服務。
* 功能快速列：讓使用者可以釘選常用的功能到快捷列，以快速使用該服務。
* 專案列表：使用者帳號之專案列表，並且可以切換到不同的專案。
* 專案資源搜索：以關鍵字搜索專案中所有的資源。
* Cloud Shell：Google所提供給Cloud使用者的一個免費的虛擬機器，讓使用者可以測試、操作甚至開發Google Cloud上的服務。
* Send Feedback：操作GCP上有任何問題，可以Feedback給Google來改善Google的服務。
* Help：一些GCP上的協助資源。
* 操作訊息(Notification)：所有操作GCP的動作紀錄，並會顯示成功或失敗。
* 資訊卡片：GCP Web Console的首頁提供許多的卡片可以了解整個Project中的資訊，甚至包含Billing與目前GCP的一些狀態資訊的卡片，善用卡片可以快速了解整體資源的使用狀況。
* 客製化首頁卡片(Customize)：承上，眾多的資訊卡片中，我們可以透過客製化來制定自己的首頁。

![GCP console - 主選單與釘選快捷列](/files/-LAi6zHv8rOPSAgeaYV1)

承上，當滑鼠移到主功能列上時，右邊會出現淺灰色的圖釘按鈕，當點選圖釘後，則會把該功能的圖示釘在快捷列上，讓使用者可以快速的選擇所要使用的服務。

![GCP console - 主選單與子選單](/files/-LAi6zIqSBxJwxAVoxeo)

進入主功能列後，點選每一項功能，Web Console上會切換到該服務的操作畫面，此時該服務會提供該服務的子選單，使用者可以將滑鼠靠近Web Console的左邊邊緣即會出現。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://gdgcloud-taipei.gitbook.io/google-cloud-platform-in-practice/ren-shi-google-cloud/google-cloud-platform-fu-wu-jie-shao/gcp-cong-free-trial-kai-shi.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.
