> 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에 프로젝트 생성](/ko/overview/workflow/setup_gs2/create_project/)
  
- [GS2의 계정을 등록](/ko/overview/workflow/setup_gs2/create_account/)
  
