> For the complete documentation index, see [llms.txt](https://toss-ads.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://toss-ads.gitbook.io/guide/account/account.md).

# 광고계정 준비하기

토스애즈에서 광고를 만들려면 비즈니스 그룹과 광고계정이 필요해요. 두 단위의 관계를 이해하고 현재 준비 상태에 맞는 문서부터 확인해 보세요.

## 비즈니스 그룹과 광고계정

비즈니스 그룹은 광고계정을 묶어 관리하고, 광고비 정산과 세금계산서 발행의 기준이 되는 상위 단위예요. 광고계정은 비즈니스 그룹 안에서 캠페인을 만들고 구성원과 함께 광고를 운영하는 최소 단위예요.

하나의 비즈니스 그룹 아래 필요한 광고계정을 만들고 각각 운영할 수 있어요.

<figure><img src="/files/XObryUScaebnVOef4QPh" alt="비즈니스 그룹 아래 여러 광고계정이 연결된 구조"><figcaption></figcaption></figure>

## 처음 계정을 준비하는 순서

시작하기 전에 [광고 불가 업종 안내](/guide/review/restrictedindustry.md)에서 집행할 수 있는 업종인지 확인해 주세요.

1. [회원가입과 로그인](/guide/account/account-1.md)에서 토스애즈에 가입하고 로그인해요. 이미 초대를 받았다면 로그인한 뒤 참여할 비즈니스 그룹이나 광고계정을 확인할 수 있어요.
2. [비즈니스 그룹 생성·운영](/guide/account/business-group.md)에서 새 비즈니스 그룹을 만들거나 기존 그룹에 참여해야 하는지 확인해요.
3. [광고계정 생성·운영](/guide/account/ad-account.md)에서 새 광고계정을 만들거나 이미 초대받은 광고계정에 참여해요. 함께 운영할 구성원을 초대하려면 [구성원 초대하기](/guide/account/ad-account.md#invite-members)를 확인해요.

## 기존 계정을 옮기거나 대행사를 찾는 경우

광고계정을 다른 비즈니스 그룹으로 옮겨야 한다면 [광고계정 이관](/guide/account/ad-account/control.md)을 확인해 주세요. 광고 운영을 대행사에 맡기려면 [토스애즈 TEP 에이전시](/guide/intro/agency.md)에서 공식 파트너를 확인할 수 있어요.

계정 준비를 마쳤다면 운영하려는 광고 유형을 선택해요.

{% content-ref url="/pages/KpDIYQ9Lff2GuaKQBObU" %}
[디스플레이 광고 알아보기](/guide/a-d/display-ads.md)
{% endcontent-ref %}

{% content-ref url="/pages/yW0peBEFxtlV8QUwtQmv" %}
[리워드 광고 알아보기](/guide/reward/reward-ads.md)
{% endcontent-ref %}


---

# 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://toss-ads.gitbook.io/guide/account/account.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.
