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

# 페이지 연결했는데도 연동이 안됩니다.

페이스북과 인스타그램 계정을 연결하였음에도 연결이 불가한 경우\
또는 다른 페이스북 계정으로 자동 연결되는 경우 아래 경우를 확인 요청드립니다.

### 1. 인스타그램 페이지가 정상적으로 연결되어 있지 않는 경우

: 위 경우에 해당하는지 확인을 위해 아래 경로에서 페이지명 확인 요청드립니다.

> **\[인스타그램 앱 접속 > 프로필 메뉴 > 프로필 편집 > 화면 하단 '페이지' 항목]**

해당 화면에서 확인되는 페이지명과 소셜비즈에 가입한 페이스북 계정의 페이지명이 일치하는지 확인 요청드립니다.

### 2. 소셜비즈에 가입하신 페이스북 계정과 실제 인스타그램과 연결한 페이스북 계정이 다른 경우

: META의 경우 최근 로그인한 계정 정보로 자동로그인 되므로\
개인정보 보호모드(시크릿모드) 등을 통해 소셜비즈에서 로그인 해보시는 것을 권장드립니다.\
\
또는 아래 방법을 따라 사이트 쿠키를 삭제한 후 로그인 시도해보시기 바랍니다.

1. 브라우저에서 "사이트 설정"을 클릭합니다.
2. "데이터 삭제"를 클릭하여 소셜비즈 사이트의 쿠키를 삭제합니다.
3. 소셜비즈에 재 로그인합니다.

### 3. 인스타그램 로그인으로 연동하기

페이지로 연결이 불가한 경우 인스타그램 로그인으로 연동 가능하오니 아래 가이드 참고 부탁드립니다.

{% content-ref url="/pages/yVCvDbTY5enuHFTtxYeh" %}
[인스타그램 로그인으로 계정 연결하기](/socialbiz/tutorial/detail/connect/instagram-login.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://socialbiz.gitbook.io/socialbiz/faq/error/4.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.
