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

# 광고주별 조직 나누기

## 여러 광고주를 운영 중이신가요? <a href="#multi-org" id="multi-org"></a>

하나의 사업자 계정으로,\
여러 광고주를 **조직 단위**로 나누어 관리할 수 있어요.

각 조직은 아래와 같이 **따로따로** 운영됩니다:

* 광고 예약과 소재 등록
* 결제 및 정산 내역
* 세금계산서 발행
* 광고 성과 리포트
* 내부 담당자 지정

***

### ✅ 왜 필요한가요? <a href="#multi-org1" id="multi-org1"></a>

광고대행사, B2B 마케터 분들처럼\
**여러 고객사나 캠페인을 한 계정에서 운영**해야 할 때,\
조직 단위 기능을 사용하시면 **정리가 훨씬 쉬워져요.**

> 예를 들어, 고객 A / 고객 B / 내부 마케팅 팀\
> 각각을 **조직으로 나누어 관리**할 수 있어요.

***

### 💡 TIP <a href="#multi-org2" id="multi-org2"></a>

* 조직은 \[조직 관리] 메뉴에서 언제든지 추가/수정할 수 있어요.
* 정산/리포트는 조직 기준으로만 보여지기 때문에\
  **광고주별 보고나 회계 처리에도 아주 편리해요.**

***

### 🧩 이렇게 활용해보세요 <a href="#multi-org3" id="multi-org3"></a>

> "저희는 광고대행사인데, 고객사마다 계정을 따로 만들기 번거로웠어요."\
> → 애즈순에서는 **하나의 계정**으로 고객사별 조직을 만들어 광고를 집행하실 수 있어요.

> "광고 성과를 고객사별로 따로 보내야 하는데요?"\
> → **조직별로 리포트도 따로 확인 & 다운로드** 가능합니다 😊


---

# 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://adssoon.gitbook.io/adssoon/getting-started/multi-org.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.
