> For the complete documentation index, see [llms.txt](https://docs.bizspring.co.kr/bizspring-air-tm-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bizspring.co.kr/bizspring-air-tm-api/getting-started/growth-platform-tm.md).

# Growth Platform™ 계정 생성

## 서비스 계정 생성 및 확인

API를 사용하기 위해서는[ Growth Platform™](#user-content-fn-1)[^1] 서비스의 계정이 있어야 합니다. \
**계정이 없다면,** Growth Platform™ 서비스의 회원가입을 통해 계정을 생성할 수 있습니다.

{% hint style="info" %}
**이미 계정이 있는 경우,** Growth Platform™에로그인하여 계정을 확인할 수 있습니다.
{% endhint %}

### 계정 생성 방법

1. **회원가입 페이지로 이동 :** <https://growthplatform.ai/front/register>
2. **회원가입 정보 입력 :** ID(이메일), 비밀번호, 사이트 정보 등 필수 값을 입력합니다.
3. **회원가입 완료 :** 입력한 정보를 제출하여 계정을 생성합니다.

<figure><img src="/files/YsJhhywaml1M2dlouhuX" alt=""><figcaption><p>Growth Platform™ 회원가입 화면</p></figcaption></figure>

[^1]: Growth Platform™은  Growth Marketing을 위한 오픈형 고객 데이터 활용 플랫폼입니다. Growth Platform™ 회원가입을 통해 BizSpring AIR™ 서비스와 매체 리포트 API를 활용할 수 있습니다.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.bizspring.co.kr/bizspring-air-tm-api/getting-started/growth-platform-tm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
