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

# 컨택 사용자 수가 뭔가요? 발송수랑 다른가요?

## 컨택 사용자 수란? 👀

* 소셜비즈를 통해 발송된 DM을 수신한 인스타그램 사용자 계정 수 에요.
* 컨택 사용자 수는 메시지를 받은 사람을 기준으로 집계되기 때문에, 한 사람이 DM을 여러 번 받았더라도 컨택 사용자 수는 1명으로 요금에 집계돼요.
* 예를 들어, 소셜비즈 서비스를 통해 자동 DM 10번을 아래와 같이 발송했을 때
  * A: 각각 다른 사람에게 1회씩 총 10명에게 보낸 경우 = 컨택 사용자 수는 +10
  * B: 한 사람에게 총 10회 DM을 보낸 경우 = 컨택 사용자 수 +1

### 컨택수 확인 방법

현재 이용하고 있는 요금제의 컨택수는 \[결제] 메뉴에서 확인하실 수 있습니다.

<figure><img src="/files/u6B6us0n3twpGzqygbrd" alt=""><figcaption></figcaption></figure>


---

# 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://socialbiz.gitbook.io/socialbiz/faq/payment/3.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.
