> 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/project-yu-billing-account.md).

# Project與Billing Account

在Google Cloud Platform中將帳戶區分為Billing Account與Project Account兩種，其中Billing即為錢包的概念，是綁定信用卡並且支付費用的用途；而Project Account則是專門作為專案資源管理的用途。

## Billing Account

Billing Account可以從GCP目錄中選擇"Billing"項目後進入，如果您擁有一個以上的Billing Account的話，則會在進入頁面中可以選擇要檢視的Billing Account...

![Billing Account](/files/-LAi6ywzJ56oZk-EnNuf)

透過Billing Account的列表，可以大概了解Billing Account的狀態與及裡面的專案數。

## Project Account

Project為實際資源集合的單位，每個Project Account可以擁有一個以上的Project，而Project中可以設定人員存取各項資源的權限，我們可以從"My Project"項目中進入檢視...

![Billing Account](/files/-LAi6yyByf41y6tvBb0d)

每個專案會有兩個重要的識別名稱，一個是Project ID，另一個是Project Number... Project ID是專案的識別ID，為英文數字組合的文字，是全球唯一，用來識別專案的代號；Project Number是一串數字，也是全球唯一存在，用以識別帳務上的一些資訊使用。
