> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/faq/admin/promotion/sns.md).

# SNS 관리

<details>

<summary>인스고위젯 이미지가 엑박으로 처리가 되어요</summary>

연동 서버의 문제로 일시적으로 인스타그램에 연동된 이미지가 정상적으로 출력되지 않는 경우가 있습니다. 일시적인 문제이므로 보통은

관리자페이지 > 프로모션 > SNS서비스관리 > 인스고위젯관리v2

메뉴로 접속하여 인스고위젯 연동을 해지했다가 재연결을 할 경우 해결이 됩니다.

재연결을 하고 나서 쿠키 파일을 삭제했음에도 여전히 연결이 되지 않는다면 번거로우시겠지만 1:1 문의로 문의를 남겨주시면 확인 후 답변 드리도록 하겠습니다.

</details>


---

# 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://godomall-help.nhn-commerce.com/faq/admin/promotion/sns.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.
