> For the complete documentation index, see [llms.txt](/llms.txt)

# GS2の利用開始

GS2 の利用を開始する方法




まずは、GS2 のアカウントとプロジェクトの関係について理解を深めましょう。

アカウントとプロジェクトは以下のデータ構造を持ちます。

```plantuml
Gs2Account "1" *-- "many" Gs2Project
Gs2Project "1" -- "1" BillingMethod
Gs2Project "1" *-- "many" GS2Resources
```




- [GS2にプロジェクトを作成](/ja/overview/workflow/setup_gs2/create_project/)
  
- [GS2のアカウントを登録](/ja/overview/workflow/setup_gs2/create_account/)
  
