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

# 인스타그램 계정을 연결하려면 요금제를 업그레이드하라고 나옵니다.

## 계정 연결 시 왜 요금제를 업그레이드하라고 하나요? 👀

* Personal 요금제를 이용중인 인스타그램 계정은 대표관리자 1명만 사용이 가능해요.
* Enterprise, Custom 요금제를 구독해야만 [인스타그램 계정을 다른 사람과 함께 연결](/socialbiz/faq/login/4.md)해 사용할 수 있어요.

## 요금제 업그레이드 방법  🧐

* 요금제를 변경하려면 문의하기를 통해 업그레이드할 요금제를 알려주세요.
* 관리자가 당월 결제일에 이미 결제하신 금액에서 업그레이드 요금제의 차액에 대한 결제를 요청드려요.
* 결제 요청 내역은 좌측 '결제' 메뉴 클릭 후 화면 하단에서 확인할 수 있어요.
* 결제 완료가 확인되면 관리자가 당월 이용하시는 요금제를 변경해드려요.

{% hint style="danger" %}
요금제 변경 후 부터는 당월 사용량에 따라서 발생하는 추가요금이 '변경된 요금제'를 기준으로 부과돼요.

추가요금은돌아오는 결제일에 변경된 요금제의 기본요금과 함께 결제돼요.
{% endhint %}


---

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