> 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/9.md).

# 무료 체험기간이 적용되지 않았어요.

* 소셜비즈는 인스타그램 계정과 연동이 완료된 후 **자동으로 무료체험기간이 적용**됩니다.

<figure><img src="/files/KfNC7QZHkYLrpwZs0pD3" alt=""><figcaption><p>결제 메뉴에서 위와 같이 '무료체험 기간 잔여일'이 표기됩니다.</p></figcaption></figure>

* 무료체험 기간 동안 DM 발송 건수에 대해 제한은 없습니다.
* 무료체험 기간 종료 익일에 선택하신 요금제의 기본요금이 결제되며 유료 이용기간이 시작됩니다.
* 이용 기간은 1개월마다 갱신되며 갱신되는 날(결제일)에는 전월 추가요금과 시작되는 당월 이용기간의 기본요금이 합산되어 청구됩니다.
* 추가요금이 과금되는 기준은 [여기](/socialbiz/faq/payment/4.md)에서 확인해주세요.


---

# 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/9.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.
